• 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 29
[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis*
After editing addon.xml to bump release version :

Code:
    <requires>
        <import addon="xbmc.python" version="2.25.0"/>
        <import addon="xbmc.gui" version="5.12.0"/>
        <import addon="xbmc.addon" version="16.9.701"/>
    </requires>

I have run successfully this addon and update Top250 movies and ratings.

And as this addon use JSON query to update Top250 or rating :

resources\lib\movies.py :

Code:
util.executeJSON('VideoLibrary.SetMovieDetails', {'movieid': movie['movieid'], 'rating': float(imdb.rating()), 'votes': imdb.votes()})

resources\lib\top250.py
Code:
util.executeJSON('VideoLibrary.SetMovieDetails', {'movieid': movie['movieid'], 'top250': position})

It should make it Krypton compliant.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Also add some new ID label for translate settings windows and add French language (send PR on GITHUB).
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
@sualfred : you are right.

I have test upgrading rate from a fresh Kodi database with only one movie : Oblivion

After scrapping this movie with The Movie DB, rating table is filled :

Image

Then I run this addon :

Code:
16:20:59 T:8764  NOTICE: [IMDB Update] - Starting IMDB Update v0.8.10
16:21:01 T:8764  NOTICE: [IMDB Update] - [1] Oblivion: updated from 6.30000019073 (3475) to 7.0 (382.459)
16:21:01 T:8764  NOTICE: [IMDB Update] - Résumé des notes pour les films: 1 de 1 a été mis à jour!

But now table rating is empty :

Image

I have add some debug log and here is the JSON query for updating rate and votes :

Code:
17:02:33 T:572  NOTICE: [IMDB Update] - executeJSON : VideoLibrary.SetMovieDetails, params: {'rating': 7.0, 'votes': '382459', 'movieid': 1}
17:02:33 T:572  NOTICE: [IMDB Update] - result[jsonrpc] = 2.0
17:02:33 T:572  NOTICE: [IMDB Update] - result[id] = 1
17:02:33 T:572  NOTICE: [IMDB Update] - result[result] = OK
17:02:33 T:572  NOTICE: [IMDB Update] - [1] Oblivion: updated from 6.30000019073 (3475) to 7.0 (382459)

Maybe it's a JSON issue : http://forum.kodi.tv/showthread.php?tid=...pid2363325
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
It's a bug.. This pr , even if unrelated, will fix it (probably tomorrow's build will include it):
https://github.com/xbmc/xbmc/pull/10020
Reply
Good news Wink
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Latest build of Krypton (KodiSetup-20160623-2731311-master) fix this issue :

Image
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Thanks for the update Smile
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
I'm getting some strange errors with Jarvis:

http://pastebin.com/ddziu63V

According to the log it seems that some ratings or Top250 movies are parsed??
Reply
Still one of the best addons available. Thanks for that!
System: Nvidia Shield TV Pro 2019 | Kodi Version: v19.4 Matrix | Skin: Aeon MQ7 Mod
Reply
Awesome, thanks for getting it working on Jarvis, great app! Smile
Reply
Thanks for the update, great
Reply
This addon is now marked as broken in Krypton and thus disabled. Is there something that could be done to make it compatible?
Reply
Just use nodes like i've mentioned about 5 times in this thread?
Reply
(2016-09-17, 14:24)zag Wrote: Just use nodes like i've mentioned about 5 times in this thread?

I only see two references in this thread - one is this last post of yours and another points to your signature, but it must have been changed because it says nothing about nodes...?
Reply
(2016-06-23, 11:37)mikebzh44 Wrote: Also add some new ID label for translate settings windows and add French language (send PR on GITHUB).

@mikebzh44, do you have a modded version in GitHub or another place that you can share, that works well in Krypton Beta 3? I would be most grateful if you could post a link.

Regards,

Bart
Reply
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 29

Logout Mark Read Team Forum Stats Members Help
[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis*6