Kodi Community Forum

Full Version: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Image

This addon updates the ratings of your movies and the Top250 position from IMDb.

Inspired by this 2 add-ons: Rating Update and IMDb Ratings for Movies

Download:
script.imdbupdate-0.8.10.zip

Attention:
the script gets the ratings from http://omdbapi.com which are only updated once a week, so the votes can differ sometimes.

Bug reports and feature requests are very appreciated.

Features:
  • update the movie rating and vote count (only if something changed)
  • update the IMDB Top250 movies
  • update the MPAA rating for movies (US / DE)
  • write missing Top250 movies to the addon_data folder
  • update only movies with more than 0.1% vote increase (much faster)
  • run in background
  • run periodically
  • start parameters for skinners (see below)
  • resume movie rating update if it was cancelled
  • simple GUI to select what should be updated
  • progress bar

For Skinners:
Create a button with the function:
RunScript( script.imdbupdate, movies [,hidden] ) or
RunScript( script.imdbupdate, top250 [,hidden] ) or
RunScript( script.imdbupdate, mpaa [,hidden] ) or
RunScript( script.imdbupdate, movies|top250|mpaa [,hidden] ) or
RunScript( script.imdbupdate, all [,hidden] )

Changelog

Source Code
This add-on seems to work great!

I made a temp icon for myself and thought I would share it.

Image

Thanks
Shedrock
(2013-06-24, 21:56)shedrock Wrote: [ -> ]This add-on seems to work great!

I made a temp icon for myself and thought I would share it.

Image

Thanks
Shedrock

Thank you, that's great, I will use itSmile

(are you testing every IMDB Rating Add-on? ;D)
(shall I implement the background running and periodic feature next?)
I am testing all, but I find this one is very quick and simple to use.

That would be great if you can implement those two features, this way I just have to set it and forget it. Big Grin
New Version!

Code:
v0.4.0 (2013-07-03):
- add-on icon added (credits: shedrock)
- run in background (optional)
- add start parameters for skinners ( RunScript( script.imdbupdate, movies ) and RunScript( script.imdbupdate, top250 ) )

Download:
script.imdbupdate-0.4.0.zip
Thanks for this add-on. Really great. I hope you also add for TV Shows and have the option in settings to get ratings of TV episodes from imdb.

Thanks
I need to find out how I can add the parameters to the Contextmenu.
(2013-07-05, 13:49)MSingh Wrote: [ -> ]Thanks for this add-on. Really great. I hope you also add for TV Shows and have the option in settings to get ratings of TV episodes from imdb.

Thanks
its the next point on my listWink

(2013-07-05, 13:53)shedrock Wrote: [ -> ]I need to find out how I can add the parameters to the Contextmenu.
which skin do you use?
Great Addon! Works perfect! Thank you!
I use the Rapier skin.
(2013-07-09, 21:46)shedrock Wrote: [ -> ]I use the Rapier skin.

hm, i don't use this skin... I have no idea...
I will soon release the run periodically function. maybe this will make your context menu button unnecessary?
That will most certainly do the job.

Thanks for all the work on this add-on. Much appreciated. Nod

Dale.
(2013-07-10, 20:08)shedrock Wrote: [ -> ]That will most certainly do the job.

Thanks for all the work on this add-on. Much appreciated. Nod

Dale.

and here it is:

Code:
v0.4.1 (2013-07-11):
- run periodically (optional)
- stop script if XBMC wants to exit

Download:
script.imdbupdate-0.4.1.zip
Awesome! Thanks so much for this.
I turned on run periodically option and rebooted my machine. When XBMC started it prompted me that the update was starting. As soon as it started XBMC locked up and restarted.

I will try to replicate it again tomorrow and report back.

Specs:

Zotac AD-04, 4GB RAM, AMD
OpenELEC 3.0.6

Shedrock
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29