Last active
August 29, 2015 13:55
-
-
Save chadrien/8775319 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
templates: | |
global: | |
transmission: | |
host: localhost | |
port: 9091 | |
addpaused: No | |
ratio: 1.5 | |
bandwidthpriority: -1 | |
clean_transmission: | |
host: localhost | |
port: 9091 | |
min_ratio: 1.5 | |
accept_all: no | |
tvshow: | |
series: | |
settings: | |
default: | |
quality: <=720p | |
set: | |
path: "/media/storage/xbmc/tvshows/{{ series_name }}/" | |
email: | |
from: [email protected] | |
to: [email protected] | |
smtp_host: smtp.gmail.com | |
smtp_port: 587 | |
smtp_username: "" | |
smtp_password: "" | |
smtp_tls: yes | |
tasks: | |
task1: | |
rss: http://domain.com/rss.xml | |
series: | |
default: | |
- "Log Horizon" | |
template: tvshow | |
taks2: | |
rss: https://domain.com/rss2.xml | |
series: | |
default: | |
- Castle: | |
path: "/media/storage/xbmc/tvshows/Castle (2009)/" | |
- Under the dome | |
- Modern family | |
- Sherlock | |
- Arrow | |
- The big bang theory | |
- How I met your mother | |
- Elementary | |
- "Doctor Who": | |
path: "/media/storage/xbmc/tvshows/Doctor Who (2005)/" | |
- "American Dad": | |
path: "/media/storage/xbmc/tvshows/American Dad!/" | |
template: tvshow | |
schedules: | |
- tasks: '*' | |
interval: | |
hours: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment