Update files

This commit is contained in:
Joren 2024-09-14 23:38:13 +02:00
parent d639cd39b9
commit 33126d7220
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ RUN chmod +x /app/nre
ENV BASE_DIR=/app/Videos
ENV FORMAT=mkv
ENV TEMP_BASE_DIR=/app/tmp
ENV NRE_PATH=/app/nre
ENTRYPOINT ["/app/drmdtool"]

View File

@ -1,5 +1,5 @@
BaseDir = "/app/Videos/"
Format = "${OUTPUT_FORMAT:-mkv}"
Format = "${FORMAT:-mkv}"
TempBaseDir = "/app/tmp/"
[N_m3u8DLRE]