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>");
_______________________________________________
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help : https://help.launchpad.net/ListHelp