DRMDToolDocker/config.toml

15 lines
224 B
TOML
Raw Normal View History

2024-12-30 17:06:07 +01:00
[General]
2024-09-14 23:16:24 +02:00
BaseDir = "/app/Videos/"
2024-12-30 17:06:07 +01:00
Format = "mkv"
2024-09-14 23:16:24 +02:00
TempBaseDir = "/app/tmp/"
2024-12-30 17:06:07 +01:00
EnableConsole = true
[WatchFolder]
Path = "/app/Watched"
PollingInterval = 10
UsePolling = false
UseInotify = true
2024-09-14 23:16:24 +02:00
[N_m3u8DLRE]
Path = "/app/nre"