1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-05 05:52:42 +00:00
harbour-sailfin/core/include/JellyfinQt/model
Chris Josten 6ed623d0f8 core/RemoteJellyfinPlaybackManager: keep queue in sync
The playback queue is now kept in sync with the playback queue of the
remote jellyfin instance the manager is controlling.

Some additional guards were added in place in the shuffle and playlist
algorithm, since the situation can occur where the now playing index
falls outside of the playing playlist. This happens because when the
an playlist update is received, we need to do another HTTP request
before we know which items are in the queue, while the now playing index
has been updated.

This is a not-optimal way to fix that, but it works well enough for now
and a better solution can be implemented later. (Hello, person in the
future reading the git blame output!)
2024-01-02 00:19:13 +01:00
..
controllablesession.h core: remote playback send commands and update state 2023-01-04 21:32:27 +01:00
deviceprofile.h Add user-configurable playback settings 2021-09-08 21:44:42 +02:00
item.h Replace not-fully-initializing DTO constructors 2021-09-25 17:07:12 +02:00
playbackmanager.h core/RemoteJellyfinPlaybackManager: keep queue in sync 2024-01-02 00:19:13 +01:00
playbackreporter.h core: Split PlaybackManager up into smaller parts 2022-11-05 18:20:23 +01:00
player.h core: Split PlaybackManager up into smaller parts 2022-11-05 18:20:23 +01:00
playlist.h core: remote playback send commands and update state 2023-01-04 21:32:27 +01:00
remotejellyfinplayback.h core/RemoteJellyfinPlaybackManager: keep queue in sync 2024-01-02 00:19:13 +01:00
shuffle.h Add MPRIS support 2021-08-31 01:29:51 +02:00
user.h Replace not-fully-initializing DTO constructors 2021-09-25 17:07:12 +02:00