-
Notifications
You must be signed in to change notification settings - Fork 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
Subtitle autoselect improvements #8865
Conversation
cd129e2
to
b265bd3
Compare
|
Yeah, I just can't debug without it. |
b265bd3
to
b486b89
Compare
700ccbb
to
edcf71f
Compare
Updated with some changes:
|
edcf71f
to
3adca78
Compare
3adca78
to
5bf6d44
Compare
eb0ccf1
to
f617bfb
Compare
(Re-pushes fix meson build) |
f617bfb
to
a6a338c
Compare
Rebased on latest master. |
I'm still using version 0.32.0 MPV from January 2020 due to #8396, since this has yet to be merged. |
a6a338c
to
0877fc8
Compare
Thank you ❤ |
0877fc8
to
d118d12
Compare
DOCS/man/options.rst
Outdated
When autoselecting a subtitle track, select a full/non-forced one even if the selected | ||
audio stream matches your preferred subtitle language (default: no). | ||
|
||
``--subs-fallback=<always|default|no>`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes / default / no would be better here IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
So I tested this and here are my thoughts:
|
Just as a note, I'm kinda hoping someone can eventually come up with an icon pair to replace the Re: docs, sure, I'll write 'em up. |
Re: |
42de279
to
1ebe94f
Compare
Rebased and re-pushed; I believe all comments are addressed. Forced-only is no longer used for codecs that cannot include forced events, and the |
one more: I'd rename
to
|
needs rebase |
This means that subtitles won't be displayed unless the user asks for them
This adds basic support for IETF language tags, as well as matching 2-letter language codes against 3-letter ones (and vice versa).
This uses the user's OS-level preferred set of languages
- No longer has a fake "option" used only internally (which didn't always get propagated properly) - Always overrideable during playback
1ebe94f
to
333b9a5
Compare
Rebased and addressed commit-message issue; are we good to merge? |
Addresses #8863
slang
defaults to the user's OS-level preferred language list