Conversation
This enables choosing where captured media are stored on desktop and ensures captures respect those settings.
Fix issue that causes the volume control to not apply changes immediately while the user is changing the volume using the scroll wheel or volume slider.
Fixes a possible race condition where stopping playback or opening another video during volume restoration could allow the stale restore task to resume playback.
Display the server-reported Browse result count next to the filter and sort controls on desktop and TV. The count follows grouping and filter changes, and renders as plain digits without locale-specific separators. This is similar to how Plex displays the number in it's app.
Display the media's source bitrate beside Original in the quality picker and Playback Settings.
When multiple media versions are available, the version label already includes the source bitrate. There is no need to show it twice.
Ordinary navigation back to Home continues to use the lightweight refresh behavior introduced in edde746#53.
Add customizable previous and next frame shortcuts for paused video. Use seek-mode stepping, and show the frame count in the existing player indicator.
David was here. ArtCNN was also here. Only one of them gets reset and obliterated
RyanTheTechMan
force-pushed
the
labs
branch
2 times, most recently
from
July 28, 2026 05:13
d32cb13 to
29fada0
Compare
RyanTheTechMan
force-pushed
the
labs
branch
2 times, most recently
from
August 1, 2026 06:32
dc6f852 to
3c32fe8
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 1, 2026 06:38
3c32fe8 to
2db338e
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 7, 2026 01:36
d26a677 to
5948645
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 13, 2026 19:27
29d197c to
5cdb6cc
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 13, 2026 19:51
d80d84c to
2c78b44
Compare
RyanTheTechMan
force-pushed
the
labs
branch
2 times, most recently
from
August 20, 2026 02:07
42d0111 to
f936507
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 20, 2026 12:34
f936507 to
ae64389
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 27, 2026 21:33
ae64389 to
ec32c0c
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 28, 2026 03:20
e72a23d to
ba3267a
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 28, 2026 08:17
8cd9b07 to
d086401
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
August 31, 2026 20:51
06d9ca2 to
6fe7b0a
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
September 2, 2026 06:57
948f1ff to
18eed90
Compare
github-actions
Bot
force-pushed
the
labs
branch
from
September 7, 2026 05:06
9c789e1 to
f3e839f
Compare
github-actions
Bot
force-pushed
the
labs
branch
2 times, most recently
from
September 7, 2026 21:06
ab4eee1 to
2f1cfad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
none.Why
Some shader presets can make playback unusable or crash the player, leaving no reliable way to select Off from inside the player. This provides a recovery option without resetting every app setting.
Validation
flutter test test/services/settings_service_test.dart— 27 tests passed