Config editor deletes user defined settings in mpv.conf whenever it writes to the file
Describe the bug Config editor deletes user defined settings in mpv.conf whenever it writes to the file. This causes problems when user wishes to use options not available in the config editor, such as --no-border at the startup. To Reproduce
- Go to mpv.conf
- append
no-borderto mpv.conf - save and the settings works, player starts in no-border mode.
- open the config editor and change any settings.
-
no-borderis gone and the player starts with border
Expected behavior User defined settings are preserved. Maybe a field in the config editor where users can append settings that's won't be deleted. Additional context Add any other context about the problem here.
- mpv.net version : 6.0.3.0
- Windows version : win10
mpv might support various uncommon syntax variations, mpv.net understands only the most common syntax:
border = yes
border = no
@stax76 Can you please reopen this? The issue is about the GUI settings editor not respecting any option that's not originated from the GUI editor. It straight up deletes those every time you use the GUI editor. (including the border = yes border = no you provided)
I'm proposing a field to be added to the GUI editor that the user can input anything and won't get deleted after every GUI editor use.