Command line parser supports list options with -add suffix. Fixex #619.
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
|
||||
# v7.0.0.4 Beta (2023-??-??)
|
||||
|
||||
- Command line parser supports list options with `-add` suffix.
|
||||
- Fix window sometimes shown with wrong size.
|
||||
- Limited support for the mpv option `geometry`, it supports location in percent,
|
||||
for size use `autofit`. Please read the instructions in the mpv.net manual or in the conf editor.
|
||||
- Updated and improved manual.
|
||||
for size use `autofit`. Read the instructions in the mpv.net manual or in the conf editor.
|
||||
- Improved manual.
|
||||
- Improved bindings.
|
||||
- Conf editor reorganized according to options categories used in mpv manual.
|
||||
- mpv.net is available via command line package manager winget.
|
||||
- New libplacebo config editor options added.
|
||||
- The conf editor uses a newly developed combo box control (dropdown menu)
|
||||
instead of radio buttons whenever an option has more than 3 items.
|
||||
instead of radio buttons whenever an option has more than 3 items,
|
||||
this improves the look and feel, usability and performance.
|
||||
The navigation tree view was improved.
|
||||
- New zhongfly libmpv build.
|
||||
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ Table of contents
|
||||
* [Hidden Features](#hidden-features)
|
||||
* [Differences compared to mpv](#differences-compared-to-mpv)
|
||||
* [Environment Variables](#environment-variables)
|
||||
* [user-data](#user-data)
|
||||
* [Context Menu Commands](#context-menu)
|
||||
|
||||
|
||||
@@ -269,12 +270,6 @@ Shows available [mpv input commands](https://mpv.io/manual/master/#list-of-input
|
||||
### show-conf-editor
|
||||
Shows the conf editor.
|
||||
|
||||
### show-decoders
|
||||
Shows available decoders.
|
||||
|
||||
### show-demuxers
|
||||
Shows available demuxers.
|
||||
|
||||
### show-input-editor
|
||||
Shows the input editor.
|
||||
|
||||
@@ -707,6 +702,18 @@ Environment Variables
|
||||
Directory where mpv.net looks for user settings.
|
||||
|
||||
|
||||
user-data
|
||||
---------
|
||||
|
||||
Script authors can access the following
|
||||
[user-data](https://mpv.io/manual/master/#command-interface-user-data) properties:
|
||||
|
||||
```
|
||||
user-data/frontend/name
|
||||
user-data/frontend/version
|
||||
user-data/frontend/process-path
|
||||
```
|
||||
|
||||
Context Menu Commands
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user