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
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>