Skip to content
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

Update README.md - Differentiate mpv-launcher.conf from mpv.conf #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ mpv://play?file=https%3A%2F%2Fyoutu.be%2FXCs7FacjHQY&file=https%3A%2F%2Fyoutu.be

mpv-launcher can be configured by creating a configuration file at `%APPDATA%\mpv\mpv-launcher.conf`. This file follows a similar syntax to `mpv.conf`.

Example configuration file:
Example `mpv-launcher.conf` file:
```
single-instance-behavior=replace
sort-file-explorer-selection=yes
raise-existing-window=yes
```
mpv configuration options such as `keep-open=yes` ([full list](https://github.com/mpv-player/mpv/blob/v0.36.0/DOCS/man/options.rst)) should be created in the same directory at `%APPDATA%\mpv\mpv.conf` ([official docs](https://github.com/mpv-player/mpv/blob/v0.36.0/DOCS/man/mpv.rst#files-on-windows)), while the options specific to `mpv-launcher.conf` are as follows:

## Options

Expand Down Expand Up @@ -86,4 +87,4 @@ mpv is mostly a dummy project for packaging existing mpv releases. By putting mp

# mpv-console-launcher

`mpv-console-launcher` is a slightly modified version of `mpv.com` which is hardcoded to look for the mpv executable which ships with the package. This is necessary because App Execution Alias functionality in MSIX packages requires every executable to be a .exe file.
`mpv-console-launcher` is a slightly modified version of `mpv.com` which is hardcoded to look for the mpv executable which ships with the package. This is necessary because App Execution Alias functionality in MSIX packages requires every executable to be a .exe file.