[mythtv-users] Nuvexport error on picking shows to process

Don Brett dlbrett at zoominternet.net
Wed Dec 1 14:09:12 UTC 2004


Hi, I'm trying-out the nuvexport MPEG2->MPEG2 cut only feature, but I
get an error.  It starts with:

You have recorded the following shows:

  1. 15 CNN Headline News (1 episode)
  2. Band of Brothers (1 episode)
  3. Nip/Tuck (1 episode)

  q. Quit

Choose a show:


, then I pick show number 1 and get:


Use of uninitialized value in concatenation (.) or string at
/usr/local/share/nuvexport/nu
v_export/ui.pm line 316, <STDIN> line 2.
Use of uninitialized value in concatenation (.) or string at
/usr/local/share/nuvexport/nu
v_export/ui.pm line 316, <STDIN> line 2.

You have chosen to export 1 episode:

  1. 15 CNN Headline News:
     2004/11/29 6:40 AM (11/29, 06:40 AM) x MPEG
     Mon Nov 29 - (15min) - Manual recording

* Separate multiple episodes with spaces

  c. Continue
  n. Choose another show
  q. Quit

Choose a function, or episode(s) to remove:


Line 316 is:

   sub confirm_shows {
        my @episodes = @_;
        my $num_episodes = @episodes;

	 ......

        $query .= "($episode->{'showtime'})
".$episode->{'finfo'}{'width'}.'x'
         .$episode->{'finfo'}->{'height'}.'
'.$episode->{'finfo'}{'video_type'};

	.....


It looked like it was having trouble getting the showtime from the hash,
but the showtime is properly displayed.  I tried 'c' to continue, but it
errored-out when the processing started (as expected).  Looks like maybe
something is out-of-sync?  Any ideas?  Thanks,
Don


More information about the mythtv-users mailing list