mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
added HeadPhones
This commit is contained in:
parent
6f54bab6bc
commit
7394523b81
1 changed files with 26 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
||||||
[CouchPotato]
|
[CouchPotato]
|
||||||
|
#### autoProcessing for Movies
|
||||||
#### cpsCategory - category that gets called for post-processing with CPS
|
#### cpsCategory - category that gets called for post-processing with CPS
|
||||||
cpsCategory = movie
|
cpsCategory = movie
|
||||||
apikey =
|
apikey =
|
||||||
|
@ -15,7 +16,8 @@ delete_failed = 0
|
||||||
|
|
||||||
|
|
||||||
[SickBeard]
|
[SickBeard]
|
||||||
#### sbCategory - category that gets called for post-processing with CPS
|
#### autoProcessing for TV Series
|
||||||
|
#### sbCategory - category that gets called for post-processing with SB
|
||||||
sbCategory = tv
|
sbCategory = tv
|
||||||
host=localhost
|
host=localhost
|
||||||
port=8081
|
port=8081
|
||||||
|
@ -28,12 +30,30 @@ watch_dir=
|
||||||
failed_fork=0
|
failed_fork=0
|
||||||
|
|
||||||
|
|
||||||
|
[HeadPhones]
|
||||||
|
#### autoProcessing for Music
|
||||||
|
#### hpCategory - category that gets called for post-processing with HP
|
||||||
|
hpCategory = music
|
||||||
|
apikey =
|
||||||
|
host = localhost
|
||||||
|
port = 8181
|
||||||
|
username =
|
||||||
|
password =
|
||||||
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
|
ssl = 0
|
||||||
|
web_root =
|
||||||
|
delay = 65
|
||||||
|
|
||||||
|
|
||||||
[Mylar]
|
[Mylar]
|
||||||
MlCategory = comics
|
#### autoProcessing for Comics
|
||||||
host=localhost
|
#### mlCategory - category that gets called for post-processing with Mylar
|
||||||
port=8090
|
mlCategory = comics
|
||||||
|
host = localhost
|
||||||
|
port =8090
|
||||||
username=
|
username=
|
||||||
password=
|
password=
|
||||||
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
web_root=
|
web_root=
|
||||||
ssl=0
|
ssl=0
|
||||||
|
|
||||||
|
@ -47,8 +67,8 @@ useLink = false
|
||||||
minSampleSize = 200
|
minSampleSize = 200
|
||||||
###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)
|
###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)
|
||||||
outputDirectory = /abs/path/to/complete/
|
outputDirectory = /abs/path/to/complete/
|
||||||
###### **insert descriptive comment for categories here** :-)
|
###### Other categories/labels defined for your downloader. Does not include CouchPotato, SickBeard, HeadPhones, Mylar categories.
|
||||||
categories = music,music_videos,pictures,software
|
categories = music_videos,pictures,software
|
||||||
###### uTorrent Hardlink solution (You must edit this if your using TorrentToMedia.py with uTorrent)
|
###### uTorrent Hardlink solution (You must edit this if your using TorrentToMedia.py with uTorrent)
|
||||||
uTorrentWEBui = http://localhost:8090/gui/
|
uTorrentWEBui = http://localhost:8090/gui/
|
||||||
uTorrentUSR = your username
|
uTorrentUSR = your username
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue