Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

The key `filesytem` is not valid here. Only known plugin names are valid keys

$
0
0

@dovah wrote:

Hello,
i'm having a problem with my configuration file which is:

schedules:
  - tasks: [showrss, getsubtitles]
    interval:
      hours: 3
templates:
  transmissionrpc:
    transmission:
      host: localhost
      port: 9091
  tv:
    series:
      - A
      - List
      - Of series
    # quality: hdtv <720p
tasks:
  showrss:
    rss: http://my-feed-url
    template:
      - tv
      - transmissionrpc
  getsubtitles:
    filesytem:
      path:
        - /media/storage/torrent/
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    accept_all: yes
    subliminal:
      exact_match: yes
      languages:
        - eng
      alternatives:
        - ita
      providers: [addic7ed, opensubtitles]
      single: no

file check fails with this error:
[/tasks/getsubtitles] The key 'filesytem' is not valid here. Only known plugin names are valid keys.

I used a yaml lint tool in case i commited some errors, but everything is fine.
why filesystem plugin is not valid there?

thanks for your replies

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles