← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 288979] Re: Plot missing in Mythvideo IMDB data

 

Hi, thanks for reporting.  I just investigated this much closer and it
looks like imdb.pl has been dropped from mythvideo scripts and replaced
with imdbpy.py instead.  It has already had this change made.

** Changed in: mythtv (Ubuntu)
       Status: New => Fix Released

-- 
 Plot missing in Mythvideo IMDB data
https://bugs.launchpad.net/bugs/288979
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv in ubuntu.

Status in “mythtv” package in Ubuntu: Fix Released

Bug description:
It seems imdb.com changed the page layout.

You will have to change this file "imdb.pl" in /usr/share/mythtv/

In that file you need to find a line that looks like this:

my $plot = parseBetween($response, ">Plot Outline:</h5> ", "</div>");

and change it to:

my $plot = parseBetween($response, ">Plot:</h5>", "</div>");