@wbljb14 wrote:
Hi All
After upgrading my config file is now erroring (see below):
2016-11-16 16:37 VERBOSE check Pre-checked 68 configuration lines
2016-11-16 16:37 CRITICAL manager [/tasks/move-episodes/move] The keyfilename
is not valid here.
2016-11-16 16:37 CRITICAL manager Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.Very odd, Can anyone help, i'm relatively new at this. Thanks my config is below
`tasks:
#downloading task
download_tv:
priority: 10
rss: http://showrss.info/user/xxxxxxx.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
# fetch all the feed series
all_series: yes
# use transmission to download the torrents
transmission:
host: localhost
port: 9091
username: xxxxxx
password: xxxxxx#sorting task
move-episodes:
priority: 20
filesystem:
path: /home/osmc/bittorrents/Downloads/
regexp: '.*.(mkv|mp4|avi)$'
recursive: yes
metainfo_series: yes
thetvdb_lookup: yes
accept_all: yes
disable: seen
move:
to: '/home/osmc/bittorrents/TV Shows/{{series_name}}/Season {{series_season}}/'
filename: '{{ series_name }} - {{ series_id }} - {{tvdb_ep_name|default(false)}}{{location|pathext}}'#Clean completed downloads
clean:
priority: 30
clean_transmission:
host: localhost
port: 9091
username: xxxxxx
password: xxxxxx
finished_for: 2 hours
#min_ratio: 0
delete_files: Yes
#transmission_seed_limits: Yes
disable: [details] `
Posts: 3
Participants: 2