SetEpisodeDetails help with ratings"
#1
Hi all!

I need some help with the VideoLibrary.SetEpisodeDetails method, for Kodi 17

I was able to add a new rating in the "ratings" property using this request :

{"jsonrpc":"2.0","method":"VideoLibrary.SetEpisodeDetails","params":{"episodeid":1,"ratings":{"test":{"default":false,"rating":8,"votes":10}}},"id":"myId"}

But now, I can't find the right way to remove that "test" rating.

I thought "ratings":{"test":null}} would do the job but no...

Thanks in advance.

Smeulf.
Reply
#2
I believe that 0 is taken as unrated so try that rather than null
Reply

Logout Mark Read Team Forum Stats Members Help
SetEpisodeDetails help with ratings"0