@herghost wrote:
Hi, I have been trying to follow the recipe for transmission / showrss at http://flexget.com/Cookbook/Series/SeriesTransmissionshowRSS
I have worked out that find has been replaced by filesystem and I have implemented that, however when my move task task is executed it compiles all the finished downloads into one file and combines the names?
sort-files:
filesystem:
path: /home/dave/downloads/
regexp: '.*\.(avi|mkv|mp4)$'
recursive: yes
accept_all: yes
seen: local
thetvdb_lookup: yes
all_series:
parse_only: yes
series:
- Adventure Time
move:
to: /home/dave/media/TV/{{ tvdb_series_name }}
filename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}'What have I done wrong? How to I get it to create one file for each download and place it in the correct folder?
Cheers
Dave
Posts: 3
Participants: 2