59 lines
2.7 KiB
INI
59 lines
2.7 KiB
INI
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 = "?"
|
|
|
|
[ "MythTV" ]
|
|
address = 192.168.0.2
|
|
user = script
|
|
password = script
|
|
database = mythconverg
|
|
|
|
[ "Sickbeard" ]
|
|
address = 192.168.0.2
|
|
port = 8081
|
|
APIKey = 3678177136222bf5002be209220ccb20
|
|
|
|
[ "Shows" ]
|
|
UnknownInput = "/srv/storage2/files/VideoProcessing/Unknown/"
|
|
[[ "Thomas the Tank Engine & Friends" ]]
|
|
InputDirectory = "/srv/storage2/files/VideoProcessing/Thomas/Input/"
|
|
UnknownDirectory = "/srv/storage2/files/VideoProcessing/Unknown/Thomas/"
|
|
OutputDirectory = "/srv/storage2/videos/Kids/TV/Thomas The Tank Engine & Friends/"
|
|
alias = "Thomas and Friends",
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Chuggington" ]]
|
|
InputDirectory = "/srv/storage2/files/VideoProcessing/Chuggington/Input/"
|
|
UnknownDirectory = "/srv/storage2/files/VideoProcessing/Unknown/Chuggington/"
|
|
OutputDirectory = "/srv/storage2/videos/Kids/TV/Chuggington/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Mike the Knight" ]]
|
|
InputDirectory = "/srv/storage2/files/VideoProcessing/MikeTheKnight/Input/"
|
|
UnknownDirectory = "/srv/storage2/files/VideoProcessing/Unknown/MikeTheKnight/"
|
|
OutputDirectory = "/srv/storage2/videos/Kids/TV/Mike the Knight/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = "Mike the Knight and the ", Mike the Knight and "
|
|
SickbeardPrefix = ""
|
|
[[ "Octonauts" ]]
|
|
InputDirectory = "/srv/storage2/files/VideoProcessing/Octonauts/Input/"
|
|
UnknownDirectory = "/srv/storage2/files/VideoProcessing/Unknown/Octonauts/"
|
|
OutputDirectory = "/srv/storage2/videos/Kids/TV/Octonauts/"
|
|
alias = "The Octonauts",
|
|
MythTvEpisodePrefix = "The Octonauts and ",
|
|
SickbeardPrefix = "The"
|
|
[[ "In the Night Garden" ]]
|
|
InputDirectory = "/srv/storage2/files/VideoProcessing/InTheNightGarden/Input/"
|
|
UnknownDirectory = "/srv/storage2/files/VideoProcessing/Unknown/InTheNightGarden/"
|
|
OutputDirectory = "/srv/storage2/videos/Kids/TV/In The Night Garden/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Raa Raa! The Noisy Lion" ]]
|
|
InputDirectory = "/srv/storage2/files/VideoProcessing/RaaRaa/Input/"
|
|
UnknownDirectory = "/srv/storage2/files/VideoProcessing/Unknown/RaaRaa/"
|
|
OutputDirectory = "/srv/storage2/videos/Kids/TV/Raa Raa the Noisy Lion/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = "" |