• 1
  • 137
  • 138
  • 139(current)
  • 140
  • 141
  • 181
Mod Multi-Mod addition for the MQ 7 Krypton Mod
(2018-10-15, 03:11)latts9923 Wrote: @Jumpy73

I added code quite a while back to display the "4K Ultra HD" codec if the filename contained "uhd". So your 1080p Thor movie contains "uhd" in the filename?
Yes...

The problem occurs because, if I have a movie set with at least one movie with uhd resolution, all the movie set is stored in UHD folder (ex. Z:\MOVIES\UHD\Thor - Set (2011-2017)\Thor (2011)\Thor (2011).1080p x264.6ch AC3.mkv)
Reply
@"chrissix"

Good catch...I never noticed that. I'll fix the landscape layout and make it part of the next update.

On another note, is the "SkinHelper.ListItem.RottenTomatoes.Consensus" property working for you? I've tried it and I get nothing.
Reply
@Jumpy73

I'll see what I can do to remedy that problem.
Reply
(2018-10-18, 23:30)latts9923 Wrote: On another note, is the "SkinHelper.ListItem.RottenTomatoes.Consensus" property working for you? I've tried it and I get nothing.

nope, great sry for missinformation a few posts ago. This Skinhelper command is dead.
I only get more rotten data in my version and also other ratings cause i read them to the kodi sql db without skinhelper.

ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(imdb)
ListItem.Votes(imdb)
ListItem.Ratings(themoviedb)
ListItem.Votes(themoviedb)
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(tomatometerallcritics)
ListItem.Votes(tomatometerallcritics)
ListItem.Ratings(tomatometerallaudience)
ListItem.Votes(tomatometerallaudience)
ListItem.Ratings(anidb)
ListItem.Votes(anidb)


e.g. Terminator 2:

    <ratings>
        <rating name="metacritic" max="10">
            <value>7.5</value>
            <votes>22</votes>
        </rating>
        <rating name="imdb" max="10" default="true">
            <value>8.5</value>
            <votes>863803</votes>
        </rating>
        <rating name="themoviedb" max="10">
            <value>7.9</value>
            <votes>5640</votes>
        </rating>
        <rating name="tomatometerallcritics" max="10">
            <value>9.2</value>
            <votes>77</votes>
        </rating>
        <rating name="tomatometerallaudience" max="10">
            <value>9.4</value>
            <votes>747476</votes>
        </rating>
    </ratings>
Reply
Hello there. I don't know exactly where to ask but is there a way to add rotten tomotoes score, rating, imdb rating, metacritic score, user votes ect in my <baseFileName>.nfo file instead of using omdb key?

Image
Reply
(2018-10-19, 21:43)nomnom27 Wrote: Hello there. I don't know exactly where to ask but is there a way to add rotten tomotoes score, rating, imdb rating, metacritic score, user votes ect in my <baseFileName>.nfo file instead of using omdb key?

see post #1951
Reply
(2018-10-19, 21:46)chrissix Wrote:
(2018-10-19, 21:43)nomnom27 Wrote: Hello there. I don't know exactly where to ask but is there a way to add rotten tomotoes score, rating, imdb rating, metacritic score, user votes ect in my <baseFileName>.nfo file instead of using omdb key?

see post #1951 
I already have an omdb key and it works fine for most of my movies. I just want to know if I'm able to put all of that info in an nfo file instead of relying on my omdb key because some of my movies won't show rotten tomatoes score, rating, metacritic rating, critics consensus, awards ect. For example the following movie Dead Rising: Watchtower is completely blank except for the imdb rating, which shows that omdb key is working but it has a lot of missing info for this movie.

Image
I checked in rotten tomatoes and it has a 30% and themoviedb has 50% rating. Is there a way to add that info to an nfo file?
Reply
https://kodi.wiki/view/NFO_files
https://sourceforge.net/projects/mediacompanion/

https://www.rottentomatoes.com/m/dead_ri...atchtower/
Full Dead Rising Watchtower ratings for me aviable in .nfo scraper.

Code:
    <ratings>
        <rating name="imdb" max="10" default="true">
            <value>5.2</value>
            <votes>7283</votes>
        </rating>
        <rating name="themoviedb" max="10">
            <value>5.0</value>
            <votes>180</votes>
        </rating>
        <rating name="tomatometerallcritics" max="10">
            <value>0.0</value>
            <votes>N/A</votes>
        </rating>
        <rating name="tomatometerallaudience" max="10">
            <value>3.0</value>
            <votes>339</votes>
        </rating>
    </ratings>
Reply
(2018-10-19, 22:17)chrissix Wrote: https://kodi.wiki/view/NFO_files
https://sourceforge.net/projects/mediacompanion/

https://www.rottentomatoes.com/m/dead_ri...atchtower/
Full Dead Rising Watchtower ratings for me aviable in .nfo scraper.

Code:
    <ratings>
        <rating name="imdb" max="10" default="true">
            <value>5.2</value>
            <votes>7283</votes>
        </rating>
        <rating name="themoviedb" max="10">
            <value>5.0</value>
            <votes>180</votes>
        </rating>
        <rating name="tomatometerallcritics" max="10">
            <value>0.0</value>
            <votes>N/A</votes>
        </rating>
        <rating name="tomatometerallaudience" max="10">
            <value>3.0</value>
            <votes>339</votes>
        </rating>
    </ratings>
It worked for themoviedb but not for rotten tomatoes. I'm I doing something wrong?

Image
Reply
Hi @latts9923 
Thank you very much for the new update. Your work is greatly appreciated.
Everything is working fine except for the following, see pictures:
Image
Widgets are still showing on the left side. Not centered as in your video.

ImageImageI have no ratings for these even though I've got API Keys.

Could you please point me in the right direction. Maybe a setting or something I've missed.
Thanks very much Huh
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
(2018-10-20, 13:54)JanM201 Wrote: Hi @latts9923 
Thank you very much for the new update. Your work is greatly appreciated.
Everything is working fine except for the following, see pictures:
Image
Widgets are still showing on the left side. Not centered as in your video.

ImageImageI have no ratings for these even though I've got API Keys.

Could you please point me in the right direction. Maybe a setting or something I've missed.
Thanks very much Huh
Dud you install skinhelper?
Reply
Chrissix,

Can you post the section of your videodialoginfo.xml file so people can try to use the ratings without skinhelper? Most people don’t know what to do. You seem to avoid showing that for some reason and it clogs up the thread with people asking. Is there some reason you are unwilling to share?
Reply
(2018-10-20, 14:03)Edworld Wrote:
(2018-10-20, 13:54)JanM201 Wrote: Hi @latts9923 
Thank you very much for the new update. Your work is greatly appreciated.
Everything is working fine except for the following, see pictures:
Image
Widgets are still showing on the left side. Not centered as in your video.

ImageImageI have no ratings for these even though I've got API Keys.

Could you please point me in the right direction. Maybe a setting or something I've missed.
Thanks very much Huh
Dud you install skinhelper?  
Did you mean this?
Image
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
Wich version of Addons "SkinHelperService" and "Metadata and Artwork Module" installed?
Reply
(2018-10-20, 14:57)grimmace92 Wrote: Chrissix,

Can you post the section of your videodialoginfo.xml file so people can try to use the ratings without skinhelper? Most people don’t know what to do. You seem to avoid showing that for some reason and it clogs up the thread with people asking. Is there some reason you are unwilling to share?

Unfortunately, this is not a feature in the official mod, so we are here in principle in the thread wrong. Create a thread with an exactly formulated question or maybe someone comes up with the idea to write a PM.

It is a not easy way that I have developed step by step. At least you need the following prerequisites.

Kodi Scraper have to be the Local Information Only Scraper.
Every Movie need a .nfo file. For that you need a Media Manager.
My Media Manager is MediaCompanion, there extended ratings are aviable.
And at pretty last you need to change some codes in dialogvideoinfo.xml
Reply
  • 1
  • 137
  • 138
  • 139(current)
  • 140
  • 141
  • 181

Logout Mark Read Team Forum Stats Members Help
Multi-Mod addition for the MQ 7 Krypton Mod4