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

Series_premiere search flexget_archive

$
0
0

@jbaddock wrote:

I am curious, is it possible to have series_premiere search flexget_archive instead of the RSS feed?

I have tried a couple of configurations, no success.

Current config that pulls from RSS in a template.

  Series-premiere:
    priority: 40
    template:
      - tv-deluge
      - tv-info
      - tv-feeds
    require_field:
      - tvdb_genres
      - tvdb_first_air_date
    torrent_alive:
      min_seeds: 20
    if:
      # Block premiere that weren't within the last 60 days
      - tvdb_first_air_date and tvdb_first_air_date < now - timedelta(days=60): reject
    # Accept all series permieres
    series_premiere:
      upgrade: no
      timeframe: 72 hours
      target: 1080p webdl h264
      quality: 720p+ hdtv+

What I've tried, but been unsuccessful. And a couple variations of this.

  Series-premiere:
    priority: 40
    template:
      - tv-deluge
      - tv-info
      #- tv-feeds
    require_field:
      - tvdb_genres
      - tvdb_first_air_date
    torrent_alive:
      min_seeds: 20
    if:
      # Block premiere that weren't within the last 60 days
      - tvdb_first_air_date and tvdb_first_air_date < now - timedelta(days=60): reject
    # Accept all series permieres
    discover:
      what:
        - series_premiere
      from:
        - flexget_archive: [tv]
    all_series:
      upgrade: no
      timeframe: 8 hours
      target: 1080p webdl h264
      quality: 720p+ hdtv+

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles