WIP Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
Dan,
  It appears that Kodi can now support ratings and votes from multiple sources at the same time, such as IMDB and The Movie Database.  Would it be possible for you to add this capability to EMM?  Some of the newer skins, such as Estuary MOD V2 are expecting to see this new information in order to display IMDB and/or TheMovieDB ratings.  The .nfo format is as below:


<ratings>
       <rating name="imdb" max="10" default="true">
       <value></value>
       <votes></votes>
       </rating>
</ratings>

name in the above can either be "imdb" or "themoviedb"

It is also possible to have multiple rating entries, for example:

<ratings>
       <rating name="imdb" max="10" default="true">
       <value>6.5</value>
       <votes>134123</votes>
       </rating>
      <rating name="themovidb" max="10" default="true">
       <value>4.6</value>
       <votes>25987</votes>
       </rating>
</ratings>

Thanks for all the hard work, it is appreciated as always.


Messages In This Thread
nfo file status? - by NightMyst - 2017-06-21, 07:24
Audio metadata error - by Doomnie - 2017-11-04, 08:16
RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - by hslansky - 2018-01-24, 02:43
EmberMM Import Poster.jpg - by MePoEmberMM - 2018-02-06, 01:27
User rating sync - by fred_gaou - 2018-04-28, 22:25
database is locked - by gorb - 2019-08-19, 11:41
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread2