@denz13 wrote:
Hi all,
I've tried modifying the config listed here: http://discuss.flexget.com/t/awsome-trakt-tv-config/176/27
But I'm getting 'Keys are not valid here' errors.
Here's my config:
templates:
global:
torrent_alive: yes #number of seeders needed to accept
transmit-movies:
transmission:
host: 127.0.0.1
port: 9091
username: ***
password: ***
path: /mnt/Media/Downloads/Movies/
removewhendone: yes
transmit-series:
transmission:
host: 127.0.0.1
port: 9091
username: ***
password: ***
path: /mnt/Media/Downloads/TV/{{series_name|pathscrub}}/S{{"%02d"|format(series_season)}}
removewhendone: yes
download-movie:
discover:
what:
- emit_movie_queue: yes
rss: http://www.piratesbay.pe/rss/top100/207
movie_queue: yes
set:
content_filename: "{{ imdb_name|replace('/', '')|replace(':', ' -') }} ({{ imdbyear }}) - {{ quality }}"
template: transmit-movies
trakt_remove:
username: ***
password: ***
list: moviestasks:
fill_movie_queue:
priority: 2
trakt_list:
username: ***
password: ***
movies: movies
strip_dates: yes
movie queue: add
accept_all: yesget_movies_NO_YIFY_1080p: #Can't find subs for YIFY
priority: 3
regexp:
reject:
- YIFY
content_size:
max: 15360
min: 1024
assume_quality: 1080p bluray #in case of REALLY long titles
quality: 1080p+ bluray+
emit_movie_queue: yes
template: download-movieget_movies_1080p: #probably no subs but i like 1080p more
priority: 4
content_size:
max: 15360
min: 1024
assume_quality: 1080p bluray #in case of REALLY long titles
quality: 1080p+ bluray+
emit_movie_queue: yes
template: download-movieget_movies_NO_YIFY_720p: #Accept lower quality as 1080p seems unavailable
priority: 5
content_size:
max: 15360
min: 1024
assume_quality: 720p bluray #in case of REALLY long titles
regexp:
reject:
- YIFY
quality: 720p+ bluray+
emit_movie_queue: yes
template: download-movieget_movies_720p: #Playing hard to get? Huh, Punk!
priority: 6
content_size:
max: 15360
min: 1024
assume_quality: 720p bluray #in case of REALLY long titles
quality: 720p+ bluray+
emit_movie_queue: yes
template: download-movieget_series:
priority: 7
content_size:
max: 3072
min: 60
exists_series:
- /mnt/Media/TV \Shows/
regexp:
reject:
- FASTSUB #French
- VOSTFR #French
- Subtitulado #Spanish
- Special-Wicked #Special trailer episodes from Once Upon a Time
content_filter:
reject:
- '*.rar' #Damn you satan!
- '*.zip' #Damn you satan!
- '*.avi' #Uhgg Jak!
discover:
what:
- trakt_list:
username: ***
password: ***
custom: TV Shows
- listdir: /shares/Media/Series
from:
- piratebay:
category: 208 #HD - TV Shows #was "tv"
sort_by: seeds
configure_series:
from:
trakt_list:
username: ***
password: ***
custom: TV Shows
listdir: /mnt/Media/TV \Shows/
settings:
quality: 720p+ hdtv+
trakt_watched_lookup:
username: ***
password: ***
trakt_collected_lookup:
username: ***
password: ***
if:
- trakt_watched: reject
- trakt_in_collection: reject
set:
content_filename: "{{ series_name }} - {{ series_id }} ({{ quality|upper }})"
template: transmit-series
clean_transmission:
host: 127.0.0.1
port: 9091
username: ***
password: ***And here's the errors:
2016-09-24 17:05 CRITICAL manager [/templates/download-movie] The keymovie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/templates/download-movie/discover] The keysearch_rss
is not valid here.
2016-09-24 17:05 CRITICAL manager [/templates/download-movie/discover]from
is a required property
2016-09-24 17:05 CRITICAL manager [/templates/download-movie/discover/what/0] The keyemit_movie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/fill_movie_queue] The keymovie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/fill_movie_queue/trakt_list]list
is a required property
2016-09-24 17:05 CRITICAL manager [/tasks/fill_movie_queue/trakt_list] The keysmovies
,password
are not valid here.
2016-09-24 17:05 CRITICAL manager [/tasks/get_movies_NO_YIFY_1080p] The keyemit_movie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/get_series] The keystrakt_collected_lookup
,trakt_watched_lookup
are not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/discover/what/0/trakt_list]list
is a required property
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/discover/what/0/trakt_list] The keyspassword
,custom
are not valid here.
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/discover/what/1] The keylistdir
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/exists_series/0]/mnt/Media/TV \Shows/
does not exist
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/configure_series/from] The keylistdir
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/configure_series/from/trakt_list]list
is a required property
2016-09-24 17:05 CRITICAL manager [/tasks/get_series/configure_series/from/trakt_list] The keyspassword
,custom
are not valid here.
2016-09-24 17:05 CRITICAL manager [/tasks/get_movies_NO_YIFY_720p] The keyemit_movie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/get_movies_720p] The keyemit_movie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager [/tasks/get_movies_1080p] The keyemit_movie_queue
is not valid here. Only known plugin names are valid keys.
2016-09-24 17:05 CRITICAL manager Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.Any suggestions?
Posts: 2
Participants: 2