diff --git a/config.template.toml b/config.template.toml new file mode 100644 index 0000000..54bcb89 --- /dev/null +++ b/config.template.toml @@ -0,0 +1,14 @@ +[General] +BaseDir = "/mnt/media" +Format = "mkv" +TempBaseDir = "/tmp/nre" +EnableConsole = true + +[WatchFolder] +Path = "/mnt/watched" +PollingInterval = 10 +UsePolling = false +UseInotify = false + +[N_m3u8DLRE] +Path = "nre"