From 78555c3d933c632832ef10605ea46b0972765cc5 Mon Sep 17 00:00:00 2001 From: Ryze Date: Tue, 14 Mar 2023 21:22:54 +0300 Subject: [PATCH] Added example configuration file --- ff2mpv-rust.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ff2mpv-rust.json diff --git a/ff2mpv-rust.json b/ff2mpv-rust.json new file mode 100644 index 0000000..aed2b9d --- /dev/null +++ b/ff2mpv-rust.json @@ -0,0 +1,4 @@ +{ + "player_command": "mpv", + "player_args": ["--no-config", "--fullscreen"] +}