Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite queue management and play options handling #1038

Merged
merged 1 commit into from
May 5, 2023

Conversation

Maxr1998
Copy link
Member

@Maxr1998 Maxr1998 commented May 4, 2023

Caching media sources in the queue was unnecessary and overly complex, and could cause issues if playback options changed in between (i.e. a new bitrate). Additionally, there was some duplication between the cached play options and the current media source, which caused more confusion and issues.

@Maxr1998 Maxr1998 added exoplayer Related to the ExoPlayer integration code-cleanup/refactor Code cleanup or rework/refactor labels May 4, 2023
@Maxr1998 Maxr1998 added this to the v2.5.0 milestone May 4, 2023
@Maxr1998 Maxr1998 requested a review from nielsvanvelzen May 4, 2023 23:09
@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label May 5, 2023
@Maxr1998 Maxr1998 force-pushed the rework-play-options branch from d5bac43 to 0bd75f4 Compare May 5, 2023 13:35
@jellyfin-bot jellyfin-bot removed the merge conflict Conflicts prevent merging label May 5, 2023
@Maxr1998 Maxr1998 marked this pull request as ready for review May 5, 2023 13:36
Caching media sources in the queue was unnecessary and overly complex, and could cause issues if playback options changed in between (i.e. a new bitrate). Additionally, there was some duplication between the cached play options and the current media source, which caused more confusion and issues.
@Maxr1998 Maxr1998 force-pushed the rework-play-options branch from 0bd75f4 to 99a2b69 Compare May 5, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-cleanup/refactor Code cleanup or rework/refactor exoplayer Related to the ExoPlayer integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants