Kodi Community Forum
[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis* - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis* (/showthread.php?tid=167754)

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


[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis* - Jandalf - 2013-06-23

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


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-06-24

This add-on seems to work great!

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

Image

Thanks
Shedrock


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - Jandalf - 2013-06-24

(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?)


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-06-24

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


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - Jandalf - 2013-07-04

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


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - MSingh - 2013-07-05

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


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-07-05

I need to find out how I can add the parameters to the Contextmenu.


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - Jandalf - 2013-07-05

(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?


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - SNA0815 - 2013-07-09

Great Addon! Works perfect! Thank you!


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-07-09

I use the Rapier skin.


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - Jandalf - 2013-07-10

(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?


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-07-10

That will most certainly do the job.

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

Dale.


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - Jandalf - 2013-07-11

(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


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-07-11

Awesome! Thanks so much for this.


RE: [WIP] IMDB Update (Movie Ratings + Top250) *fast* - shedrock - 2013-07-12

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