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

Upgrade help please

$
0
0

@taw3434 wrote:

I am currently running flexget 1.2.452 (if is isn't broke don't fix it right?!?!?). Anyway thought it might be time to upgrade and was wondering if someone could re-write my config with all the necessary updates. Sorry i know it's a big ask but have a new baby and just don't have the time. Thanks for anyone willing to take on this task. my current config is below:

schedules:
  # Run task_a every 30 minutes
  - tasks: xspeedstv
    interval:
      minutes: 15
  - tasks: updatewatchlist
    interval:
      hours: 24
  - tasks: xspeedsmovie
    interval:
      hours: 3
  - tasks: checkmanadd
    interval:
      minutes: 60
templates:
  movie:
    verify_ssl_certificates: no
    movie_queue: accept
    imdb_lookup: yes
    regexp:
      reject:
        - HC
    deluge:
      host: localhost
      port: *******
      password: *********
      content_filename: "{{imdb_name}}"
      path: ~/Downloads/
main_file_only: yes
      movedone: /storage/Movies/{{imdb_name}} ({{imdb_year}})/
      ratio: 2
      removeatratio: yes
      keep_subs: yes
  tv:
    verify_ssl_certificates: no
    thetvdb_lookup: yes
    exists_series:
      - '/storage/TV/{{tvdb_series_name}}/Season {{tvdb_season}}'
      - '/storage/TV/{{tvdb_series_name}}/Season{{tvdb_season}}'
      - ~/Downloads
    configure_series:
      from:
        thetvdb_favorites:
          account_id: **********
      settings:
        propers: 2 days
        timeframe: 12 hours
        target: 720p
        quality: "<=720p"
    set:
      content_filename: "{{tvdb_series_name}} - {{tvdb_ep_id}} - {{tvdb_ep_name|default('MissingTitle')}}"
      path: ~/Downloads/
      movedone: /storage/TV/{{tvdb_series_name}}/Season {{tvdb_season}}/
      ratio: 2
      removeatratio: yes
      main_file_only: yes
      keep_subs: yes
    deluge:
      host: localhost
      port: *********
      password: **********
    series:
      - Divorce (2016):
          alternate_name: Divorce US
      - Scandal (2012):
          alternate_name: Scandal US
      - Taboo (2017):
          alternate_name: Taboo UK
      - Crashing (2017):
          alternate_name: Crashing US
tasks:
  manupdatedb:
    filesystem:
      regexp: .*(avi|mkv|mp4)$
      path: /storage/TV/
      recursive: yes
      retrieve: files
    template: tv
    manual: yes
  xspeedstv:
    rss: https://www.xspeeds.eu/rss.php?secret_key=**********&feedtype=download&timezone=-5&showrows=50&categories=47,16
    template: tv
  xspeedsmovie:
    rss: https://www.xspeeds.eu/rss.php?secret_key=***********&feedtype=download&timezone=-5&showrows=50&categories=66
    template: movie
  updatewatchlist:
    priority: 1
    imdb_list:
      list: watchlist
      user_id: *********
    accept_all: yes
    movie_queue:
      action: add
  checkmanadd:
    seen: local
    thetvdb_lookup: yes
    inputs:
      - from_deluge:
          config_path: "/home/taw34/.config/deluge/"
          filter:
            state: downloading
      - from_deluge:
          config_path: "/home/taw34/.config/deluge/"
          filter:
            state: queued
      - from_deluge:
          config_path: "/home/taw34/.config/deluge/"
          filter:
            state: seeding
    all_series: yes
    deluge:
      host: localhost
      port: ********
      password: ******
      main_file_only: yes
      content_filename: "{{tvdb_series_name}} - {{tvdb_ep_id}} - {{tvdb_ep_name|default('MissingTitle')}}"
      movedone: /storage/TV/{{tvdb_series_name}}/Season {{tvdb_season}}/

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles