Add "Verify completeness" feature#7930
Merged
niksedk merged 9 commits intoSubtitleEdit:mainfrom Feb 17, 2024
Merged
Conversation
# Conflicts: # src/ui/Forms/Main.Designer.cs
Member
|
OK, cool idea :) |
Closed
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.
Another feature that first lived in a separate test application, now extended, improved and integrated into SE.
This feature allows you to verify the completeness of a subtitle against a reference/control subtitle. Easily find missing subtitles and insert them into the current subtitle with the click of a button.
It can be accessed from the File menu:
It will show the coverage/overlap of all the subtitles from the control subtitle. 0% coverage means that there is no subtitle during that timeframe in your current subtitle.
You can click on a row to navigate to there in the player (+ waveform and list). It's presented as a form instead of a dialog.
If a subtitle is really missing, you can insert it into your subtitle.
If deemed unnecessary, like names or simple "Yes" and "OK", you can dismiss it.
You can also sort by time by right-clicking (or clicking the columns).
Your preference will be saved in Settings.xml.