You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on Android 9.0.0, kodi 18.3, NVIDIA Shield
No payload is published when an initial play of an item is triggered.
When item is paused a message is published ("kodi_state": "paused")
And all details is published when resuming that same item ("kodi_state": "resumed")
progress is published even if the initial play is not published
When new item is started from a paused old item, the correct playbackstate is published. And "kodi_state": "started" as expected
However, I do not have this issue on Kodi 18.3-RC1 on RPI - so maybe an issue in detecting player state on Android?
The text was updated successfully, but these errors were encountered:
eschava
added a commit
to eschava/kodi2mqtt
that referenced
this issue
Oct 31, 2019
Running on Android 9.0.0, kodi 18.3, NVIDIA Shield
No payload is published when an initial play of an item is triggered.
When item is paused a message is published ("kodi_state": "paused")
And all details is published when resuming that same item ("kodi_state": "resumed")
progress is published even if the initial play is not published
When new item is started from a paused old item, the correct playbackstate is published. And "kodi_state": "started" as expected
However, I do not have this issue on Kodi 18.3-RC1 on RPI - so maybe an issue in detecting player state on Android?
The text was updated successfully, but these errors were encountered: