config: add clean job config

This commit is contained in:
Guillermo Marcel 2025-03-26 15:40:27 -03:00
parent 0fd63ce192
commit 2b33a596d6

View File

@ -24,7 +24,7 @@
"RunDry": false, "RunDry": false,
"At": "07:00", "At": "07:00",
"FromDayBefore": false, "FromDayBefore": false,
"From": "01:00", "From": "03:00",
"To": "05:00", "To": "05:00",
"MaxAmount": 0, "MaxAmount": 0,
"MediaFolder": "./media/originals/", "MediaFolder": "./media/originals/",
@ -33,6 +33,8 @@
"ConfigFile": "./dvr-scanner/dvr-scan.cfg", "ConfigFile": "./dvr-scanner/dvr-scan.cfg",
"DetectionFolder": "./media/detections/", "DetectionFolder": "./media/detections/",
"RunDry": false "RunDry": false
} },
"RemoveOriginalFiles": false,
"RemoveDetectionFiles": false
} }
} }