-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.conf
43 lines (33 loc) · 1.03 KB
/
example_config.conf
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
# This is an example config file.
# You can copy it to /etc/loniak/loniak.conf
# Take a look at the example [source X] provided to get an idea on how to work with sources
# To uncomment the examples, remove the leading ;
[main]
DEBUG: true
TRANSMISSION_USERNAME: transmission
TRANSMISSION_PASSWORD: transmission
TRANSMISSION_HOST: 127.0.0.1
CLIENT: Transmission
;[source thepiratesbay_and_eztv]
;type: RSS
;URL: http://rss.thepiratebay.se/205
;URL: http://www.ezrss.it/feed/
;match: House Of Cards
;match: Ambassadors
;match: Helix
;# Download the first episode of new series
;match: S01E01
;# exclude all the 720p torrents.
;exclude: 720p
;# don't download torrents older than 1 day
;published_days_ago: 1
;[source sherlock]
;# Download all torrents from this feed that are not 720p
;type: RSS
;exclude: 720p
;URL: http://www.ezrss.it/search/index.php?show_name=Sherlock&show_name_exact=true&mode=rss
;[source topgear]
;# Download all the new Top gear episodes.
;type: RSS
;URL: http://www.finalgear.com/feed/torrents/sd/
;published_days_ago: 1