2018-01-21, 01:53
Thx, will check that tomorrow.
but other settings use System.Windows.Forms.CheckBoxcpp:Friend WithEvents chkMPAADescription As CheckBox
cpp:_setup_Movie.chkMPAADescription.Checked = _SpecialSettings_Movie.MPAADescription
(2018-01-21, 05:18)dr-oopie Wrote: https://pastebin.com/3aEDjbxAYou've enabled e.g. OFDB and MoviepilotDE as scraper. That are german only scrapers. In the latest komplex build there is also a check if you've the media language to "german", so it will be ignored. But why you've enabled it if you don't need it?
the movie Rings (2017) was giving me the plots in German i believe.
(2018-01-21, 12:42)ezechiel1917 Wrote: Hi Dan,Nice hint, I'll fix that, thank you!
I tried to identify why MPAADescription option (Settings - Scraper - Data - IMDB) is not appearing to be checked after checking the option and reopening settings and why scraping it does not work
I compared MPAADescription to StudiowithDistributors in your code and found two differences:
1)
frmSettingsHolder_Movie.Designer.vb
has
but other settings use System.Windows.Forms.CheckBoxcpp:Friend WithEvents chkMPAADescription As CheckBox
2)
IMDB_Data.vb
Function InjectSetupScraper_Movie doesn't have
cpp:_setup_Movie.chkMPAADescription.Checked = _SpecialSettings_Movie.MPAADescription