[mythtv] Ticket #6346 - Subtitle, Season #, and Episode # support for MythVideo (Robert McNamara)

Robert McNamara robert.mcnamara at gmail.com
Thu Apr 2 03:20:39 UTC 2009


On Wed, Apr 1, 2009 at 8:12 PM, Marc Tousignant <drayson at net1plus.com> wrote:
> Rob,
>
> To test this I moved my video folder and updated my videos, essentially
> clearing my database.
> I them moved it back and updated again which brought everything back in and
> yes you were right. That was the issue.
>
> However, I am now seeing an issue with downloading information for my
> movies, which worked before. Even entering the IMDB number does not allow
> them to update.
> I first get a "no matches were found" window.
> After that I get a "Can't load './auto/HTML/Parser/Parser.so' for module
> HTML::Parser: ./auto/HTML/Parser/Parser.so: undefined symbol: PL_unitcheckav
> at /usr/lib/perl5/5.8.8/i686-linux/XSLoader.pm line 70.
> Line 70 is:
>    my $libref = dl_load_file($file, 0) or do {
>
> They were working with IMDB before the patch. Any reason why we are forced
> to use tmdb.pl for movies after installing this patch?

All of that output appears to be perl debug/error output, none of my
code comes anywhere near any of that.  While TMDB *should* be used
from here on out, there is nothing in the patch that I can imagine
that would affect the behavior or the movie grabber in the least.  All
my changes to the ticket in the past half dozen revisions or so have
had no bearing on the grabber behavior, let alone that of the movie
grabber.

On a non-code related note, the reason we need to use TMDB now is
because of the Terms of Service violations involved in using IMDB, who
have been clear about not wanting people to use scrapers.  I figure
you knew that, but it was worth saying for posterity.

FWIW, I wiped out my entire DB last night and used TMDB and TVDB to
rebuild it from scratch, and ended up with flawless filename parsing
and grabbing without ever touching the metadata.

Robert


More information about the mythtv-dev mailing list