Rotten Tomatoes or Metacritic ratings? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Horizon (https://forum.kodi.tv/forumdisplay.php?fid=277) +----- Thread: Rotten Tomatoes or Metacritic ratings? (/showthread.php?tid=323804) |
Rotten Tomatoes or Metacritic ratings? - TurkVU - 2017-11-10 Hi - loving this skin, amazing work. One issue I'm having is getting RT or Metacritic ratings to show up. I've got the Skin Helper add-on enabled and an API key for OMDB, but I have no idea what to do with it...other threads talk about a Manage Dependencies option, but I can't find that anywhere. I've been searching and trying everything I can think of for a while now...any chance someone could explain how to get them enabled step by step? Thanks! RE: Rotten Tomatoes or Metacritic ratings? - jurialmunkey - 2017-11-11 First, make sure you are using the version of skin helper from marcelveldt's beta repo. Link to beta repo: https://github.com/marcelveldt/repository.marcelveldt/raw/master/repository.marcelveldt/repository.marcelveldt-1.0.1.zip Then in Horizon, go to Skin Settings > Manage Dependencies. Look for script.module.metadatautils and click on it. This will open the settings for skin helper's meta data module. Go to the API section of the settings and add your api key. EDIT: For reference sake, you also need to delete simplecache.db in .kodi/userdata/addon_data/script.module.simplecache whilst Kodi is closed and then restart Kodi. Not 100% necessary, but will force the skinhelper cache to be rebuilt so that you get the ratings straight away -- skin helper caches data and only refreshes periodically, so you need to do this to test that everything is working. Also give skin helper some time to start retrieving the info, as it can take a while if you have a large library. RE: Rotten Tomatoes or Metacritic ratings? - TurkVU - 2017-11-11 (2017-11-11, 00:06)jurialmunkey Wrote: First, make sure you are using the version of skin helper from marcelveldt's beta repo. Exactly what I needed - working great now, thank you!! RE: Rotten Tomatoes or Metacritic ratings? - 0ldfart - 2018-01-17 am using 1.1.24, from https://github.com/marcelveldt/repository.marcelveldt RE: Rotten Tomatoes or Metacritic ratings? - olympia - 2018-02-15 Universal Movie Scraper can get all ratings in it's all, without having the need to install any additional dependencies and such difficult configuration for End-Users. I am just wondering the reason why not using the ratings from Kodi Db? RE: Rotten Tomatoes or Metacritic ratings? - jurialmunkey - 2018-02-15 (2018-02-15, 15:54)olympia Wrote: Universal Movie Scraper can get all ratings in it's all, without having the need to install any additional dependencies and such difficult configuration for End-Users. For a number of reasons:
RE: Rotten Tomatoes or Metacritic ratings? - Karellen - 2018-02-15 I recall reading somewhere it was ListItem.Ratings, but can't find that reference at this moment ---Edit--- Does this help... https://forum.kodi.tv/showthread.php?tid=327353&pid=2695597#pid2695597 RE: Rotten Tomatoes or Metacritic ratings? - jurialmunkey - 2018-02-16 (2018-02-15, 23:43)Karellen Wrote: I recall reading somewhere it was ListItem.Ratings, but can't find that reference at this momentAh, so it is wrong in the Skinning wiki then. (EDIT: Sounds like it will be fixed back to Rating without the s in Leia, so that's probably what is referenced in the wiki) I tried ListItem.Ratings(metacritic) before. However, it seems it only works in the info dialog. I was testing outside of that, hence why it didn't appear to be working. I want the ratings outside of the info dialog, so have to use skin helper anyway. RE: Rotten Tomatoes or Metacritic ratings? - olympia - 2018-02-16 (2018-02-15, 23:00)jurialmunkey Wrote:No, I think ListItem.Ratings(metacritic) is the correct one and wiki needs to be fixed. @Karellen, can you maybe take care of this please?(2018-02-15, 15:54)olympia Wrote: Universal Movie Scraper can get all ratings in it's all, without having the need to install any additional dependencies and such difficult configuration for End-Users. Is any ListItem.Rating() working outside of the info dialog? I think some skins can display default rating outside, so there must be some ListItem thingy there. So not having the possibility for all ratings might be a missing feature. Rotten Tomatoes or Metacritic ratings? - Martijn - 2018-02-16 Related? https://github.com/xbmc/xbmc/pull/13449 RE: Rotten Tomatoes or Metacritic ratings? - Karellen - 2018-02-16 Sure @olympia Can you point me to the wiki page please. RE: Rotten Tomatoes or Metacritic ratings? - olympia - 2018-02-16 (2018-02-16, 21:37)Karellen Wrote: Sure @olympiaAs per Martijn post, it indeed seems like this has been switched back to ListItem.Rating(), so no need to adjust. There was/ is some turbulence around this Anyhow, I agree that different ratings should be accessible for skinners also outside the info dialog. I asked phate89 to comment. Rotten Tomatoes or Metacritic ratings? - Martijn - 2018-02-16 To be clear that fix isn't in v17.6 but is in krypton branch in case we do another point release. V18 has it already RE: Rotten Tomatoes or Metacritic ratings? - jurialmunkey - 2018-02-17 (2018-02-16, 20:25)olympia Wrote: Is any ListItem.Rating() working outside of the info dialog? I think some skins can display default rating outside, so there must be some ListItem thingy there. So not having the possibility for all ratings might be a missing feature. I tested ListItem.Ratings() with "metacritic", "rottentomatoes", "themoviedb", and "imdb" ListItem.Ratings(imdb) worked correctly both inside and outside info dialog. All of the rest only worked inside the info dialog. Oddly, outside the info dialog they display "0.0" rather than simply an empty string. RE: Rotten Tomatoes or Metacritic ratings? - Edworld - 2018-02-17 (2018-02-17, 04:37)jurialmunkey Wrote:Rotten tomatoes, where you able to scrape audience score? does it show up 80% or 8.0?(2018-02-16, 20:25)olympia Wrote: Is any ListItem.Rating() working outside of the info dialog? I think some skins can display default rating outside, so there must be some ListItem thingy there. So not having the possibility for all ratings might be a missing feature. |