Kodi Community Forum
Solved TMM's user rating does not synchronize to Emby - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Solved TMM's user rating does not synchronize to Emby (/showthread.php?tid=345296)



TMM's user rating does not synchronize to Emby - txerrenak - 2019-07-10

Hello,

When in TMM I write a personal rating, TMM writes it in the NFO file in <ratings> --> <rating default="true" max="10" name="user">. But this has no effect on Emby, as it does not display this information. If I want Emby to show me a rating, I have to edit from its interface the option "Edit metadata" and write something in "Community Rating". This is an inconvenience. Is there any solution?
Thank you.


RE: TMM's user rating does not synchronize to Emby - mlaggner - 2019-07-15

imho emby does not accept the new Kodi NFO style. please try the old NFO format from XBMC


RE: TMM's user rating does not synchronize to Emby - txerrenak - 2019-07-16

(2019-07-15, 12:00)mlaggner Wrote: imho emby does not accept the new Kodi NFO style. please try the old NFO format from XBMC
I have changed that setting but it does not any difference.


RE: TMM's user rating does not synchronize to Emby - mlaggner - 2019-07-17

according to embys forums they should be able to read that NFO files..
maybe you should ask there, why emby is not picking up this sort of data

btw: did you re-write the NFO file(s) after changing the setting?


RE: TMM's user rating does not synchronize to Emby - Karellen - 2019-07-17

(2019-07-10, 14:16)txerrenak Wrote: TMM writes it in the NFO file in <ratings> --> <rating default="true" max="10" name="user">
Kodi does not use this either for User Rating. It uses...

xml:
<userrating>7</userrating>



RE: TMM's user rating does not synchronize to Emby - mlaggner - 2019-07-17

damn, has this changed since I've implemented this?
or is this just a coincidence because we store all ratings internally in the _same_ format and write them to the NFO.. (why does kodi use a different tag here? Big Grin)


RE: TMM's user rating does not synchronize to Emby - Karellen - 2019-07-17

No, it has not changed. External ratings and User ratings have always been separate and are treated differently within the database also. External Ratings are in the Ratings table and User Ratings are in the Movie, TV Show, or Episode table.

I don't remember the exact reason for it, but I'll try to find the post that explained it.

== Edit ==
Not the post I was looking for, but along the general lines... https://forum.kodi.tv/showthread.php?tid=336443&pid=2783452#pid2783452


RE: TMM's user rating does not synchronize to Emby - mlaggner - 2019-07-17

thanks - I will fix that for the next version


RE: TMM's user rating does not synchronize to Emby - txerrenak - 2019-07-17

(2019-07-17, 07:47)mlaggner Wrote: according to embys forums they should be able to read that NFO files..
maybe you should ask there, why emby is not picking up this sort of data

btw: did you re-write the NFO file(s) after changing the setting?
Yes. I have try out all the types of NFO. Nothing.


RE: TMM's user rating does not synchronize to Emby - txerrenak - 2019-07-17

(2019-07-17, 08:08)Karellen Wrote:
(2019-07-10, 14:16)txerrenak Wrote: TMM writes it in the NFO file in <ratings> --> <rating default="true" max="10" name="user">
Kodi does not use this either for User Rating. It uses...

xml:
<userrating>7</userrating>
 

Good, but Tinymediamanager write its NFO file on its own and not <userrating>...


RE: TMM's user rating does not synchronize to Emby - mlaggner - 2019-07-18

fixed this (for movies, TV shows and episodes) and will be published with the next release