Skip to content

Instantly share code, notes, and snippets.

@greedbob
Last active February 4, 2019 16: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 greedbob/e34a27de43f8035233b0b83917d68861 to your computer and use it in GitHub Desktop.
Save greedbob/e34a27de43f8035233b0b83917d68861 to your computer and use it in GitHub Desktop.
Flexget Configuration for Transsmision: /.flexget/config.yml
web_server:
bind: 192.168.1.10
port: 15000
web_ui: yes
base_url: /flex
run_v2: yes
schedules:
- tasks: 'TJUPT'
interval:
minutes: 3
tasks:
TJUPT:
rss:
template: default
accept_all: YES
download: /home/pi/flexget-torrents/
transmission:
path: /mnt/SSD/tr
templates:
default:
transmission:
host: localhost
port: 9091
username: USERNAME
password: "PASSWORD"
clean_transmission:
enabled: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment