WIP Ember Media Manager 1.9.x - Download & Discussion Thread
(2021-01-24, 12:34)Hairy Hippy Wrote: Possible feature request...

I do not want to use the Trakt watched status functionality as I don't want the watched status written to the nfo.  The reason being is that I use different profiles in Kodi (e.g. kids) and if the nfo is marked with as watched, it does so in all the profiles and not just the master.

My request is to only pull my Trakt rating and have that added.

At the moment, I don't see how the user rating is pulled at all, yet I see a column for this item.  What have I missed and where would EMM get this user rating from?
Hi Hippie,

I had an similar issue and solved it via MySQL and advancedsettings.xml...
MySQL stores a central Kodi DB and with the "name" tag in advancedsettings.xml each kid has its own Seen/unseen setting.

Example:
<advancedsettings>
 <videodatabase>
    <type>mysql</type>
    <host>192.168.xxx.xxx</host>
    <port>3306</port>
    <user>xxxxx</user>
    <pass>xxxxx</pass>
    <name>user1xxxxx</name>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.xxx.xxx</host>
    <port>3306</port>
    <user>xxxxx</user>
    <pass>xxxxx</pass>
    <name>user1xxxxx</name>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
     <cache>
        <buffermode>1</buffermode>
        <memorysize>157286400</memorysize>
        <readfactor>20</readfactor>
    </cache>
</advancedsettings>

Have fun trying :-)
O.


Messages In This Thread
Miscellaneous > Media List Editor - by pstrg - 2020-06-09, 02:38
MovieSets - by pstrg - 2020-06-11, 22:01
RE: Ember Media Manager 1.9.x - Download & Discussion Thread - by OnlineO - 2021-01-24, 19:50
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.9.x - Download & Discussion Thread2