Skip to content

Instantly share code, notes, and snippets.

@chadrien
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadrien/8775319 to your computer and use it in GitHub Desktop.
Save chadrien/8775319 to your computer and use it in GitHub Desktop.
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: mail@example.com
to: mail@example.com
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