@ZileXa wrote:
I am using jonybat's config with a few modifications. It is fantastic but it was just missing 1 essential part: it didn't check Trakt to know which episode to begin with. It only checks which files you already have. I never save more than 1 season so I need Flexget to use Trakt Watched status to figure out the next season.
I have added the task with priority 2. Below the relevant parts of my config.yml, full version:
templates: ##### Series config# series: thetvdb_lookup: yes tvmaze_lookup: yes include: series.yml configure_series: from: entry_list: trakt-series settings: identified_by: ep timeframe: 1 hours target: webrip+ <720p !10bit !h265 quality: webrip+ <720p !10bit !h265 propers: 48 hours specials: no content_size: min: 100 content_filter: require: - '*.mkv' - '*.mp4' ##### Disable builtins for some tasks# disable-seen-retry: disable: - seen - seen_info_hash - retry_failed ##### Series metainfo mainly for move and update tasks# series-metainfo: metainfo_series: yes thetvdb_lookup: yes tasks: ########## SERIES ########## ##### Populates the series database with the files on the library, to avoid duplicate downloads# populate-series-db: priority: 1 template: - series-metainfo seen: local filesystem: path: "/{? folder.root ?}{? folder.series ?}" recursive: yes retrieve: files regexp: '.*\.(avi|mkv|mp4)$' accept_all: yes configure_series: from: filesystem: path: "/{? folder.root ?}{? folder.series ?}" retrieve: dirs settings: tracking: no ##### Fetch, format and output trakt series list to a custom entry list# fill-series-list: priority: 2 template: - disable-seen-retry - series-metainfo list_clear: what: - entry_list: trakt-series trakt_list: account: "{? trakt.account ?}" list: "{? trakt.series ?}" type: shows accept_all: yes set: title: "{{tvdb_series_name|escape|replace(''', '')}}" set_series_begin: yes list_add: - entry_list: trakt-series ##### Check Trakt watched status and set the next episode accordingly# set-first-episode: priority: 3 next_trakt_episodes: account: "{? trakt.account ?}" context: watched list: "{? trakt.series ?}" accept_all: yes set_series_begin: yes ##### Download episodes from manually downloaded torrents# download-series-manual: priority: 4 template: - disable-seen-retry - series-metainfo - series-guessit - transmission-series filesystem: path: "/{? folder.root ?}{? folder.downmedia ?}" mask: '*.torrent' accept_all: yes exec: on_output: for_accepted: rm -f "{{location}}" ##### Download episodes from RSS feeds# download-series-rss: priority: 5 template: - series - reject - torrents - transmission-series inputs: - rss: http://showrss.info/other/shows.rss - rss: https://eztv.ag/ezrss.xml - rss: https://www.limetorrents.cc/rss/20/ - rss: http://showrss.info/other/shows.rss - rss: https://zooqle.com/search?q=%2A+category%3ATV&fmt=rss - rss: https://www.t411.al/rss/?cat=433 ##### Discover and download older episodes and pilots from recently added series# download-series-discover: priority: 8 template: - series - reject - torrents - transmission-series magnets: yes convert_magnet: timeout: 10 seconds force: yes discover: release_estimations: strict interval: 15 minutes what: - next_series_episodes: from_start: yes from: - piratebay: category: highres tv - limetorrents: category: tv
At first I thought success! Because when I run flexget --test execute, I can clearly see the next episode is being set correctly. But then Flexget continues to search for s01e01 for some series like VEEP and Big Bang Theory!
2017-07-09 23:20 VERBOSE details populate-series-db Summary - Accepted: 668 (Rejected: 0 Undecided: 0 Failed: 0) 2017-07-09 23:20 WARNING task populate-series-db Task doesn't have any output plugins, you should add (at least) one! 2017-07-09 23:21 VERBOSE list_clear fill-series-list clearing all items from entry_list - trakt-series 2017-07-09 23:21 VERBOSE trakt_list fill-series-list Retrieving `shows` list `TVshows` 2017-07-09 23:21 VERBOSE details fill-series-list Produced 35 entries. 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Big Bang Theory` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Suits` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Go On` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Bones` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `NCIS: Los Angeles` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `New Girl` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Hawaii Five-0` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Bull (2016)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Lethal Weapon` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Catastrophe (2015)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Modern Family` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Fleabag` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `How to Live with Your Parents` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Mom` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Goodwin Games` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Librarians (2014)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Affair` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Americans (2013)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Pretty Little Liars` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Life in Pieces` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `2 Broke Girls` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Fresh Off the Boat` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Odd Couple (2015)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `The Blacklist` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Mr. Robot` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Greys Anatomy` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Criminal Minds` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Casual` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Friends with Better Lives` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `NCIS` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Veep` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `House of Cards (US)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Unbreakable Kimmy Schmidt` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `Mistresses (US)` by accept_all plugin 2017-07-09 23:22 VERBOSE task fill-series-list ACCEPTED: `How to Get Away with Murder` by accept_all plugin 2017-07-09 23:22 VERBOSE details fill-series-list Summary - Accepted: 35 (Rejected: 0 Undecided: 0 Failed: 0) 2017-07-09 23:22 VERBOSE list_add fill-series-list adding accepted entries into entry_list - trakt-series 2017-07-09 23:23 VERBOSE details set-first-episode Produced 35 entries. 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Big Bang Theory (2007) S10E12` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `New Girl (2011) S06E11` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Modern Family (2009) S08E10` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `2 Broke Girls (2011) S06E12` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Life in Pieces (2015) S02E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Hawaii Five-0 (2010) S07E12` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Suits (2011) S06E11` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Catastrophe (2015) S03E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `NCIS (2003) S14E11` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Fleabag (2016) S01E06` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `How to Live with Your Parents (2013) S01E08` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `How to Get Away with Murder (2014) S03E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Pretty Little Liars (2010) S07E10` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Unbreakable Kimmy Schmidt (2015) S02E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Odd Couple (2015) S03E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `House of Cards (2013) S05E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Americans (2013) S03E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Casual (2015) S02E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Mom (2013) S04E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Criminal Minds (2005) S12E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Go On (2012) S02E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Friends with Better Lives (2014) S01E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Lethal Weapon (2016) S01E17` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Mr. Robot (2015) S03E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Blacklist (2013) S04E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Mistresses (2013) S05E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Bull (2016) S01E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Bones (2005) S12E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Fresh Off the Boat (2015) S03E09` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Affair (2014) S03E02` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Veep (2012) S05E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Goodwin Games (2013) S01E01` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `NCIS: Los Angeles (2009) S08E12` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `The Librarians (2014) S03E06` by accept_all plugin 2017-07-09 23:23 VERBOSE task set-first-episode ACCEPTED: `Grey's Anatomy (2005) S13E10` by accept_all plugin 2017-07-09 23:23 VERBOSE details set-first-episode Summary - Accepted: 35 (Rejected: 0 Undecided: 0 Failed: 0) 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Big Bang Theory (2007)" set to S10E12 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "New Girl (2011)" set to S06E11 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Modern Family (2009)" set to S08E10 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "2 Broke Girls (2011)" set to S06E12 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Life in Pieces (2015)" set to S02E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Hawaii Five-0 (2010)" set to S07E12 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Suits (2011)" set to S06E11 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Catastrophe (2015)" set to S03E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "NCIS (2003)" set to S14E11 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Fleabag (2016)" set to S01E06 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "How to Live with Your Parents (2013)" set to S01E08 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "How to Get Away with Murder (2014)" set to S03E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Pretty Little Liars (2010)" set to S07E10 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Unbreakable Kimmy Schmidt (2015)" set to S02E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Odd Couple (2015)" set to S03E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "House of Cards (2013)" set to S05E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Americans (2013)" set to S03E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Casual (2015)" set to S02E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Mom (2013)" set to S04E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Criminal Minds (2005)" set to S12E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Go On (2012)" set to S02E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Friends with Better Lives (2014)" set to S01E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Lethal Weapon (2016)" set to S01E17 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Mr. Robot (2015)" set to S03E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Blacklist (2013)" set to S04E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Mistresses (2013)" set to S05E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Bull (2016)" set to S01E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Bones (2005)" set to S12E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Fresh Off the Boat (2015)" set to S03E09 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Affair (2014)" set to S03E02 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Veep (2012)" set to S05E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Goodwin Games (2013)" set to S01E01 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "NCIS: Los Angeles (2009)" set to S08E12 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "The Librarians (2014)" set to S03E06 2017-07-09 23:23 INFO set_series_begin set-first-episode First episode for "Grey's Anatomy (2005)" set to S13E10 2017-07-09 23:23 INFO transmission download-series-manual Trying to connect to transmission... 2017-07-09 23:23 INFO transmission download-series-manual Successfully connected to transmission. 2017-07-09 23:23 VERBOSE filesystem download-series-manual Starting to scan folders. 2017-07-09 23:23 VERBOSE filesystem download-series-manual Scanning folder /media/ChilleTV/Downloads/tempmedia/. Recursion is set to False. 2017-07-09 23:23 VERBOSE details download-series-manual Task didn't produce any entries. 2017-07-09 23:23 VERBOSE details download-series-manual Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0) 2017-07-09 23:23 INFO transmission download-series-rss Trying to connect to transmission... 2017-07-09 23:23 INFO transmission download-series-rss Successfully connected to transmission. 2017-07-09 23:23 VERBOSE input_cache download-series-rss Restored 25 entries from cache 2017-07-09 23:23 WARNING inputs download-series-rss Error during input plugin rss: HTTP error 503 received from https://www.t411.al/rss/?cat=433 2017-07-09 23:23 VERBOSE details download-series-rss Produced 140 entries. 2017-07-09 23:23 VERBOSE series download-series-rss Auto enabling exact matching for series `NCIS` (reason: `NCIS: Los Angeles`) 2017-07-09 23:23 VERBOSE task download-series-rss REJECTED: `Pokemon S20E22 DUBBED 720p HDTV x264-W4F` by regexp plugin because regexp '\b(s|d)ub(s|bed|lado|titulado)?\b' matched field 'title' 2017-07-09 23:23 VERBOSE task download-series-rss REJECTED: `Pokemon S20E22 DUBBED HDTV x264-W4F` by regexp plugin because regexp '\b(s|d)ub(s|bed|lado|titulado)?\b' matched field 'title' 2017-07-09 23:23 VERBOSE task download-series-rss REJECTED: `Beyblade Burst S01E34 DUBBED HDTV x264-W4F` by regexp plugin because regexp '\b(s|d)ub(s|bed|lado|titulado)?\b' matched field 'title' 2017-07-09 23:23 VERBOSE task download-series-rss REJECTED: `Beyblade Burst S01E34 DUBBED 720p HDTV x264-W4F` by regexp plugin because regexp '\b(s|d)ub(s|bed|lado|titulado)?\b' matched field 'title' 2017-07-09 23:23 VERBOSE task download-series-rss REJECTED: `Arrow S01E19 rus LostFilm TV avi` by regexp plugin because regexp '\brus(sian)?\b' matched field 'title' 2017-07-09 23:23 VERBOSE details download-series-rss Summary - Accepted: 0 (Rejected: 5 Undecided: 135 Failed: 0) 2017-07-09 23:23 INFO content_filter download-series-rss Plugin is partially disabled with --test and --learn because content filename information may not be available 2017-07-09 23:23 INFO content_size download-series-rss Plugin is partially disabled with --test and --learn because size information may not be available 2017-07-09 23:23 INFO transmission download-series-discover Trying to connect to transmission... 2017-07-09 23:23 INFO transmission download-series-discover Successfully connected to transmission. 2017-07-09 23:23 VERBOSE next_series_episodes download-series-discover Series `Scandal (2012)` with identified_by value `auto` are not supported. 2017-07-09 23:23 VERBOSE discover download-series-discover Discovering 35 titles ... 2017-07-09 23:23 INFO task download-series-discover Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season 2017-07-09 23:23 VERBOSE discover download-series-discover Searching for `Veep S01E01` with plugin `piratebay` (1 of 31) 2017-07-09 23:24 VERBOSE discover download-series-discover Searching for `Veep S01E01` with plugin `limetorrents` (1 of 31) 2017-07-09 23:24 VERBOSE discover download-series-discover Searching for `Unbreakable Kimmy Schmidt S01E01` with plugin `piratebay` (2 of 31) 2017-07-09 23:24 VERBOSE discover download-series-discover Searching for `Unbreakable Kimmy Schmidt S01E01` with plugin `limetorrents` (2 of 31) 2017-07-09 23:24 VERBOSE discover download-series-discover Searching for `The Odd Couple (2015) S03E10` with plugin `piratebay` (3 of 31) 2017-07-09 23:25 VERBOSE discover download-series-discover Searching for `The Odd Couple (2015) S03E10` with plugin `limetorrents` (3 of 31) 2017-07-09 23:25 VERBOSE discover download-series-discover Searching for `The Librarians (2014) S03E06` with plugin `piratebay` (4 of 31) 2017-07-09 23:25 VERBOSE discover download-series-discover Searching for `The Librarians (2014) S03E06` with plugin `limetorrents` (4 of 31) 2017-07-09 23:25 VERBOSE discover download-series-discover Searching for `The Goodwin Games S01E01` with plugin `piratebay` (5 of 31) 2017-07-09 23:26 VERBOSE discover download-series-discover Searching for `The Goodwin Games S01E01` with plugin `limetorrents` (5 of 31) 2017-07-09 23:26 VERBOSE discover download-series-discover Searching for `The Blacklist S01E01` with plugin `piratebay` (6 of 31) 2017-07-09 23:26 VERBOSE discover download-series-discover Searching for `The Blacklist S01E01` with plugin `limetorrents` (6 of 31) 2017-07-09 23:26 VERBOSE discover download-series-discover Searching for `The Big Bang Theory S01E01` with plugin `piratebay` (7 of 31)
This blows my mind, the log clearly shows VEEP should start at S05E01, but then Flexget continues to go search for S01E01! But for Odd Couple and Librarians Flexget does respect the trakt watched status!
What am I missing here?
Posts: 3
Participants: 1