forked from mdhiggins/sickbeard_mp4_automator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoProcess.ini.sample
161 lines (150 loc) · 2.75 KB
/
autoProcess.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
[SickBeard]
host = localhost
port = 8081
username =
password =
web_root =
ssl = False
api_key =
[Sonarr]
host = localhost
port = 8989
web_root =
ssl = False
apikey =
[Radarr]
host = localhost
port = 7878
web_root =
ssl = False
apikey =
[MP4]
ffmpeg = ffmpeg.exe
ffprobe = ffprobe.exe
threads = 0
output_directory =
copy_to =
move_to =
output_extension = mp4
output_format = mp4
delete_original = True
relocate_moov = True
video-codec = h264,x264
video-bitrate =
video-crf =
video-max-width =
video-profile =
h264-max-level =
hwaccels = dxva2, cuvid, qsv, d3d11va
hwaccel-decoders = h264_cuvid, mjpeg_cuvid, mpeg1_cuvid, mpeg2_cuvid, mpeg4_cuvid, vc1_cuvid, hevc_qsv, h264_qsv
ios-audio = True
ios-first-track-only = False
ios-audio-filter =
ios-move-last = False
max-audio-channels =
audio-codec = ac3
ignore-truehd = true
audio-language =
audio-default-language =
audio-channel-bitrate =
audio-filter =
audio-copy-original = False
audio-first-track-of-language = False
allow-audio-language-relax = True
subtitle-codec = mov_text
subtitle-codec-image-based =
subtitle-language =
subtitle-default-language =
subtitle-encoding =
fullpathguess = True
process-same-extensions = False
force-convert = False
tagfile = True
tag-language =
download-artwork = Poster
download-subs = False
embed-subs = True
embed-only-internal-subs = False
sub-providers =
post-process = False
pix-fmt =
aac_adtstoasc = False
sort-streams = False
prefer-more-channels = False
[CouchPotato]
host = localhost
port = 5050
username =
password =
web_root =
ssl = False
apikey =
delay = 65
method = renamer
delete_failed = False
[uTorrent]
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 =
output_directory =
[qBittorrent]
convert =
couchpotato-label = couchpotato
sickbeard-label = sickbeard
sonarr-label = sonarr
bypass-label = bypass
sickrage-label = sickrage
action_before = pause
action_after = resume
host = http://localhost:8080/
username =
password =
output_directory =
[Deluge]
host = localhost
username =
convert = True
password =
sonarr-label = sonarr
bypass-label = bypass
sickbeard-label = sickbeard
port = 58846
sickrage-label = sickrage
couchpotato-label = couchpotato
output_directory =
remove = false
[SABNZBD]
convert = True
sickrage-category = sickrage
sonarr-category = sonarr
radarr-category = radarr
bypass-category = bypass
couchpotato-category = couchpotato
sickbeard-category = sickbeard
output_directory =
[Sickrage]
host = localhost
port = 8081
username =
password =
web_root =
ssl = False
api_key =
[Plex]
host = localhost
port = 32400
refresh = True
token =
[Permissions]
chmod = 0755
uid = -1
gid = -1