docs: document desktop launch parameters (/video:, --video, /batchconvertui)#11401
Merged
Conversation
Add a "Launch Parameters" section to the Main Window page covering the desktop app's CLI arguments. None of these were documented before: - positional subtitle path - /video:<path>, --video:<path>, --video <path> (restored in db0e6b2) - /batchconvertui / --batchconvertui (standalone batch-convert window) Note that an explicit --video flag overrides Settings > Video > AutoOpen so existing sync scripts behave the way users expect when invoking SE from the command line. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
User feedback: only the legacy /video: syntax should be advertised. Also dropped the --batchconvertui alias from the table entry for the same reason (single-form per row). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Add a Launch Parameters section to
docs/features/main-window.mdcovering the desktop app's command-line arguments. None of these were documented before; the existingdocs/reference/command-line.mdis exclusively about the headlessseconvCLI.What's documented
/video:<path>— legacy SE 4.x syntax, restored onmainby db0e6b2.--video:<path>and--video <path>— new POSIX-style equivalents./batchconvertui/--batchconvertui— launches directly into the standalone Batch Convert window.--videoflag overrides Settings → Video → AutoOpen, so sync scripts behave the way users expect when invoking SE from the command line.Includes Windows examples and a pointer to
command-line.mdfor the headlessseconvworkflow.Test plan
docs/features/main-window.md.../reference/command-line.mdresolves.🤖 Generated with Claude Code