<div>I'm encountering problems exporting recordings (via nuvexport) that were recorded before the time change related to daylight savings (Oct 29, 2006). For example, an episode of The Office that was recorded on Sept 28th:
<br><br>MySQL shows the following:<br><br><em>mysql> select title,subtitle,starttime,basename from recorded where title = 'The Office';<br><br>+------------+--------------------+---------------------+-------------------------+
<br>| title | subtitle | starttime | basename |<br>+------------+--------------------+---------------------+-------------------------+<br>| The Office | The Convention | 2006-09-28 20:30:00 | 1025_20060928203000.mpg |
<br>+------------+--------------------+---------------------+-------------------------+<br></em><br>Both the starttime and the file name show a start time of 20:30.<br><br>However, nuvexport lists "The Convention" episode at an hour earlier:
<br><br><em> 1. The Convention (Thu Sep 28 07:30 PM) 480x480 MPEG2 (4:3)<br> Michael organizes a party in his hotel room when he, Dwight and Jan<br> attend a convention in Philadelphia.</em><br><br>and it also attempts to transcode the file using that time as well (from nuvexport --debug):
<br><br><em>forking:<br>/usr/bin/nice -n19 /usr/bin/mythtranscode --showprogress -p '0' -c '1025' -s '2006-09-28T19:30:00' -f "/tmp/fifodir_14123/" --honorcutlist --fifosync 2>&1<br>
</em><br>This, of course, then fails with the following error:<br><br><em>2007-01-15 14:17:26.521 Using runtime prefix = /usr<br>2007-01-15 14:17:26.590 New DB connection, total: 1<br>2007-01-15 14:17:26.610 Enabled verbose msgs: important
<br>Couldn't find recording for chanid 1025 @ 2006-09-28T19:30:00<br></em></div>
<div>This does not happen for recordings which happened after the time change. </div>
<div> </div>
<div>So my question is: is this a bug in nuvexport, or a time configuration issue on my MythTV box?</div>
<div> </div>
<div>Any pointers on how to resolve this?</div>
<div> </div>
<div> </div>