[mythtv-users] Mythvideo/IMDB script not working [Bump]

Steven Cruysberghs steven.cruysberghs at pi.be
Tue Jun 29 12:23:51 EDT 2004


Op di 29-06-2004, om 17:50 schreef Stephen Tait:
> At 17:18 27/06/2004 +0100, you wrote:
> >Just added a truckload of new movie rips to the server, and naturally 
> >wanted to grab the IMDB info for them.
> >
> >In video manager, using the "Look up on IMDB" button gave me nothing, so I 
> >tried manually entering th IMDB number - in this case, 0094625, which I 
> >got from looking up Akira on the site and chopping off the tt bit (just 
> >like I did under 0.14). This gave the following error:
> >/usr/share/mythtv/mythvideo/scripts/imdb.pl
> >Use of uninitialised value in concateneation (.) or string at 
> >/usr/share/mythtv/mythvideo/scripts/imdb.pl line 209
> >Use of uninitialised value in concateneation (.) or string at 
> >/usr/share/mythtv/mythvideo/scripts/imdb.pl line 210
> >Check video manager settings
> >
> >The offending lines, 209 and 210, are:
> >    print "Title:$title\n";
> >    print "Year:$year\n";
> >
> >Any idea on what's causing this? No-one on the lists or the gentoo forums 
> >seems to have had this problem. Am I missing a PERL module? How do I check?
> >
> >Thanks for any help! I can't face adding 17 movies manually!

You don't get any messages about missing perl modules when you run the
script manually? 
The script uses these modules :
LWP::Simple;      
HTML::Entities;
URI::Escape;
Getopt::Std;


Are you connected to the internet? :-)



More information about the mythtv-users mailing list