Added example configuration file

This commit is contained in:
Ryze 2023-03-14 21:22:54 +03:00
parent ab586ba197
commit 78555c3d93
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

4
ff2mpv-rust.json Normal file
View file

@ -0,0 +1,4 @@
{
"player_command": "mpv",
"player_args": ["--no-config", "--fullscreen"]
}