@clay wrote:
Hey folks I recently reinstalled flexget and replaced config.yml with my backup but now I am getting there error
[/tasks/sort-files/copy] The keyfilename
is not valid here.
Was wondering if anyone could see what I am doing wrong here?schedules:
# Run every task once an hour
- tasks: '*'
interval:
hours: 1templates:
tv-series:
series:
group1:
- 2 Broke Girls
- American Dad!
- Arrow
- Beauty and the Beast (2012)
- Bitten
- Blindspot
- Continuum
- Criminal Minds
- DC's Legends of Tomorrow
- Family Guy
- Game of Thrones
- Gotham
- Grimm
- Hell's Kitchen (US)
- How to Get Away with Murder
- Jessica Jones
- Lucifer
- Marvel's Agent Carter
- Marvel's Agents of S.H.I.E.L.D
- Marvel's Daredevil
- MasterChef (US)
- MasterChef Junior
- Minority Report
- New Girl
- Once Upon a Time
- Person of Interest
- Quantico
- Reign
- Saving Hope
- Star Wars Rebels
- Supergirl
- The Big Bang Theory
- The Expanse
- The Flash (2014)
- The Mindy Project
- The Musketeers
- The Shannara Chronicles
- The Vampire Diaries
- The X Files
- Westworldtasks:
download-rss:
rss: http://showrss.info/user/13669.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
all_series: yes
transmission:
host: localhost
port: 9091
username: transmission
password: transmissionsort-files:
filesystem:
path: /media/data/transmission/completed/
regexp: '.*.(avi|mkv|mp4)$'
recursive: yes
seen: local
template: tv-series
series:
settings:
group1:
parse_only: yes
regexp:
reject:
- sample
require_field: series_name
accept_all: yes
thetvdb_lookup: yes
copy:
# this is where the series will be put
to: '/media/data/media/series/{{ tvdb_series_name }}/'
# save the file as 'Series Name - SxxEyy - Episode Name.ext'
filename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}'
Posts: 2
Participants: 1