Add transcoding script (no series support yet)

This commit is contained in:
2022-08-18 17:15:40 +02:00
parent b353b313ee
commit f4f394f21b
2 changed files with 141 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import os
import subprocess
DESTINATION_FOLDER = "transcode/raw" # pi@192.168.xxx:/home/pi/transcode/raw
DESTINATION_FOLDER = "transcoder/raw" # pi@192.168.xxx:/home/pi/transcoder/raw
RIPPED_DIR = "ripped"