This commit is contained in:
Frank Skare
2019-07-27 01:17:25 +02:00
parent 9d37e67901
commit 8430842679
23 changed files with 283 additions and 542 deletions

View File

@@ -136,18 +136,15 @@ input.conf defines mpv's key and mouse bindings and mpv.net uses comments to def
### Settings
mpv.net is able to share the settings with mpv.
When mpv.net finds no config folder on startup it will ask for a location.
If a directory named portable_config next to the mpvnet.exe exists,
all config will be loaded from this directory only.
If a folder named portable_config next to the mpvnet.exe exists,
all config will be loaded from this folder only.
```Text
<startup>\portable_config\
```
On first start if no portable config folder exists mpv.net asks
which folder should be used as config folder.
mpv specific settings are stored in the file mpv.conf, if no mpv.conf file exists
mpv.net generates it with the following defaults:
@@ -163,6 +160,8 @@ input.conf file, if it's missing mpv.net generates it with the following default
mpv.net supports almost all mpv settings and features,
[limitations are listed in the wiki](https://github.com/stax76/mpv.net/wiki/Limitations).
The config folder can be opened from the context menu.
### Scripting
[Scripting wiki page](https://github.com/stax76/mpv.net/wiki/Scripting)