MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Watch / Listen Media » watch/edit Videos » Support


Support Post problems you have with an video feature here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-05-20, 20:26   #11 (permalink)
Portal Member
 
Join Date: May 2008
Posts: 50
Thanks: 0
Thanked 2 Times in 2 Posts


Default

sure you chose imdb_com and didn't have any others available? I scanned hundreds of movies and it all worked except for what i posted above as examples. All plot/summary's were pulled afaik.
pgjensen is offline   Reply With Quote
Old 2008-05-20, 20:45   #12 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 5,435
Thanks: 75
Thanked 153 Times in 139 Posts

Country:

My System

Default

Quote:
sure you chose imdb_com
Wise words, was doing it from inside MP, Doh

Thanks for the magic dukus
Paranoid Delusion is offline   Reply With Quote
Old 2008-05-21, 11:07   #13 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: London
Posts: 320
Thanks: 2
Thanked 4 Times in 4 Posts

Country:

My System

Send a message via MSN to cheetah05
Default

EDIT: didn't read the whole thread, so the information is probably useless now :p


Hi there,

This may help whoever is developing it.

I think the way IMDB shows the plots has changed.

In a script i made (not for MP specifically - but in general), here is the working function i use to get the Plot, may give you some ideas:

Code:
//html = html code of the imdb page.

        private string IMDBPlotOutline(string html)
        {
            GroupCollection regMatch = Regex.Match(html, @"<h5>(?:Plot Outline:|Plot Summary:|Plot:)</h5>\s*(.*?)\s*<").Groups;

            if (regMatch.Count > 1)
            {
                return regMatch[1].Value.ToString();
            }
            else
            {
                return string.Empty;
            }
        }
cheetah05 is offline   Reply With Quote
Old 2008-06-05, 19:06   #14 (permalink)
Portal Member
 
Join Date: Apr 2008
Posts: 29
Thanks: 2
Thanked 0 Times in 0 Posts

Country:


Default

Nevermind - fixed my own problem

Last edited by enchant; 2008-06-05 at 19:11. Reason: Fixed my own problem
enchant is offline   Reply With Quote
Old 2008-07-25, 02:25   #15 (permalink)
MP Donator
 
Join Date: May 2008
Location: FlashFXP Development Team
Posts: 25
Thanks: 3
Thanked 0 Times in 0 Posts

Country:


Default

Hello,

I am running the RC2 of MP 1.0 and am having problems with the IMDB scan as stated above.

The majority of my movies are showing 'unknown' as the plot... In the database editor they are showing the plot under the summary (bottom) part, but not in the plot.

Is there a solution for this? The posts above look like something is in the works or a SVN build, but I am still getting to work out the lingo/processes for this program.

Thanks
Spaldo is offline   Reply With Quote
Reply

Bookmarks

Tags
broken, imdb, plotsummary, scrape

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IMDB Grabber for german.imdb.com / deutsche IMDB mmf1981 Improvement Suggestions 5 2008-07-12 14:45
Plot thickens re. TV Jitter / Stutter KevinM MediaPortal 1 Talk 24 2008-06-23 01:27
Video Summary roadblock General Support 1 2007-07-02 23:49
[Patch] OFDB picture and full plot lookup broken FlipGer General Development (no feature request here!) 1 2007-04-25 10:26
Movies: OSD - Info(plot) textcontrol is on top -> bookmarks are difficult to read chefkoch fixed 0.2.0.0 bugs 2 2006-10-09 22:56


All times are GMT +1. The time now is 00:00.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress