mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-03 06:12:07 -07:00
1.4 KiB
1.4 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|---|
| TASK-270 | Make Windows mpv shortcut self-contained | Done | 2026-04-02 07:13 | 2026-04-02 07:19 | medium |
Description
Remove the Windows mpv shortcut's dependency on a pre-existing mpv profile so the installer-created SubMiner mpv flow works out of the box without requiring the user to edit mpv.conf. Keep docs aligned with the new behavior and preserve the optional profile guidance for manual mpv usage.
Acceptance Criteria
- #1
SubMiner.exe --launch-mpvlaunches mpv with SubMiner's required default args without requiring an mpv profile namedsubminer. - #2 Windows shortcut/help/docs no longer describe
--launch-mpvas depending on the SubMiner mpv profile. - #3 Automated tests cover the Windows launch args behavior and pass after the change.
Final Summary
Updated the Windows --launch-mpv path to pass SubMiner's default mpv args directly instead of requiring --profile=subminer. Adjusted Windows shortcut/help text to describe the self-contained defaults-based launch, and updated Windows docs to state that mpv.conf is not required for the shortcut path while preserving the optional profile guidance for manual mpv launches.