Here I will post new IMDB with AKA scripts if any changes or bugfix occur. You will see two scripts:
V 1.1.1 -> compatible from MP 1.1.1 to lower versions
&
V 1.2.x -> for MP versions 1.2.0 and above.
Use the version which corresponds to your MP version.
HF.
LOG
14.10.2010
[collapse]
Fix for local title name (annoying new IMDB website feature). Negative side of this is that foreign movie titles will be presented in it's original language titles.
[/collapse]
20.10.2010
[collapse]
Cast and role cosmetic fix (unneeded spaces removed, usually visible in cartoons).
[/collapse]
23.10.2010
[collapse]
Exception fix in movie run-time parsing.
[/collapse]
20.12.2010
[collapse]
Ratings rework. Now it will take IMDB (MPAA rating as default if no user country rating found. If both fails, it will work as before.)
[/collapse]
10.01.2011
[collapse]
Ratings bug fix.
[/collapse]
27.02.2011
[collapse]
Will try to get English title for non-english movies (it will use TMDB API to get title).
If you don't want this, just open script in notepad and do search for:
bool tryEng = true;
and change it to:
bool tryEng = false;
[/collapse]
07.03.2011
[collapse]
Small ENG title bug fix
[/collapse]
09.03.2011
[collapse]
Wrong title characters encoding fix, role cleaned from non wanted txt
[/collapse]
11.01.2012
[collapse]
Fixed scripts according to new html changes in IMDB
[/collapse]
V 1.1.1 -> compatible from MP 1.1.1 to lower versions
&
V 1.2.x -> for MP versions 1.2.0 and above.
Use the version which corresponds to your MP version.
HF.
LOG
14.10.2010
[collapse]
Fix for local title name (annoying new IMDB website feature). Negative side of this is that foreign movie titles will be presented in it's original language titles.
[/collapse]
20.10.2010
[collapse]
Cast and role cosmetic fix (unneeded spaces removed, usually visible in cartoons).
[/collapse]
23.10.2010
[collapse]
Exception fix in movie run-time parsing.
[/collapse]
20.12.2010
[collapse]
Ratings rework. Now it will take IMDB (MPAA rating as default if no user country rating found. If both fails, it will work as before.)
[/collapse]
10.01.2011
[collapse]
Ratings bug fix.
[/collapse]
27.02.2011
[collapse]
Will try to get English title for non-english movies (it will use TMDB API to get title).
If you don't want this, just open script in notepad and do search for:
bool tryEng = true;
and change it to:
bool tryEng = false;
[/collapse]
07.03.2011
[collapse]
Small ENG title bug fix
[/collapse]
09.03.2011
[collapse]
Wrong title characters encoding fix, role cleaned from non wanted txt
[/collapse]
11.01.2012
[collapse]
Fixed scripts according to new html changes in IMDB
[/collapse]