Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Not configuring series correctly

$
0
0

@gazhay wrote:

I lost my setup recently - had to restore from a backup, but my config was for much older version of flexget so started again.

I thought I had successfully configured to use next-episode as a series list and an rss feed in monitor feed of discover.
I also use some search plugins, and, have series to give some shows alternate names.

However today I can verify my rss contains shows that are on my next-episode watchlist, but flexget doesn't even see them.

I'm not sure if Flexget is not correctly getting a list of shows (the ics file has 269 non-unique shows, Flexget reports 27 shows)

Everytime I run with debug mode, it seems to show rss coming from the cache, I've tried --no-cache, but it doesn't seem to load a new rss feed.

To cap it all off "exists-series" isn't working at all.
Search series keeps downloading versions I already have on disk.

templates:
  tv:
    set:
      ratio: 2
      path: /mnt/TV/{{ series_name }}
      content_filename: "{{ series_name }} - {{ series_id }} {% if tvdb_ep_name|default(False) %} - {{ tvdb_ep_name }} {% endif %} - {{ quality|upper }} {% if proper_count %} - proper{% if proper_count > 1 %}{{ proper_count }}{% endif %}{% endif %}"
    exists_series:
      path: '/mnt/TV/{{series_name}}'
      allow_different_qualities: better
    thetvdb_lookup: yes

    torrent_cache: yes
    torrent_alive: yes
    transmission:
      host: server
      port: 9091

    configure_series:
      settings:
        quality: <=1080p !h265
        target: 720p
        timeframe: 3 hours
        identified_by: ep
      from:
        text:
          url: http://next-episode.net/calendar.ics?u=
          entry:
            title: ^SUMMARY:(.*) - s[0-9](0-9)*e[0-9](0-9)*.*$
            url: ^SUMMARY:(.*) - s[0-9](0-9)*e[0-9](0-9)*.*$

tasks:
  monitor feed:
    rss: http://showrss.info/user/
    template: tv
    series:
      shows:
        - "Jimmy Kimmel Live !":
           identified_by: date
           alternate_name: "Jimmy Kimmel

  search series:
    template: tv
    discover:
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - 1337x: yes
        - extratorrent:
            category: tv
        - piratebay:
            category: video
            sort_by: date
      interval: 1 hour  # Search for expected episodes again every hour

web_server:
  bind: 0.0.0.0
  port: 3539
  web_ui: yes

schedules:
  # Run every task once an hour
  - tasks: '*'
    interval:
      hours: 1

Posts: 3

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles