<html>
<body>
Just added a truckload of new movie rips to the server, and naturally
wanted to grab the IMDB info for them.<br><br>
In video manager, using the &quot;Look up on IMDB&quot; 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. This gave the following error:
<dl>
<dd>/usr/share/mythtv/mythvideo/scripts/imdb.pl
<dd>Use of uninitialised value in concateneation (.) or string at
/usr/share/mythtv/mythvideo/scripts/imdb.pl line 209
<dd>Use of uninitialised value in concateneation (.) or string at
/usr/share/mythtv/mythvideo/scripts/imdb.pl line 210<br>

<dd>Check video manager settings
</dl>The offending lines, 209 and 210, are:
<dl>
<dd>&nbsp;&nbsp; print &quot;Title:$title\n&quot;;
<dd>&nbsp;&nbsp; print &quot;Year:$year\n&quot;;
</dl>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?<br><br>
Thanks for any help! I can't face adding 17 movies manually!</body>
</html>