On Tue, 2010-12-14 at 08:16 +0000, Sean Salisbury wrote: ... > Is there an example of sql commands I could use to query the offset > for all upcoming recordings to see if its affecting all recordings. ... Hi; This will work: SELECT title,starttime,startoffset FROM record; Good luck, Bill Meek