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

Imdb movies not accepted anymore

$
0
0

@taw3434 wrote:

hey long time flexget user -- so long im probably many versions behind the current. Anyway i just noticed that movies for me were not being accepted anymore did a --dump and everything was undecided but couldn't see why. thought i could post my config and see if anyone could help. Thanks

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:
    movie_queue: accept
    imdb_lookup: yes
    quality: 720p
    regexp:
      reject:
        - HC
    deluge:
      host: localhost
      port: 58846
      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:
    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$
      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: 58846
      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=*********
    template: tv
  xspeedsmovie:
    rss: https://www.xspeeds.eu/rss.php?secret_key=**********
    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: 58846
      password: ************
      main_file_only: yes
      content_filename: "{{tvdb_series_name}} - {{tvdb_ep_id}} - {{tvdb_ep_name$
      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