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

Gavin Hurlbut gjhurlbu+mythtv-users at beirdo.ca
Fri Dec 3 23:35:51 UTC 2004


Don Brett <dlbrett at zoominternet.net> wrote:
> 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.

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


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


You can see that it is clearly throwing 2 warnings, and if you look closely,
you will see that it has the showtime, then " x MPEG".  Looks to me like it
couldn't detect the width and height of your recordings.  The video type is
shown correctly.

What is the source of these recordings (i.e. what kind of capture card are you
using)?  It would be good for us to try to track down the issue :)

Ciao
Gavin



More information about the mythtv-users mailing list