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

Check My Configuration

$
0
0

@Addicted wrote:

Hi, i created a configuration for my need seeing tutorial.
But those tutorial seems old & some changes are made due to new list plugin.
Can anyone help to reconfigure for latest version of flexget i.e 2.0.16

templates:
  global: 
    transmission:
      host: localhost
      port: 1235
      username: user
      password: pass
      min_ratio: 0.002 
tasks:
  fill_movie_queue:
    priority: 4
    accept_all: yes
    seen: local
    movie_queue: add
    imdb_list:
      login: 123@abc.com
      password: pass
      list: watchlist
  movie_search_and_add:
    priority: 5
    verify_ssl_certificates: no
    movie_queue: accept
    discover:
      what:
        - emit_movie_queue: yes
      from:
        - search_rss: https://yts.ag/rss
        - kat:
            category: movies
    quality:
      - 1080p
      - 720p
    torrent_alive: yes
    regexp:
      reject:
        - (?i)[ .]webrip[ .]
        - (?i)[ .]cam[ .]
        - (?i)[ .]bdscr[ .]
        - (?i)[ .]dvdscr[ .]
        - (?i)[ .]preair[ .]
        - (?i)[ .]ppvrip[ .]
        - (?i)[ .]r5[ .]
        - (?i)[ .]tc[ .]
        - (?i)[ .]ts[ .]
        - (?i)[ .]ecc[ .]
        - (?i)[ .]avc[ .]
        - (?i)[ .]qebs[ .]
        - (?i)[ .]hdtc[ .]
        - (?i)[ .]hdcam[ .]
schedules:
  - tasks: [fill_movie_queue, movie_search_and_add]
    interval:
      days: 2
web_server:
  bind: 0.0.0.0
  port: 1234
api: yes
webui: yes

But this won't work as emit_movie_queue,movie_queue are replaced with list plugins.
But there isn't any cookbook that use those new plugins.So without any example it's really hard to create configuration with those documentation available for list plugins.

Can anyone modify this configuration with new plugins

Posts: 9

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles