Negative Values for Now Playing in iOS Remote App Kodi 20.0 RC
#1
Hello,

We have a discussion over in the iOS Remote app test flight thread concerning some values that are getting pushes from the Kodi Server. As I was the one experiencing it I was asked by that app’s dev to document this bug here.

If you have a song playing and you toggle play/pause you will see strange values reported on the current playback figures. For example I experienced values like “-31:-23” being reported. This is only a problem with Kodi 20.0. Testing on my 19.3 box does not reproduce this issue.

Note the currently playing list item thumbnail playback time.

Image

Is this a known bug?

Thank you to anyone who can help investigate this issue!
Reply
#2
Some more details: The JSON command which reads the current time is:

json:
{"jsonrpc":"2.0","method":"Player.GetProperties","params":{"player":yourPlayistID,"properties":["time", "totaltime"]}}

"time" is the return value which is shown in the App.
Reply

Logout Mark Read Team Forum Stats Members Help
Negative Values for Now Playing in iOS Remote App Kodi 20.0 RC0