options autofit-smaller, autofit-larger added

This commit is contained in:
Frank Skare
2019-07-21 19:22:17 +02:00
parent cedd54d64d
commit 2bbaa30322
5 changed files with 76 additions and 21 deletions

View File

@@ -138,24 +138,30 @@ input.conf defines mpv's key and mouse bindings and mpv.net uses comments to def
mpv.net is able to share the settings with mpv.
If a directory named portable_config next to the mpvnet.exe exists, all config will be loaded from this directory only.
If a directory named portable_config next to the mpvnet.exe exists,
all config will be loaded from this directory 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.
On first start if no portable config folder exists mpv.net asks
which folder should be used as config folder.
If no mpv.conf file exists mpv.net generates it with the following defaults:
mpv specific settings are stored in the file mpv.conf, if no mpv.conf file exists
mpv.net generates it with the following defaults:
<https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/mpvConf.txt>
The key bindings and the context menu definitions are stored in the input.conf file,
if it's missing mpv.net generates it with the following defaults:
mpv.net specific settings are stored in the file mpvnet.conf
The input (key/mouse) bindings and the context menu definitions are stored in the
input.conf file, if it's missing mpv.net generates it with the following defaults:
<https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/inputConf.txt>
mpv.net supports almost all mpv settings and features, [limitations are listed in the wiki](https://github.com/stax76/mpv.net/wiki/Limitations).
mpv.net supports almost all mpv settings and features,
[limitations are listed in the wiki](https://github.com/stax76/mpv.net/wiki/Limitations).
### Scripting