Short summary problem (1 Viewer)

doveman

Portal Pro
February 12, 2008
2,326
178
Home Country
United Kingdom United Kingdom
I'm having trouble getting MovingPictures to only grab the short summary.

I tested by deleting Source Code from the list and rescanning and it shows that IMDB+ was used, yet still I get a long summary full of spoilers!

This is my Options IMDb+ Scraper.xml

Code:
<imdbplus>
  <set id="01" name="global_options_original_title" value="false" />
  <set id="02" name="global_options_foreign_title" value="true" />
  <set id="03" name="global_options_foreign_first" value="false" />
  <set id="04" name="global_options_uk_rating" value="true" />
  <set id="05" name="global_options_imdb_score" value="false" />
  <set id="06" name="global_options_imdb_metascore" value="false" />
  <set id="07" name="global_options_long_summary" value="false" />
  <set id="08" name="global_options_rotten_meter" value="true" />
  <set id="09" name="global_options_rotten_average" value="false" />
  <set id="10" name="global_options_rotten_top_critics" value="false" />
  <set id="11" name="global_options_special_edition" value="true" />
  <set id="12" name="global_options_rename_titles" value="true" />
  <set id="13" name="global_options_single_score" value="true" />
  <set id="14" name="global_options_min_imdb_votes" value="true" />
  <set id="15" name="global_options_refresh_all_fields" value="true" />
  <set id="98" name="global_options_country_filter" value="us|ca|gb|ie|au|nz" />
  <set id="99" name="global_options_language_filter" value="en" />
</imdbplus>
 

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: IMDb+ Scraper (Fix English, Rename+Group, RottenTomatoes, and more) v3.2.4

    Scraper updated to v3.2.4

    Fix on 'Language' detection because imdb.com changed their HTML code once again.

    Also fixed rare case of certain short summaries that would get skipped.

    It should also now avoid error movingpictures.log entries on bad score math (in worst case it would lead to bad or empty score). The main problem for users who use a comma for decimal seperator on their OS still exists, because this requires an open issue in MovingPictures to be fixed first. For the time being those users can force a single score.

    Scraper is also adjusted to be ready for upcomming new plugin version that will support auto-updating and I optimized all of the movie field regular expressions.
     

    doveman

    Portal Pro
    February 12, 2008
    2,326
    178
    Home Country
    United Kingdom United Kingdom
    Re: IMDb+ Scraper (Fix English, Rename+Group, RottenTomatoes, and more) v3.2.4

    Scraper updated to v3.2.4

    Fix on 'Language' detection because imdb.com changed their HTML code once again.

    Also fixed rare case of certain short summaries that would get skipped.

    Hey thanks, it's certainly fixed this problem for me (although it wasn't particularly rare!).

    It's also fixed another problem where some film names were being prefixed by IMDB+.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: IMDb+ Scraper (Fix English, Rename+Group, RottenTomatoes, and more) v3.2.4

    It's also fixed another problem where some film names were being prefixed by IMDB+.

    The "IMDb - " prefix problem indeed did not apply to every movie (I guess imdb.com is rolling the update out slowly across their multiple servers), and was fixed in v3.2.3, but I understand not everybody keeps track on the forum for updates.

    But that problem will soon be one of the past, as you will be able to enjoy fully automatic scraper updates via the plugin I'm working on.

    It only works on MediaPortal v1.2 beta and higher, but with v1.2RC released a few days ago, more and more users are hopefully already in the process of upgrading their systems.
     

    Users who are viewing this thread

    Top Bottom