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

list_match is not valid

$
0
0

@tskmst wrote:

Hey all, I am getting an error stating that list_match is not valid here. My overlying issue is that I cannot configure the movie portion of this config. Removing the list_match(aware I would need it here) states that MOVIES is not a task. Is that a default error of an unfinished config?

  bind: 0.0.0.0
  port: 5050
api: yes
webui: yes
#==========
templates:
  DELUGE:
    deluge:
      username: username
      password: password
      main_file_only: no
      keep_subs: yes
      removeatratio: no
      maxupspeed: 100.0
      maxdownspeed: 12000.0

  RSS-SERIES:
    inputs:
    - rss: rssRoutes
    
  RSS-MOVIES:
    inputs:
    - rss: rssRoutes

  TRAKT-TELEVISION:
    configure_series:
      settings:
        quality: 720p
        propers: no
      from:
        inputs:
        - trakt_list:
            username: username
            list: television
            type: shows
    metainfo_series: yes

  TRAKT-CARTOONS:
    configure_series:
      settings:
        quality: 720p
        propers: no
      from:
        inputs:
        - trakt_list:
            username: username
            list: cartoons
            type: shows
    metainfo_series: yes

  TRAKT-DOCUMENTARIES:
    configure_series:
      settings:
        quality: 720p
        propers: no
      from:
        inputs:
        - trakt_list:
            username: username
            list: documentaries
            type: shows
    metainfo_series: yes

  TRAKT-MOVIES:
    trakt_list: 
      account: username
      list: test
    accept_all: yes
    seen: local
    list_add:
      - movie_list: movie_queue

#  TRAKT-MOVIES:
#    inputs:
#     - trakt_list:
#        username: username
#        list: movies
#        type: movies
#    metainfo_series: yes

tasks:
  MOVIE:
    trakt_lookup: yes
    priority: 4
    template:
      - DELUGE
      - TRAKT-MOVIES
    discover:
      what:
        - movie_list: movie_queue
      from:
        - iptorrents:
            rss_key: rss
            uid: uid
            password: pass
            category:
              - 87
              - 72
              - 90
              - 48
              - 54
              - 62
              - 38
              - 68
              - 20
              - 7
    torrent_alive: 10
    quality: 720p
    list_match:
      from:
        -movie_list: movie_queue
    transmission: yes

  TELEVISION:
    priority: 1
    template:
      - DELUGE
      - RSS-SERIES
      - TRAKT-TELEVISION
    set:
      path: /etc/etc/etc # CHANGE TO WHATEVER PATH YOU PREFER
      label: tv

  CARTOONS:
    priority: 2
    template:
      - DELUGE
      - RSS-SERIES
      - TRAKT-CARTOONS
    set:
      path: /etc/etc/etc # CHANGE TO WHATEVER PATH YOU PREFER
      label: cartoon

  DOCUMENTARY:
    priority: 3
    template:
      - DELUGE
      - RSS-SERIES
      - TRAKT-DOCUMENTARIES
    set:
      path: /etc/etc/etc # CHANGE TO WHATEVER PATH YOU PREFER
      label: documentary

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles