Posts: 485
Joined: Oct 2009
2011-11-27, 04:03
(This post was last modified: 2011-11-27, 07:06 by User 55003.)
Thanks for fixing the +1 bug in the top250, the 1.0.3 ver is working great.
However 1.0.4 ver has a -1 bug in the top250
, no biggie I just rolled back to 1.0.3.
Log..
Code:
12:29:04 T:3328 NOTICE: [Rating Update] - 'The Shawshank Redemption': the old position in your DB was 1, the new position from IMDb Top250 is 0
12:29:05 T:3328 NOTICE: [Rating Update] - 'Star Wars: Episode V - The Empire Strikes Back': the old position in your DB was 11, the new position from IMDb Top250 is 10
12:29:06 T:3328 NOTICE: [Rating Update] - 'Star Wars Episode IV - A New Hope': the old position in your DB was 17, the new position from IMDb Top250 is 16
12:29:07 T:3328 NOTICE: [Rating Update] - 'Star Wars: Episode VI - Return of the Jedi': the old position in your DB was 98, the new position from IMDb Top250 is 97
12:29:09 T:3328 NOTICE: [Rating Update] - 'Harry Potter and the Deathly Hallows: Part 2': the old position in your DB was 161, the new position from IMDb Top250 is 183
12:29:10 T:3328 NOTICE: [Rating Update] - 'The Truman Show': the old position in your DB was 216, the new position from IMDb Top250 is 215
12:29:11 T:3328 NOTICE: [Rating Update] - 'The Social Network': the old position in your DB was 226, the new position from IMDb Top250 is 234
Edit: Version 1.0.3 also returned -1 value to the top250 when run for a second time.
Posts: 3,919
Joined: Jul 2010
Reputation:
154
BigNoid
Team-Kodi Member
Posts: 3,919
I think you forgot to bump your version number in addon.xml.
Just tried this add-on and works perfect in my library. Thx!
Posts: 625
Joined: Aug 2010
Reputation:
9
2011-11-27, 14:05
(This post was last modified: 2011-11-27, 14:33 by krish_2k4.)
my man! XBMC forums always amaze me! will try this out as ratings for new movies tend to change a lot!
edit: just tried it, smooth as fuck and works very well! I does not update the nfo in the actual movie folder so you have to export video library and choose separate.
edit 2: It updates the ratings but not the number of votes. for instance when I original scraped '2001: A Space Odyssey' it had a IMDB rating of 8.4 with 183,779 votes and was number 89 in the Top250.
the script updated the rating and the Top250 ranking to number 90 but left the number of votes at 183,799 when there are 194,689 votes.
it might just be me though so can anyone else confirm it? I did the export video library to update the native nfo files.
Posts: 682
Joined: Feb 2007
Reputation:
0
Has anybody tried this on the 10.1 official release? Wondering if anybody's confirmed success/failure before I backup my database and try...
If not, this plugin may be worth moving to pre-Eden for; my top250 playlist is woefully out of date!
Kodi: Kodi 17.4, with Transparency!
50 TB Unraid Server: Docker Apps: SABnzbd, Sickrage, mariaDB
HTPC: Win10 (cause Steam), i7, GTX 1080
Watching on: Panasonic TC65-PS64 with lowend Sony 5.1 HTIB
Other devices: rMBP 15", MBA 13", nvidia shield
Posts: 485
Joined: Oct 2009
m4x1m Wrote:Eh eh the api change has modified somethings and I had not noticed!
New Version:
script.ratingupdate-1.0.5.zip
Code:
v 1.0.5:
- Fix again bug that now was adding -1 to the real position taking from Top250
Cheers mate, That did the trick, great work.