View Full Version : Plot missing in Mythvideo IMDB data
uMuppet
May 4th, 2008, 06:31 PM
I'm using 8.04 and haven't had any real problems. The whole setup seems to be running fine. Nice job on the release!
I have a scheduled program running which scans my video folder and updates the IMDB data for any files that are missing it. The program is great, I got it from here (http://www.thepisanis.com/node/11) but none of my movies have any PLOT data. Just a blank space in Mythvideo. It worked fine in Gutsy. I have tried to do a manual scan in setup as well with no joy.
Anyone else hit this problem?
slyhne
May 5th, 2008, 07:34 AM
Hi
I fixed mine yesterday.
It seems imdb changed the page layout.
You will have to change this file "imdb.pl", I think it's somewhere 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>");
Regards
slyhne
uMuppet
May 5th, 2008, 05:38 PM
Works well thanks.
I had already made that change but it didn't work. So I copy pasted your example and found that I had an extra space in my code.
How can we have this change in future releases?
juan_suave
May 20th, 2008, 11:15 PM
thanks, worked like a charm for me too. that extra space was killing me for a second.
styrofoam cup
June 7th, 2008, 04:44 AM
thanks from me too.
I couldnt get it to work until I copied your post.
working ok now.
:guitar: rock on!
tgm4883
June 7th, 2008, 03:14 PM
Works well thanks.
I had already made that change but it didn't work. So I copy pasted your example and found that I had an extra space in my code.
How can we have this change in future releases?
Every time that imdb changes their site we have to update.
mark467
July 17th, 2008, 11:04 AM
mine stopped pulling the plots again. did imdb change again?
tgm4883
July 17th, 2008, 11:25 AM
I'll check.
Check to see that the change you made to fix it last time didn't revert back.
mark467
July 18th, 2008, 01:48 PM
Sorry, it did revert. Maybe from the updates.
tgm4883
July 18th, 2008, 08:05 PM
Sounds like it. Check and see if there is a bug filed against it on launchpad
frankO
October 24th, 2008, 10:59 PM
I have created a bug report for this.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.