72 lines
2.9 KiB
INI
72 lines
2.9 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 = "?", ":"
|
|
|
|
[ "Logging" ]
|
|
General = "logs/encoding.log"
|
|
Action = "logs/needsaction.log"
|
|
|
|
[ "MythTV" ]
|
|
address = 192.168.0.2
|
|
user = script
|
|
password = script
|
|
database = mythconverg
|
|
|
|
[ "Sickbeard" ]
|
|
address = 192.168.0.2
|
|
port = 8081
|
|
APIKey = 3678177136222bf5002be209220ccb20
|
|
|
|
[ "Shows" ]
|
|
VideoProcessingDir = "/srv/storage2/files/VideoProcessing/"
|
|
KidsTVDir = "/srv/storage2/videos/Kids/TV/"
|
|
UnknownInput = "%(VideoProcessingDir)sUnknown/"
|
|
[[ "Thomas the Tank Engine & Friends" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sThomas/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sThomas/"
|
|
OutputDirectory = "%(KidsTVDir)sThomas The Tank Engine & Friends/"
|
|
alias = "Thomas and Friends",
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Chuggington" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sChuggington/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sChuggington/"
|
|
OutputDirectory = "%(KidsTVDir)sChuggington/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Mike the Knight" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sMikeTheKnight/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sMikeTheKnight/"
|
|
OutputDirectory = "%(KidsTVDir)sMike the Knight/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = "Mike the Knight and the ", Mike the Knight and "
|
|
SickbeardPrefix = ""
|
|
[[ "Octonauts" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sOctonauts/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sOctonauts/"
|
|
OutputDirectory = "%(KidsTVDir)sOctonauts/"
|
|
alias = "The Octonauts",
|
|
MythTvEpisodePrefix = "The Octonauts and ",
|
|
SickbeardPrefix = "The"
|
|
[[ "In the Night Garden" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sInTheNightGarden/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sInTheNightGarden/"
|
|
OutputDirectory = "%(KidsTVDir)sIn The Night Garden/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Raa Raa! The Noisy Lion" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sRaaRaa/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sRaaRaa/"
|
|
OutputDirectory = "%(KidsTVDir)sRaa Raa the Noisy Lion/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = ""
|
|
[[ "Fireman Sam" ]]
|
|
InputDirectory = "%(VideoProcessingDir)sFiremanSam/Input/"
|
|
UnknownDirectory = "%(UnknownInput)sFiremanSam/"
|
|
OutputDirectory = "%(KidsTVDir)sFireman Sam/"
|
|
alias = ,
|
|
MythTvEpisodePrefix = ,
|
|
SickbeardPrefix = "" |