2011-01-26, 01:46
This is an addon script inspired by the php supplementary tool written by XBL
The original thread for that script can be found here: http://forum.xbmc.org/showthread.php?tid=72094
This script behaves in much the same way. It goes through your library and updates each movie with the rating from the IMDB.
If you're not happy with this script (let me know!), there's another great script written by m4x1m which does the same thing. You can find it here: http://forum.xbmc.org/showthread.php?tid=107331
Screenshot:
January 26, 2011 - Version 1.0
Original Release
Version 1.1
Ignore non-ascii characters.
February 9, 2012 - Version 1.2
Fixed upload links, fixed scraper and other minor fixes.
February 12, 2012 - Version 1.3
Added MySQL Support!
Fixed problem with top 250 regular expression.
May 26, 2013 - Version 2.0 Download the Addon: https://www.dropbox.com/s/jroy9e1xonw1no...gs-2.0.zip
Complete re-write, now uses JSON-RCP API. Which means it doesn't matter if you use SQLite or MySQL.
Now uses OMDBAPI instead of IMDB.
Can search for movie even if the database doesn't have an imdb id.
Better progress meter, and other code cleanups.
As always, you can find the code in my github page: https://github.com/cosmicr/IMDB-Ratings-for-Movies
Installation:
1. In XBMC, go to System->Addons->Install from ZIP file
2. Select the file you downloaded
3. Script is installed, found in Programs
4. Default settings should work for most.
Notes:
- There's not a great deal of error checking, but I have tried to be verbose. If something goes wrong, please let me know, but I won't be held responsible.
- The addon doesn't 100% comply with XMBC's requirements to go into the repository, but I am working on that and as soon as it does I'll request to have it put up there.
Todo:
- Change location of lastid.dat file
- Run the addon periodically (like the library updater addon)
- Ratings for TV Show episodes too (where should I get them from?)
- Put it on an XBMC Addon repository
- If you would like a feature added, let me know
If you come across any bugs, or other problems, please post your debug log and let me know!
I'm not the greatest coder, but at least it works!
The original thread for that script can be found here: http://forum.xbmc.org/showthread.php?tid=72094
This script behaves in much the same way. It goes through your library and updates each movie with the rating from the IMDB.
If you're not happy with this script (let me know!), there's another great script written by m4x1m which does the same thing. You can find it here: http://forum.xbmc.org/showthread.php?tid=107331
Screenshot:
January 26, 2011 - Version 1.0
Original Release
Version 1.1
Ignore non-ascii characters.
February 9, 2012 - Version 1.2
Fixed upload links, fixed scraper and other minor fixes.
February 12, 2012 - Version 1.3
Added MySQL Support!
Fixed problem with top 250 regular expression.
May 26, 2013 - Version 2.0 Download the Addon: https://www.dropbox.com/s/jroy9e1xonw1no...gs-2.0.zip
Complete re-write, now uses JSON-RCP API. Which means it doesn't matter if you use SQLite or MySQL.
Now uses OMDBAPI instead of IMDB.
Can search for movie even if the database doesn't have an imdb id.
Better progress meter, and other code cleanups.
As always, you can find the code in my github page: https://github.com/cosmicr/IMDB-Ratings-for-Movies
Installation:
1. In XBMC, go to System->Addons->Install from ZIP file
2. Select the file you downloaded
3. Script is installed, found in Programs
4. Default settings should work for most.
Notes:
- There's not a great deal of error checking, but I have tried to be verbose. If something goes wrong, please let me know, but I won't be held responsible.
- The addon doesn't 100% comply with XMBC's requirements to go into the repository, but I am working on that and as soon as it does I'll request to have it put up there.
Todo:
- Change location of lastid.dat file
- Run the addon periodically (like the library updater addon)
- Ratings for TV Show episodes too (where should I get them from?)
- Put it on an XBMC Addon repository
- If you would like a feature added, let me know
If you come across any bugs, or other problems, please post your debug log and let me know!
I'm not the greatest coder, but at least it works!