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

Include additional episodes in next_trakt_episodes

$
0
0

@bouke wrote:

Full disclosure: newbie here. I have a list of shows that I'm interested in. For example "Westworld". I've seen S01E05, so the next one's S01E06. However there's additional episodes beyond S01E06. I can't get Flexget to also download S01E08 and further, which I would really like it to do. I'm using next_trakt_episodes inside discover. When I remove a show from my watchlist, I also want flexget to ignore any new episodes for that show. How can I achieve this?

The relevant part of my config:

tasks:
  Get-Shows:
    exists_series:
      - /media/Shared/Shows/{{ tvdb_series_name }}
    set:
      path: /media/Shared/Shows/{{ tvdb_series_name }}
    configure_series:
      settings:
        quality: 720p-1080p webrip+
        tracking: backfill
        upgrade: yes
      from:
        trakt_list:
          account: ...
          list: Series
          type: shows
    transmission:
      ...
    discover:
      what:
        - next_trakt_episodes:
            account: ...
            list: Series
      from:
        - rarbg:
            category: [41]

When running this task: (shortened)

flexget execute --discover-now
2017-01-28 10:08 VERBOSE  discover      Get-Shows       Searching for `Westworld S01E06` with plugin `rarbg` (4 of 9)
2017-01-28 10:08 VERBOSE  task          Get-Shows       REJECTED: `Westworld.S01E06.1080p.HDTV.x264-BATV[rartv]` by series plugin because episode `S01E06` is before begin value of `S01E08`
2017-01-28 10:08 VERBOSE  task          Get-Shows       REJECTED: `Westworld.S01E06.The.Adversary.1080p.HBO.WEBRip.DD5.1.H264-monkee[rartv]` by series plugin because episode `S01E06` is before begin value of `S01E08`
2017-01-28 10:08 VERBOSE  task          Get-Shows       REJECTED: `Westworld.S01E06.iNTERNAL.720p.HDTV.x264-TURBO[rartv]` by series plugin because episode `S01E06` is before begin value of `S01E08`
2017-01-28 10:08 VERBOSE  task          Get-Shows       REJECTED: `Westworld.S01E06.720p.HDTV.x264-AVS[rartv]` by series plugin because episode `S01E06` is before begin value of `S01E08`
2017-01-28 10:08 VERBOSE  task          Get-Shows       REJECTED: `Westworld.S01E06.The.Adversary.720p.HBO.WEBRip.DD5.1.H264-monkee[rartv]` by series plugin because episode `S01E06` is before begin value of `S01E08`
2017-01-28 10:08 VERBOSE  details       Get-Shows       Summary - Accepted: 0 (Rejected: 24 Undecided: 12 Failed: 0)

I've also tried flexget series begin Westworld S01E08, but it still tries S01E06 over and over again;

$flexget series show Westworld
...
 Westworld (2016)

┌Westworld───┬──────────────────┬──────────────────────────────────────────────────────────────────────────┬─────────────────────────┬────────┐
│ Episode ID │ Latest age       │ Release titles                                                           │ Release Quality         │ Proper │
├────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────┼─────────────────────────┼────────┤
│ S01E06     │ 1h               │ Westworld.S01E06.The.Adversary.1080p.HBO.WEBRip.DD5.1.H264-monkee[rartv] │ 1080p webrip h264 dd5.1 │        │
│            │                  │ Westworld.S01E06.The.Adversary.720p.HBO.WEBRip.DD5.1.H264-monkee[rartv]  │ 720p webrip h264 dd5.1  │        │
│            │                  │ Westworld.S01E06.1080p.HDTV.x264-BATV[rartv]                             │ 1080p hdtv h264         │        │
│            │                  │ Westworld.S01E06.iNTERNAL.720p.HDTV.x264-TURBO[rartv]                    │ 720p hdtv h264          │        │
│            │                  │ Westworld.S01E06.720p.HDTV.x264-AVS[rartv]                               │ 720p hdtv h264          │        │
│ S01E08     │ No releases seen │                                                                          │                         │        │
└────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────┴─────────────────────────┴────────┘
 * Downloaded

 Series uses `ep` mode to identify episode numbering (identified_by).
 See option `identified_by` for more information.
 Begin episode for this series set to `S01E08`.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles