Hi,
I just created a grabber for TMDB in French that also get missing data from IMDB.
TMDB offers an API but I didn't used it in this script because I reused some HTML parsing code I wrote for other projects.
Getting the right IMDB ID for the movie was a bit tricky but it is working quite fine. I tested on all my video library and didn't noticed any wrong association. But please, don't hesitate to report any problem you could find using this grabber.
Modifing the script in order to have it working in other languages should be quite easy to do, let me know if there are people interested, I will look at it. Also I will have a look at the API and evaluate if it is interesting to use it instead of HTML parsing for a future evolution.
Evolution I'm already thinking of are :
* Translation of movie language
* Translation of movie country
* Use TMDB API instead of parsing HTML pages
Enjoy!
Fred
EDIT: I uploaded version 1.1.0 that includes retrieval of director, cast and thumb URL
I just created a grabber for TMDB in French that also get missing data from IMDB.
TMDB offers an API but I didn't used it in this script because I reused some HTML parsing code I wrote for other projects.
Getting the right IMDB ID for the movie was a bit tricky but it is working quite fine. I tested on all my video library and didn't noticed any wrong association. But please, don't hesitate to report any problem you could find using this grabber.
Modifing the script in order to have it working in other languages should be quite easy to do, let me know if there are people interested, I will look at it. Also I will have a look at the API and evaluate if it is interesting to use it instead of HTML parsing for a future evolution.
Evolution I'm already thinking of are :
* Translation of movie language
* Translation of movie country
* Use TMDB API instead of parsing HTML pages
Enjoy!
Fred
EDIT: I uploaded version 1.1.0 that includes retrieval of director, cast and thumb URL
Attachments
Last edited: