-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Keybind C to auto select subtitle track #6121
base: master
Are you sure you want to change the base?
Keybind C to auto select subtitle track #6121
Conversation
I'm not sure if the user always expects the first subtitle track to be selected as they may have different subtitle preferences. Maybe you can use You could also take advantage of the user's subtitle language preference, but that may be overcomplicating things as You can also avoid guessing altogether if this feature instead allowed you to cycle through the subtitle tracks by repeatedly pressing C, eventually cycling back to off. Though you'd need a visual message showing which track it's currently on. This is, IMO, most preferable. |
Thank you for the feedback, that makes sense. I like the idea of using |
This might be a very bad user experience in case we are transcoding and burning in subs beause it will always restart the transcode |
Good point, I didn't consider that. |
@viown and @Shadowghost, updated to use the default index if its set |
Co-authored-by: viown <[email protected]>
Commited your change @viown, that made sense |
Co-authored-by: viown <[email protected]>
Cloudflare Pages deployment
|
Quality Gate passedIssues Measures |
@viown does this PR still look good to you? let me know if you want any changes |
Code-wise, it looks fine to me and it works as expected in my testing. But it would have to be approved by thornbill or another core team member in order to decide if it's a desired feature. |
Keybind C to auto select subtitle track
Changes
Add
c
case toonKeyDown
. The function selects the first available subtitle track, or if subtitles are already selected, disables them.Issues
Feature Request: https://features.jellyfin.org/posts/1245/enable-disable-subtitles-using-a-keyboard-shortcut