[mythtv-users] Always missing first couple seconds of show

Chris Pinkham cpinkham at bc2va.org
Fri Jun 27 12:36:19 EDT 2003


> Since there doesn't seem to be any "pre-roll" option in MythTV, what do you
> folks do to get the whole show recorded?    Set your system clock slightly
> fast?     If so, is there an option for ntpdate to offset your system time
> by a specified amount from the master server?

There was a prior discussion on the mailing list a couple weeks ago about
this.  You can try running something like this after running ntpdate.

date `date --date "30 seconds" +%m%d%H%M%Y.%S`

That should set your clock 30 seconds into the future.  To go backwards
30 seconds use this:

date `date --date "30 seconds ago" +%m%d%H%M%Y.%S`

Chris



More information about the mythtv-users mailing list