Created
September 15, 2014 13:56
-
-
Save alexs77/ef7013b3a46590e11555 to your computer and use it in GitHub Desktop.
sickbeard_mp4_automator autoProcess.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[MP4] | |
ffmpeg=/home/ask/Repos/sickbeard_mp4_automator/ff/ffmpeg | |
ffprobe=/home/ask/Repos/sickbeard_mp4_automator/ff/ffprobe | |
output_directory=/extern/Videos | |
copy_to= | |
move_to=/extern/Videos/Erledigt | |
output_extension=mp4 | |
output_format=mp4 | |
delete_original=False | |
relocate_moov=True | |
audio-codec=ac3 | |
video-codec=h264,x264 | |
ios-audio=True | |
max-audio-channels= | |
audio-language=ger | |
audio-default-language=ger | |
subtitle-language= | |
subtitle-default-language= | |
fullpathguess=True | |
convert-mp4=False | |
tagfile=True | |
download-artwork=True | |
download-subs=False | |
embed-subs=True | |
sub-providers=addic7ed,podnapisi,thesubdb,opensubtitles | |
[SickBeard] | |
host=localhost | |
port=8081 | |
username= | |
password= | |
web_root= | |
ssl=0 | |
api_key= | |
[NzbDrone] | |
host=localhost | |
port=8082 | |
web_root= | |
ssl=0 | |
api_key= | |
[CouchPotato] | |
host = localhost | |
port = 5050 | |
username = | |
password = | |
web_root = | |
ssl = 0 | |
apikey = | |
delay = 65 | |
method = renamer | |
delete_failed = 0 | |
[uTorrent] | |
label= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment