@ZileXa wrote:
I have an issue after updating from 2.11.21 to 2.14.xx (the latest).
The relevant part of my config is identical to @jonybat config:
##### 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 # identified_by: ep get-series-nextep: priority: 2 template: - disable-seen-retry - series-metainfo list_clear: what: - entry_list: trakt-series-begin next_trakt_episodes: account: "{? trakt.account ?}" list: "{? trakt.series ?}" context: watched position: next accept_all: yes list_add: - entry_list: trakt-series-begin set-series-nextep: priority: 3 template: - disable-seen-retry - series-metainfo entry_list: trakt-series-begin accept_all: yes set: series_name: "{{tvdb_series_name|escape|replace(''', '')}}" set_series_begin: yes ##### Fetch, format and output trakt series list to a custom entry list# fill-series-list: priority: 5 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(''', '')}}" list_add: - entry_list: trakt-series
Flexget will first populate the database by scanning my harddrive, then check my watched status in trakt to set the beginning of episodes.
example:
1. S01, S02, S03 are available on harddrive, correctly named.
2. I have watched S01, S02, this info is in my trakt account.Expected behaviour:
3. I expect Flexget to start looking for S04E01.Actual behaviour:
Flexget starts looking for S03E01, it completely ignores what is already in the database.I hope someone can lead me in the right direction to fix this.
Posts: 1
Participants: 1