Themoviedb is great for fetching movie info (and default for many, these days), but the rating is for most movies not really accurate. IMDb has better ratings (at least from way more people), so getting the info from themoviedb and the rating from IMDb would be great. Also a periodically update of the ratings would be nice.
I wrote a small PHP script that will exactly do this. It's not very nice, but it does the job.
Features:
- Update ratings using IMDb, keep up to date with new movies.
- Update the whole database to get new ratings.
It works on XBMCLive, most probably any Ubuntu box with XBMC. I guess other Linux distro's work as well, but that's untested.
The readme included contains all the info on how to use it. I will try to help people, but I'm busy with other stuff as well so don't count on me ;-).
UPDATE May 4th 2010:
ezechiel1917 made a couple of changes to the code which resulted in imdbratings 1.2. All credits go to him for this version.
Upgrade instructions are in the new readme.
CHANGELOG:
1.2:
- Cosmetic changes to the code.
- Number of votes are updated in DB.
- If movie is in the IMDb top250, this is added to the DB.
Version 1.2: http://dump.troep.net/public/imdbratings_1.2.zip
Version 1.0: http://dump.troep.net/public/imdbratings.zip
I wrote a small PHP script that will exactly do this. It's not very nice, but it does the job.
Features:
- Update ratings using IMDb, keep up to date with new movies.
- Update the whole database to get new ratings.
It works on XBMCLive, most probably any Ubuntu box with XBMC. I guess other Linux distro's work as well, but that's untested.
The readme included contains all the info on how to use it. I will try to help people, but I'm busy with other stuff as well so don't count on me ;-).
UPDATE May 4th 2010:
ezechiel1917 made a couple of changes to the code which resulted in imdbratings 1.2. All credits go to him for this version.
Upgrade instructions are in the new readme.
CHANGELOG:
1.2:
- Cosmetic changes to the code.
- Number of votes are updated in DB.
- If movie is in the IMDb top250, this is added to the DB.
Version 1.2: http://dump.troep.net/public/imdbratings_1.2.zip
Version 1.0: http://dump.troep.net/public/imdbratings.zip