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

Don't specify series names

$
0
0

@jmaurin wrote:

Hi!
I have flexget working fine for some years and now I need to make some changes in my config. In the past, I used to add each series name in my configuration file. Now, my feed has hability to configure (using their web interface) which series I want in my feed. So my question is: is possible to forcer flexget to get everything in my feed, but keep controling episodes from series?
For exemple: if I want to add a new serie, I just add it to my feed site and don't need to change anything in flexget. Flexget would get everything from my feed, including this new serie, and keep controling episodes from all entries (ex: don't download already downloaded episode).
Is it possible?
This is my current config:

templates:
  tv:
    email:
      active: false
      from: EMAIL@USER.COM
      to: EMAIL@USER.COM
      smtp_host: smtp.gmail.com
      smtp_port: 587
      smtp_login: true
      smtp_username: USER
      smtp_password: PWD
      smtp_tls: true

    series:
      settings:
        normal:
          exact: yes
          propers: 3 days
          identified_by: ep
          set:
            path: /dados/tv/Series/{{series_name}}/Temporada {{"%02d"|format(series_season)}}

        qualidade:
          exact: yes
          propers: 3 days
          identified_by: ep
          set:
            path: /dados/tv/Series/{{series_name}}/Temporada {{"%02d"|format(series_season)}}

      normal:
        - Bones
        - The Big Bang Theory
        - The Simpsons
        - Modern Family
        - The 100
        - The Last Ship
        - The Flash 2014
        - The Leftovers
        - Deadliest Catch
        - Mr. Robot
        - Fear The Walking Dead
        - The Last Man on Earth

      qualidade:
        - The Walking Dead
        - Arrow
        - 24

    transmission:
      enabled: yes
      host: localhost
      port: 9091
      username: XXX
      password: YYY
      ratio: 2

web_server:
  bind: 0.0.0.0
  port: 3539
api: yes
webui: yes

tasks:
  SHOWRSS:
    rss: http://showrss.info/user/XXX
    template:
      - tv
    priority: 9

schedules:
  - tasks: '*'
    interval:
      minutes: 10

Tks!

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles