added logging
This commit is contained in:
@@ -2,6 +2,10 @@ TVRecordings = "/Volumes/TV Recordings/"
|
||||
HandbrakeCommand = "HandBrakeCLI", "--verbose", "-i", "SUBSTITUTE WITH INPUT FILE", "-o", "SUBSTITUDE WITH OUTPUT FILE", "-f", "mkv", "-e", "x264", "-x264-preset", "slower", "-x264-tune", "animation", "-q", "20", "--loose-anamorphic", "--decomb", "--detelecine", '--denoise="2:1:2:3"', "--deblock"
|
||||
IllegalCharacters = "?"
|
||||
|
||||
[ "Logging" ]
|
||||
General = "logs/encoding.log"
|
||||
Action = "logs/needsaction.log"
|
||||
|
||||
[ "MythTV" ]
|
||||
address = 192.168.0.2
|
||||
user = script
|
||||
|
||||
Reference in New Issue
Block a user