jellyfin-web
jellyfin-web copied to clipboard
Add finer playback speed between 0.75x and 1.25x (in 0.05 increments)
Changes Adds additional 8 playback speeds for finer playback control. Speeds are between 0.75x and 1.25x in 0.05 increments.
Feature request https://features.jellyfin.org/posts/2662/finer-playback-speeds-0-95x-1x-1-05x-1-1x
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Given the increased number of playback speed options, it would look nicer if the selection dialog was given a max-height attribute, and thus introducing a scroll bar. However, I could not find an easy way to do this..
I'd say that doing it as a combobox (like in jellyfin-vue) would provide a far better UX.
@ferferga I have not seen that client so not entirely sure what you mean. This is the difference of just introducing a max-height: 30%
attribute to the dialog for reference.
Current:
w/ max-height: 30%
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.