Major update with lots of new features and fixes
This commit is contained in:
parent
17c149c21a
commit
74b3efd990
16 changed files with 1648 additions and 904 deletions
16
config.toml
16
config.toml
|
|
@ -1,8 +1,18 @@
|
|||
[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"
|
||||
browser = "firefox"
|
||||
|
||||
[ui]
|
||||
theme = "dark"
|
||||
|
||||
[scheduler]
|
||||
enabled = false
|
||||
interval_hours = 24
|
||||
|
||||
[web]
|
||||
port = 8081
|
||||
transcode = false
|
||||
# source_url = "https://codeberg.org/anassaeneroi/yt-offline" # required for AGPL §13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue