[mythtv-users] How to use tmdb.pl with MythVideo/MythWeb

Andrew Burgess aab at cichlid.com
Mon Apr 6 00:34:54 UTC 2009


On Sun, 2009-04-05 at 19:17 -0400, Michael T. Dean wrote:

> That means you're running the tmdb.pl from trunk r20282 (plus your local 
> modifications) instead of the tmdb.pl from trunk r20306 or later--the 
> one I said in the original post that you /must/ be running for it to 
> work.  ;)  (Re-read the parts about, "Similarly, trunk users who haven't 
> updated to r20306 (from earlier today, Apr 4, 2009) or beyond will need 
> to download an updated tmdb.pl..."
> 
> http://www.gossamer-threads.com/lists/mythtv/users/377820#377820

I thought I did that. I moved the orig to .save and copied the new one.
So now it's:

athlon:scripts > diff tmdb.pl tmdb.pl.save 
365,371c365
<     # ignore any options, such as those used by imdb.pl
<     my $options = shift || die "Usage : $0 -M <query>\n";
<     my $query = shift;
<     if (!$query) {
<        $query = $options;
<        $options = "";
<     }
---
>     my $query = shift || die "Usage : $0 -M <query>\n";




More information about the mythtv-users mailing list