@Stefos wrote:
I'm new to flexget, i have managed to make it download the series i want but now i have problem with moving/renaming the files so Plex can see them. Here is my config.yml and the error i get. I've tried everything and really I can't see the problem.
`web_server: web_ui: yes run_v2: yes templates: global: regexp: reject: - WEB - WEB-DL transmissionrpc: transmission: host: XX port: XX username: XX password: XX clean_transmission: host: XX port: XX username: XX password: XX transmission_seed_limits: yes delete_files: no enabled: Yes tv: thetvdb_lookup: yes quality: 1080p regexp: reject: - WEB - WEB-DL series: group 1: - The Mandalorian - Arrow - Mr. Robot tasks: Drarbg task: rss: http://showrss.info/user/229110.rss?magnets=true&namespaces=true&name=null&quality=null&re=null priority: 1 all_series: yes template: - tv - transmissionrpc set: path: /home/stefos/Videos/Completed sort-series: metainfo_series: yes accept_all: yes filesystem: path: /home/stefos/Videos/Completed regexp: '.*\.(mkv|mp4)$' recursive: yes retrieve: files seen: local template: tv series: settings: group 1: parse_only: yes regexp: reject: - sample require_field: series_name move: to: '/home/stefos/Videos/Shows/{{series_name}}' rename: '{{series_name}} - S{{series_season|pad(2)}}E{{series_episode|pad(2)}}'
`
2019-12-22 19:11:19.002 CRITICAL manager [/tasks/sort-series/move/to] `/home/stefos/Videos/Shows` does not exist 2019-12-22 19:11:19.003 CRITICAL manager [/tasks/sort-series/filesystem/path] `/home/stefos/Videos/Completed` does not exist 2019-12-22 19:11:19.004 CRITICAL manager Failed to load config file: Did not pass schema validation.
Posts: 1
Participants: 1