Open radonmiser opened 1 year ago
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.
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
no-border
to mpv.confno-border
is gone and the player starts with borderExpected 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.