#mpv = "C:\\path\\of\\mpv.com" # Optional, Type: String # The path of mpv executable binary # Default value: # - Linux: mpv # - Windows: mpv.com #ytdl = "C:\\path\\of\\yt-dlp.exe" # Optional, Type: String # The path of yt-dlp executable binary #proxy = "http://example.com:8080" # Optional, Type: String # HTTP(S) proxy server address #ipc_socket = "/tmp/mpv-handler.sock" # Optional, Type: String # mpv IPC socket path used for appending new URLs to an already-running mpv instance. # If set, API Media Player desktop links can enqueue into the existing player instead of opening a new window. # For Windows users: # - The path can be "C:\\folder\\some.exe" or "C:/folder/some.exe" # - The path is an executable binary file, not a directory