-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranny_dist.ini
137 lines (100 loc) · 2.53 KB
/
tranny_dist.ini
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
;; General system wide settings
[general]
; Fetch RSS feeds
rss_enable = true
; Backend torrent server to connect to. There must be a valid config section for this value
; to go along with it.
client = deluge
; Fetch proper's if they are found for existing releases
fetch_proper = true
;; Access deluge client over its webui API
[deluge]
host = localhost
port = 8112
password = deluge
[rtorrent]
uri = scgi://127.0.0.1:5000/
[utorrent]
; Host of the server
host =
; Port of the server
port = 8080
; Optional user name
user = admin
; Optional password
password =
;; Setting for connecting to a transmission daemon
[transmission]
; Host of the server
host = localhost
; Port of the server. Default transmission port: 9091
port = 9091
; Optional user name
user =
; Optional password
password =
;; Settings used for a qbittorrent setup
[qbittorrent]
host = localhost
port = 8080
user = admin
password =
;; HTTP Proxy to use when making requests
[proxy]
enabled = false
;server = http://10.0.10.10:3128
;server = http://user:pass@10.0.10.10:3128
;; Database type to use to store dl history
[db]
; gherkin = Simple on disk format (pickle). mem = Volatile in-memory database
; You should use gherkin unless you know what you are doing
type = gherkin
[log]
enabled = true
format = %(asctime)s - %(message)s
datefmt = %Y-%m-%d %H:%M:%S
level = 10
;; BTN API Service
[service_broadcastthenet]
enabled = false
url = http://api.btnapps.net/
api_token = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[themoviedb]
enabled = false
api_key =
[imdb]
enabled = true
;; RSS Feed definition
; The section name must follow this pattern as demonstrated: rss_{unique_rss_name}
[rss_example]
; Feed URL
url = https://example.com/rss.php?passkey=asdf
; Enable this individual feed
enabled = true
; How often to fetch this feed
interval = 60
[sort_seasons]
;; Global release ignore definitions.
;; key names starting with rx are evaluated as regex
;; key names starting with string are evaluated as case insensitive strings matchings
[ignore]
; String based patterns
string1 = .internal.
string2 = do.not.trade
string3 = 90210
; Regex based patterns
rx1 = Mike.and.Molly
[section_tv]
dl_path = /mnt/user/tranny/tv
group_name = true
sort_seasons = true
quality_hd = QI, Peep Show, Dexter, The Daily Show, The Colbert Report, An Idiot Abroad
quality_sd = 60 Minutes US, David Letterman, Rick Mercer Report, Tosh 0, Conan,
[section_movies]
dl_path = /mnt/devel/tranny/xvid
[watch_tv]
path = /home/user/tranny/watch/tv
section = tv
[watch_movies]
path = /mnt/user/tranny/watch/xvid
section = movies