Skip to content

Commit

Permalink
updated autoProcess.ini.sample
Browse files Browse the repository at this point in the history
Includes missing options, adds some spaces
  • Loading branch information
Michael Higgins committed Aug 16, 2015
1 parent 6217b5c commit e0054b8
Showing 1 changed file with 75 additions and 68 deletions.
143 changes: 75 additions & 68 deletions autoProcess.ini.sample
Original file line number Diff line number Diff line change
@@ -1,51 +1,54 @@
[SickBeard]
host=localhost
port=8081
username=
password=
web_root=
ssl=0
api_key=
host = localhost
port = 8081
username =
password =
web_root =
ssl = 0
api_key =

[Sonarr]
host=localhost
port=8989
web_root=
ssl=0
apikey=
host = localhost
port = 8989
web_root =
ssl = 0
apikey =

[MP4]
ffmpeg=ffmpeg.exe
ffprobe=ffprobe.exe
output_directory=
copy_to=
move_to=
output_extension=mp4
output_format=mp4
delete_original=True
relocate_moov=True
audio-codec=ac3
video-codec=h264,x264
video-bitrate=
h264-max-level=
ios-audio=True
max-audio-channels=
audio-language=
audio-default-language=
audio-channel-bitrate=
subtitle-language=
subtitle-default-language=
fullpathguess=True
convert-mp4=False
tagfile=True
tag-language=en
download-artwork=True
download-subs=False
embed-subs=True
sub-providers=addic7ed,podnapisi,thesubdb,opensubtitles
permissions=0777
post-process=False
pix-fmt=
ffmpeg = ffmpeg.exe
ffprobe = ffprobe.exe
output_directory =
copy_to =
move_to =
output_extension = mp4
output_format = mp4
delete_original = True
relocate_moov = True1
video-codec = h264,x264
video-bitrate =
video-max-width =
h264-max-level =
ios-audio = True
ios-first-track-only = False
max-audio-channels =
audio-codec = ac3
audio-language =
audio-default-language =
audio-channel-bitrate =
subtitle-codec = mov_text
subtitle-language =
subtitle-default-language =
fullpathguess = True
convert-mp4 = False
tagfile = True
tag-language = en
download-artwork = True
download-subs = False
-subs = True
sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
permissions = 0777
post-process = False
pix-fmt =

[CouchPotato]
host = localhost
Expand All @@ -60,16 +63,18 @@ method = renamer
delete_failed = 0

[uTorrent]
convert=
couchpotato-label=couchpotato
sickbeard-label=sickbeard
sonarr-label=sonarr
webui=False
action_before=stop
action_after=removedata
host=http://localhost:8080/
username=
password=
convert =
couchpotato-label = couchpotato
sickbeard-label = sickbeard
sonarr-label = sonarr
bypass-label = bypass
sickrage-label = sickrage
webui = False
action_before = stop
action_after = removedata
host = http://localhost:8080/
username =
password =

[Deluge]
host = localhost
Expand All @@ -84,22 +89,24 @@ sickrage-label = sickrage
couchpotato-label = couchpotato

[SABNZBD]
convert=True
Sickbeard-category=sickbeard
Couchpotato-category=couchpotato
Sonarr-category=sonarr
convert = True
sickrage-category = sickrage
sonarr-category = sonarr
bypass-category = bypass
couchpotato-category = couchpotato
sickbeard-category = sickbeard

[Sickrage]
host=localhost
port=8081
username=
password=
web_root=
ssl=0
api_key=
host = localhost
port = 8081
username =
password =
web_root =
ssl = 0
api_key =

[Plex]
host=localhost
port=32400
refresh=True
token=
host = localhost
port = 32400
refresh = True
token =

0 comments on commit e0054b8

Please sign in to comment.