Release A Confluence ZEITGEIST | 17 Krypton | 18 Leia | 19 Matrix | 20 Nexus | 21 Omega | 22
I use media companion to scrape movies and tvshows / episodes. Media companion scrapes imdb, tmdb, tvdb, rotten tomatoes, etc.

Below is the code that is used in nox5 to show the data in dialogvideoinfo:

https://forum.kodi.tv/showthread.php?tid=338895&page=5 post 65

$INFO[ListItem.Rating(imdb):
$INFO[ListItem.Votes(imdb), (, $LOCALIZE[205])] $LOCALIZE[368]: SetProperty(TextViewerHeader,$LOCALIZE[368],Home) SetProperty(TextViewerContent,$INFO[ListItem.Rating(imdb)]$INFO[ListItem.Votes(imdb), (, $LOCALIZE[205])],Home) ActivateWindow(1132) !String.IsEqual(ListItem.Rating(imdb),0.0) $INFO[ListItem.Rating(themoviedb)]$INFO[ListItem.Votes(themoviedb), (, $LOCALIZE[205])] $LOCALIZE[31120]: SetProperty(TextViewerHeader,$LOCALIZE[31120],Home) SetProperty(TextViewerContent,$INFO[ListItem.Rating(themoviedb)]$INFO[ListItem.Votes(themoviedb), (, $LOCALIZE[205])],Home) ActivateWindow(1132) !String.IsEqual(ListItem.Rating(tmdb),0.0) $INFO[ListItem.Rating(metacritic)]$INFO[ListItem.Votes(metacritic), (, $LOCALIZE[31179])] MetaCritic: SetProperty(TextViewerHeader,MetaCritic,Home) SetProperty(TextViewerContent,$INFO[ListItem.Rating(metacritic)]$INFO[ListItem.Votes(metacritic), (, $LOCALIZE[205])],Home) ActivateWindow(1132) !String.IsEqual(ListItem.Rating(metacritic),0.0) $INFO[ListItem.Rating(tomatometerallcritics)]$INFO[ListItem.Votes(tomatometerallcritics), (, Reviews)] RottenTomatoes Critics: SetProperty(TextViewerHeader,tomatometerallcritics,Home) SetProperty(TextViewerContent,$INFO[ListItem.Rating(tomatometerallcritics)]$INFO[ListItem.Votes(tomatometerallcritics), (, $LOCALIZE[205])],Home) ActivateWindow(1132) !String.IsEqual(ListItem.Rating(tomatometerallcritics),0.0) $INFO[ListItem.Rating(tomatometerallaudience)]$INFO[ListItem.Votes(tomatometerallaudience), (, $LOCALIZE[205])] RottenTomatoes Audience: SetProperty(TextViewerHeader,tomatometerallaudience,Home) SetProperty(TextViewerContent,$INFO[ListItem.Rating(tomatometerallaudience)]$INFO[ListItem.Votes(tomatometerallaudience), (, $LOCALIZE[205])],Home) ActivateWindow(1132) !String.IsEqual(ListItem.Rating(tomatometerallaudience),0.0) $INFO[ListItem.Rating(tvdb)]$INFO[ListItem.Votes(tvdb), (, $LOCALIZE[205])] TVDb: SetProperty(TextViewerHeader,tvdb,Home) SetProperty(TextViewerContent,$INFO[ListItem.Rating(tvdb)]$INFO[ListItem.Votes(tvdb), (, $LOCALIZE[205])],Home) ActivateWindow(1132) !String.IsEqual(ListItem.Rating(tvdb),0.0) ]

Below is a nfo example of a movie and tvshow:

Beautiful Mind 2001
<rating name="tomatometerallcritics" max="10">
            <value>7.4</value>
            <votes>211</votes>
        </rating>
        <rating name="tomatometerallaudience" max="10">
            <value>9.3</value>
            <votes>490,541</votes>
        </rating>
        <rating name="themoviedb" max="10">
            <value>7.8</value>
            <votes>5,155</votes>
        </rating>
        <rating name="metacritic" max="10">
            <value>7.2</value>
            <votes>33</votes>
        </rating>
        <rating name="imdb" max="10" default="true">
            <value>8.2</value>
            <votes>759,434</votes>
        </rating>

Game of thrones
<ratings>
        <rating name="tvdb" max="10">
            <value>9.5</value>
            <votes>1,781</votes>
        </rating>
        <rating name="themoviedb" max="10">
            <value>8.2</value>
            <votes>4,902</votes>
        </rating>
        <rating name="imdb" max="10" default="true">
            <value>9.5</value>
            <votes>1,361,750</votes>
        </rating>
        <rating name="tomatometerallcritics" max="10">
            <value>0.0</value>
            <votes>9.4</votes>
        </rating>
        <rating name="tomatometerallaudience" max="10">
            <value>9.4</value>
            <votes>N/A</votes>
        </rating>
    </ratings>
Reply


Messages In This Thread
RE: A Confluence ZEITGEIST - by amikkwe - 2015-10-12, 21:22
RE: A Confluence ZEITGEIST - by axbmcuser - 2015-10-12, 22:31
RE: A Confluence ZEITGEIST - by axbmcuser - 2015-10-13, 14:20
RE: A Confluence ZEITGEIST - by chestionabil - 2015-10-13, 17:10
RE: A Confluence ZEITGEIST - by axbmcuser - 2015-10-13, 17:20
RE: A Confluence ZEITGEIST - by axbmcuser - 2015-10-13, 19:54
RE: A Confluence ZEITGEIST [ (16.x Jarvis) 17.x Krypton 18.x Leia ] - by Edworld - 2019-03-17, 16:08
Logout Mark Read Team Forum Stats Members Help
A Confluence ZEITGEIST | 17 Krypton | 18 Leia | 19 Matrix | 20 Nexus | 21 Omega | 229