Docs: add the chapters page and rebuild the settings page - #13922
Merged
Conversation
The chapter editor shipped with no documentation at all, and settings.md described 6 of the dialog's 13 sections - so options like the auto-break do-not-break-after list, the toolbar icon checkboxes, the proxy, the update channel and the log links had nowhere to live. - New Chapters page: the list and the video-position add, import from the video or a chapter file, the four export formats, shift/frame-rate adjust, write-to-video, and where the sidecar is kept. Linked from the index and from the waveform context menu list - settings.md rewritten to follow the dialog: Rules (with the min-gap frame calculator), General, Subtitle formats, Syntax coloring, Video player, Waveform/spectrogram, Tools, Appearance, Toolbar, Network, Updates, File type associations, Files and logs - Subtitle grid: the formatting display is four modes now, not a checkbox - Burn-in: letter spacing, the codec-to-container rules, and the ffmpeg encoder probe that hides encoders the local ffmpeg lacks - Transparent subtitles: letter spacing - OCR: "Save all images with HTML index" Co-Authored-By: Claude Opus 5 <[email protected]>
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.
Second half of the doc review — the parts that needed prose rather than a list refresh. Companion to #13920 (stale lists).
New: Chapters
The chapter editor (#13732) had no page at all. The new chapters.md covers the list and the video-position add, the waveform's Toggle chapter at video position, import from the video or from a chapter file, the four export formats (Matroska XML, ffmpeg metadata, OGM, YouTube), shift and frame-rate adjust, Write to video... (MP4/Matroska only, remux not re-encode), and the
.chapters.xmlsidecar — including why the sidecar wins over the chapters inside the container. Linked from the index and from the waveform context-menu list.Rebuilt: Settings
settings.md documented 6 sections; the dialog has 13. The rewrite follows the dialog's own order and names, so the options that had nowhere to live now do: the min-gap frame calculator (#13914), the auto-break do-not-break-after list and bottom-heavy percent (#13312/#13314), the toolbar icon checkboxes (#13764), proxy, update channel and the log/settings file links.
Corrections elsewhere
Section names, option labels and behavior were read from
SettingsPage.cs,ChaptersViewModel,ChaptersHelper,TextWithSubtitleSyntaxHighlightingConverterandOutputContainer, not from the PR descriptions.Docs only — no code changes. All internal links and anchors verified.
🤖 Generated with Claude Code