-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Subtitle Behaviours Overhaul #5736
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
Closed
Closed
Conversation
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
Contributor
Author
|
The base functionality / UX is now all in place. Feedback welcome. |
Closed
Contributor
Author
|
Rebased |
Contributor
Author
|
Rebased. |
242caf2 to
535e583
Compare
Contributor
Author
|
@galad87 @bradleysepos @jstebbins Any feedback from you would be good? |
Contributor
|
Is there still a "Any" language to apply a rule to all languages? |
Contributor
Author
Yup. Any and Unknown are still in the list. |
3 tasks
…iours (SRT,SSA and ASS)
…subtitles. Checks for Native Name, English Name or ".3-char-code."
…Normal subtitles weill now be able to use a wider name column and size dynamically across the records.
Contributor
Author
|
Closing in favour of #7063 This cleans up the history and rebases it onto main |
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.
Description
New Subtitle Rules Panel (#1860)
This provides a more flexible set of options for automatically adding subtitle tracks when importing a source into HandBrake.
Would appreciate some feedback on the UX of the new panel design.
I've dropped the Add CC when available option. it seems redundant.
Preset Format Changes:
The new preset format is as follows:
We can probably migrate the format forward to a limited degree when the mac and linux Ui's update as well.
Removed Preset Keys
File Loading Notes
When an import mode is selected, any file that has the extension .srt or .ssa that also contains the source filename (case insensitive) will be imported.
We try to guess the language of the file by:
Screenshots
Command Line
I think we leave it as-is. Trying to implement advanced options as CLI params is pretty ugly. Where users are using a preset, they'd gain the more complex behaviour by virtue of the shared preset code I believe.
TODO