8 lines
210 B
TOML
8 lines
210 B
TOML
[backup]
|
|
# Directory where channel backups are stored
|
|
directory = "/mnt/InannaBeloved/youtube-backup/channels"
|
|
|
|
[player]
|
|
# Video player command (default: mpv)
|
|
# Examples: "mpv", "vlc", "ffplay"
|
|
command = "mpv"
|