Skip to content

Instantly share code, notes, and snippets.

@RX14
Created January 24, 2015 19:43
Show Gist options
  • Save RX14/8d0241ae8897dba75db6 to your computer and use it in GitHub Desktop.
Save RX14/8d0241ae8897dba75db6 to your computer and use it in GitHub Desktop.
secrets: secrets.yml
templates:
global:
parsing:
series: guessit
torrent:
transmission:
host: localhost
port: 9091
anime:
template: torrent
thetvdb_lookup: yes
set:
path: '/media/media/Anime/{{tvdb_series_name}}/Season {{tvdb_season }}'
content_filename: '{{tvdb_series_name}} - {{tvdb_ep_id}}'
pushbullet:
apikey: '{{secrets.pushbullet.apikey}}'
device: '{{secrets.pushbullet.device}}'
title: "{{tvdb_series_name}} - {{tvdb_ep_id}}"
body: "/media/media/Anime/{{tvdb_series_name}}/Season {{tvdb_season }}/{{tvdb_series_name}} - {{tvdb_ep_id}}"
tasks:
shanaproject:
template: anime
rss: 'http://www.shanaproject.com/feeds/secure/user/{{secrets.shanaproject.user}}/{{secrets.shanaproject.key}}/?show_all'
series:
- Absolute Duo
- Kantai Collection
- Tokyo Ghoul
- Aldnoah.Zero
# input_folder:
# template: anime
# listdir: /media/input/
# all_series: yes
schedules:
- tasks: [shanaproject] #,input_folder]
interval:
minutes: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment