added settings file
This commit is contained in:
52
settings.cfg
Normal file
52
settings.cfg
Normal file
@@ -0,0 +1,52 @@
|
||||
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"
|
||||
|
||||
[ "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/"
|
||||
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/"
|
||||
OutputDirectory = "/srv/storage2/videos/Kids/TV/Chuggington/"
|
||||
alias = ,
|
||||
MythTvEpisodePrefix = ,
|
||||
SickbeardPrefix = ""
|
||||
[[ "Mike the Knight" ]]
|
||||
InputDirectory = "/srv/storage2/files/VideoProcessing/MikeTheKnight/Input/"
|
||||
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/"
|
||||
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/"
|
||||
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/"
|
||||
OutputDirectory = "/srv/storage2/videos/Kids/TV/Raa Raa the Noisy Lion/"
|
||||
alias = ,
|
||||
MythTvEpisodePrefix = ,
|
||||
SickbeardPrefix = ""
|
||||
Reference in New Issue
Block a user