bigretromike / nakamori

Nakamori is Kodi addon that use Shoko (known as Japanese Media Manager (JMM)) Server as back-end for metadata information.
https://shokunin.monogatari.pl/nakamori/
49 stars 5 forks source link

Newly added - series vote missmatching #162

Closed bigretromike closed 8 years ago

bigretromike commented 8 years ago

I added "new game!" but each episode have 3 digit value as rating (look like size name)

da3dsoul commented 8 years ago

Hang on

da3dsoul commented 8 years ago

First, it's a JMM bug, second, what branch are you on, as I fixed it awhile ago

da3dsoul commented 8 years ago

That, or I'm misunderstanding

bigretromike commented 8 years ago

im using stable -2.0.11

da3dsoul commented 8 years ago

No I meant which JMM server

da3dsoul commented 8 years ago

Do you mean the rating is like 685.54 (made up number)? Instead of 6.85

bigretromike commented 8 years ago

maybe (but it has 0 votes)... aparantly .. but those look more like 685.00 i will try to include log is few sec

bigretromike commented 8 years ago
<Video GenericId="17354" AnimeType="AnimeEpisode" thumb="http://127.0.0.1:8111/JMMServerREST/GetSupportImage/plex_404.png" parentThumb="http://127.0.0.1:8111/JMMServerREST/GetThumb/1/11736/0,6667" grandparentThumb="http://127.0.0.1:8111/JMMServerREST/GetThumb/1/11736/0,6667" key="http://127.0.0.1:8111/JMMServerKodi/GetMetadata/1/5/17354" index="3" type="episode" title="What Happens If I`m Late to Work?" year="2016" updatedAt="1473360612" addedAt="1473360612" lastViewedAt="1473368384" originallyAvailableAt="2016-07-18" original_title="Chikoku Shitara Dou Narundarou" rating="580" viewCount="1" EpisodeType="1" EpisodeNumber="3">
bigretromike commented 8 years ago

rating="580"

bigretromike commented 8 years ago

its NOT nakamori fault then, as other series have "7.65" as rating

da3dsoul commented 8 years ago

Yeah, that's what I was saying. Knew it was JMM's fault. Swear I fixed it though.

bigretromike commented 8 years ago

maybe you fixed it after 3.6.0.4

da3dsoul commented 8 years ago

The rating on mine is 4.74

bigretromike commented 8 years ago

its not on all of them, few have 4.12 few have 412

da3dsoul commented 8 years ago

No it was like back in 3.5 then again in 3.6.0.1

bigretromike commented 8 years ago

then its not fixed as there is no patern on them which have and which dont bad rating value

da3dsoul commented 8 years ago

Run this update AnimeGroup_User set PlexContractVersion = 0 and restart JMM server

bigretromike commented 8 years ago

its not like they all have bad rating, its only few of them - but jmmd have good ones.. so its maybe something with super ultra stable media container

bigretromike commented 8 years ago

also this is newly added series, after upgrade.

da3dsoul commented 8 years ago

From SQL

da3dsoul commented 8 years ago

Yeah same

bigretromike commented 8 years ago

to bypass safe lock:

update AnimeGroup_User set PlexContractVersion = 0 WHERE AnimeGroup_UserID > 0;

Also that didnt help