[mythtv-users] Bug in nuvexport

djg at pdp8.net djg at pdp8.net
Tue Sep 20 16:15:52 UTC 2005


When using channel and start time (used by nuv2disc) nuvexport fails with
a bunch of perl error messages.  This is because it doesn't load the 
finfo data. 

Command line used which failed
nuvexport --mode=dvd -v_bitrate 2358 -a_bitrate 384 --quantisation 5 --starttime=20050129003000 --chanid=1058 --path=/tmp

Patch against nuvexport-0.2-0.20050919.svn.noarch.rpm

[root at quoth ~]# diff -c /tmp/ui.pm /usr/share/nuvexport/nuv_export/ui.pm
*** /tmp/ui.pm  2005-09-19 11:40:31.000000000 -0400
--- /usr/share/nuvexport/nuv_export/ui.pm       2005-09-20 07:45:18.000000000 -0400
***************
*** 74,79 ****
--- 74,81 ----
                  foreach my $show (sort keys %Shows) {
                      foreach my $episode (@{$Shows{$show}}) {
                          next unless ($chanid == $episode->{'channel'} && $starttime == $episode->{'start_time'});
+                     # Make sure we have finfo
+                         load_finfo($episode);
                          push @matches, $episode;
                          last;
                      }

I tried to contact the author directly but the web form 
http://forevermore.net/feedback.php seems to not work
correctly (at least with firefox).  After hitting send I got a message box 
saying:
The subject you submitted contains unsupported characters.  
Message sent. Thank you for you comments.  
Mesage not sent.

Thanks,
David Gesswein
http://www.pdp8.net/  -- Run an old computer with blinkenlights
                         Have any PDP-8 stuff you're willing to part with?



More information about the mythtv-users mailing list