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
Describe the bug
With intros enabled, the progress of the watched show is not updated. Continue watching won't show the progress for movies or series and Next Up won't update.
To Reproduce
Configure JellyCon and enable intros.
Play any media through the plugin, movie or series.
Expected behavior
When stopping the show, the Next Up or the Continue watching sections should be updated in Kodi and on the Jellyfin server side.
Screenshots
It seems that JellyCon uses a playlist to play both intro and media file but only info about the first file in the playlist are sent as currently playing.
Here you can see a screenshot from the Jellyfin Server Dashboard: while the movie was playing, the progress kept showing the intro even though it only lasts 11 seconds leading also to a wrong progress time:
System:
OS: Fire OS
Jellyfin Version: 10.10.3
Kodi Version: 21.1.0
Addon Version: 0.8.0+py3
The text was updated successfully, but these errors were encountered:
I've just tried to have a look at the code.
It's my first time with python and with Kodi addons in general, so it's very likely I'm totally wrong.
I checked the method send_progress() and it seems to rely on the return value of get_playing_data(), so I tried to check the value of the variable playlist_data_string while playing a random intro and then a media file.
The value contains always one single item: it's always only the intro.
Here an example: { "{jellyfin-server}/Videos/3c922ee407bb4883b04d85caad6666ac/stream?static=True&PlaySessionId=cdb857dc175048e7af6adea3be0de4c4&MediaSourceId=3c922ee407bb4883b04d85caad6666ac": { "item_id": "3c922ee407bb4883b04d85caad6666ac", "source_id": "3c922ee407bb4883b04d85caad6666ac", "playback_type": "DirectStream", "play_session_id": "cdb857dc175048e7af6adea3be0de4c4", "play_action_type": "play_all" } }
Describe the bug
With intros enabled, the progress of the watched show is not updated.
Continue watching won't show the progress for movies or series and Next Up won't update.
To Reproduce
Configure JellyCon and enable intros.
Play any media through the plugin, movie or series.
Expected behavior
When stopping the show, the Next Up or the Continue watching sections should be updated in Kodi and on the Jellyfin server side.
Screenshots
It seems that JellyCon uses a playlist to play both intro and media file but only info about the first file in the playlist are sent as currently playing.
Here you can see a screenshot from the Jellyfin Server Dashboard: while the movie was playing, the progress kept showing the intro even though it only lasts 11 seconds leading also to a wrong progress time:
System:
The text was updated successfully, but these errors were encountered: