Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Problem with recursion_depth setting in subtitle_list plugin

$
0
0

@niawag wrote:

Hi, I'm trying to upgrade my config and getting rid of the old subtitle plugin, here is the result:

subtitles_h:     
    template: no_global
    disable: [retry_failed]
    seen: local
    subtitle_list:
      list: subtitles
      allow_dir: yes #also tried without this setting, no go either
      recursion_depth: 5
    list_match:
      from:
        - subtitle_list:
            list: subtitles
    accept_all: yes
    subliminal:
      exact_match: no
      languages:
        - fr
      providers: 
        - addic7ed 
        - opensubtitles 
        - podnapisi 
        - tvsubtitles 
        - thesubdb

I followed the wiki to write it and it's not making it through the schema validation:

2016-06-27 15:01 VERBOSE  check                         Checking config file `/usr/local/flexget/env/config.yml`
2016-06-27 15:01 WARNING  check                         Config line 82 is likely missing ':' at the end
2016-06-27 15:01 WARNING  check                         Config line 86 is likely missing ':' at the end
2016-06-27 15:01 VERBOSE  check                         Pre-checked 658 configuration lines
2016-06-27 15:01 CRITICAL check                         [/tasks/subtitles_h/subtitle_list] The key `recursion_depth` is not valid here.

If I remove the "recursion_depth" setting, it's working. Is there a problem in the wiki or in the schema validation process ?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles