Conf editor support for: reset-on-next-file, input-ipc-server, background, title
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
This means winget download support is unavailable until a new winget solution is implemented.
|
||||
- New menu item added at Settings/Setup to add mpv.net to the path environment variable.
|
||||
- Improved conf file reader/writer.
|
||||
- Conf editor support added for the mpv options:
|
||||
`reset-on-next-file`, `input-ipc-server`, `background`, `title`
|
||||
|
||||
# v7.0.0.2 Beta (2023-12-13)
|
||||
|
||||
|
||||
@@ -42,13 +42,11 @@ differences are documented in this manual under [Differences compared to mpv](#d
|
||||
Download
|
||||
--------
|
||||
|
||||
1. [Stable via Microsoft Store](https://www.microsoft.com/store/productId/9N64SQZTB3LM)
|
||||
1. [Stable and beta portable and setup via GitHub download](../../../releases)
|
||||
|
||||
2. [Stable and beta portable and setup via GitHub download](../../../releases)
|
||||
2. Stable via command line from winget: `winget install mpv.net`
|
||||
|
||||
3. Stable via command line from Microsoft Store: `winget install mpv.net`
|
||||
|
||||
4. [Automated nightly portable builds](https://github.com/mpvnet-player/mpv.net/actions)
|
||||
3. [Automated nightly portable builds](https://github.com/mpvnet-player/mpv.net/actions)
|
||||
|
||||
[Changelog](changelog.md)
|
||||
|
||||
|
||||
@@ -425,6 +425,12 @@ file = mpvnet
|
||||
directory = Screen
|
||||
help = Threshold in milliseconds to wait for libmpv returning the video resolution before the window is shown, otherwise default dimensions are used as defined by autofit and start-size. Default: 1500 (mpv.net option)
|
||||
|
||||
name = title
|
||||
file = mpv
|
||||
directory = Window
|
||||
width = 400
|
||||
help = Set the window title. This is used for the video window, and if possible, also sets the audio stream title. Properties are expanded. Warning! There is a danger of this causing significant CPU usage, depending on the properties used.
|
||||
|
||||
name = taskbar-progress
|
||||
file = mpv
|
||||
default = yes
|
||||
@@ -508,6 +514,12 @@ help = For single files automatically load the entire directory into the playlis
|
||||
option = yes
|
||||
option = no
|
||||
|
||||
name = reset-on-next-file
|
||||
file = mpv
|
||||
directory = Program Behavior
|
||||
help = Normally, mpv will try to keep all settings when playing the next file on the playlist, even if they were changed by the user during playback. This can be changed with this option. It accepts a list of options, and mpv will reset the value of these options on playback start to the initial value.
|
||||
width = 400
|
||||
|
||||
name = input-ar-delay
|
||||
file = mpv
|
||||
directory = Input
|
||||
@@ -518,6 +530,12 @@ file = mpv
|
||||
directory = Input
|
||||
help = Number of key presses to generate per second on autorepeat.
|
||||
|
||||
name = input-ipc-server
|
||||
file = mpv
|
||||
directory = Input
|
||||
help = Enable the IPC support and create the listening socket at the given path.
|
||||
url = https://mpv.io/manual/master/#options-input-ipc-server
|
||||
|
||||
name = language
|
||||
file = mpvnet
|
||||
default = system
|
||||
@@ -611,6 +629,11 @@ file = mpv
|
||||
directory = Video/Screenshot
|
||||
help = <0-5> Set the filter applied prior to PNG compression. 0 is none, 1 is 'sub', 2 is 'up', 3 is 'average', 4 is 'Paeth', and 5 is 'mixed'. This affects the level of compression that can be achieved. For most images, 'mixed' achieves the best compression ratio, hence it is the default.
|
||||
|
||||
name = background
|
||||
file = mpv
|
||||
directory = Render Options
|
||||
help = Color used to draw parts of the mpv window not covered by video. See the --sub-color option for how colors are defined.
|
||||
|
||||
name = cache
|
||||
file = mpv
|
||||
default = auto
|
||||
|
||||
Reference in New Issue
Block a user