Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Torrent automation with transmission and flexget is not working

$
0
0

I’m trying to automate torrent downloads using flexget. This the guide I used for the task.

https://flexget.com/Cookbook/Series/SeriesTransmissionshowRSS

Even though there is no error in the script I used, (both “flexget check” and “flexget --test execute” generates no error) I can’t see any torrent in my transmission web UI when I start the program using “/usr/local/bin/flexget daemon start -d”.

I’m not a programmer or tech expert. So I might have done some silly mistakes.

I’m using a Raspberry Pi 3B for this.

The script I used is as follows.

tasks:
download-rss:
rss: http://showrss.info/user/240554.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
all_series: yes
transmission:
host: localhost
port: 9091
username:
password:

sort-files:
filesystem:
path: /media/pi/HD-LCU3/Torrent/Downloads
regexp: ‘.*.(avi|mkv|mp4)$’
accept_all: yes
seen: local
thetvdb_lookup: yes
all_series:
parse_only: yes
series:
- Adventure Time
move:
to: /media/pi/HD-LCU3/TV/{{ tvdb_series_name }}
rename: ‘{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}’

My SHowrss feed is as follows.

Pls help me.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles