use autocreate-playlist instead of auto-load-folder

This commit is contained in:
stax76
2024-10-10 13:32:19 +02:00
parent da176085cd
commit 3de72df806
4 changed files with 15 additions and 4 deletions

View File

@@ -104,6 +104,7 @@ public class MainPlayer : MpvClient
SetPropertyBool("input-builtin-bindings", false);
SetPropertyBool("input-media-keys", true);
SetPropertyString("autocreate-playlist", "filter");
SetPropertyString("media-controls", "yes");
SetPropertyString("idle", "yes");
SetPropertyString("screenshot-directory", "~~desktop/");