Well, I&#39;ve finally done it.<br>I&#39;ve finally found an error message that returns no results on Google, and I&#39;m in need of help.<br>Basically, I&#39;m trying to use nuvexport to transcode recordings to an ipod-compatable format as part of the myth2iPod script. &nbsp;However, I get an error whenever I run the nuvexport command, either as part of the script or manually in the command line. &nbsp;For example, when I use following command:
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; /usr/local/bin/nuvexport --chanid=2161 --start=20080119103000 --mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace --nomultipass --filename=2161_20080119103000.temp --path=/myth/ipodfeed/<br><br><br>
I get the following message:<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; Loading MythTV recording info.<br> &nbsp; &nbsp;&nbsp; 99%<br> &nbsp; &nbsp;&nbsp; Couldn&#39;t find a show on chanid 2161 at the specified time.<br><br> &nbsp; &nbsp;&nbsp; Cleaning up temp files.<br><br><br>This occurs no matter what recording I try to use from no matter what channel, and it happens if I try to call nuvexport by specifying an
<br>input file or by specifying a time and channel. When run as part of the myth2ipod script, the backend displays the same information:<br><br><br> &nbsp; &nbsp;&nbsp; Starting nuvexport...<br> &nbsp; &nbsp;&nbsp; /usr/local/bin/nuvexport --chanid=2161 --start=20080119103000 --mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace --nomultipass --filename=2161_20080119103000.temp --path=/myth/ipodfeed/
<br> &nbsp; &nbsp;&nbsp; OSPEED was not set, defaulting to 9600 at /usr/local/share/nuvexport/nuv_export/shared_utils.pm line 61<br><br> &nbsp; &nbsp;&nbsp; Loading MythTV recording info.<br> &nbsp; &nbsp;&nbsp; 99%<br> &nbsp; &nbsp;&nbsp; Couldn&#39;t find a show on chanid 2161 at the specified time.
<br><br> &nbsp; &nbsp;&nbsp; Cleaning up temp files.<br> &nbsp; &nbsp;&nbsp; Nuvexport encoding seems to have failed<br><br><br>I&#39;ve confirmed that the file does exist, and is recognized and playable by mythtv. &nbsp;No change to the command seems to cause any other result. &nbsp;I&#39;m running Xubuntu Gutsy with the current SVN of Myth (updated today). &nbsp;Has anyone else ever run into something like this? I would appreciate any insight into this situation!
<br><br>Thanks in advance!