When I try to run ipodexport from the command line, regardless of parameters, I get the following:<br><br>Name "main::basename" used only once: possible typo at /usr/bin/ipodexport.pl line 125.<br><br>It looks like the only things close to line 125 are:<br>
<br> if ($debug) {<br> print ("Going into new mode\n");<br> }<br> my $storagegroup = new MythTV::StorageGroup();<br> $dir = $storagegroup->FindRecordingDir($basename);<br>}<br><br><br>Is anybody using ipodexport.pl successfully? Is there some secret I don't know about?<br>