@Loader23 wrote:
Hi,
because nobody could help me with this Question i tried to add the Episodes with flexget seen add "seriesname SxxExx".
But it is not working. Now I get the error that the episodes are too far in the future.
I thought it could have something to to with seen:local:yes but removing that did not help either.
How can I mark the missing episodes as seen in the Database so he goes on with the next episodes?Config:
schedules: - tasks: Series1 interval: minutes: 30 - tasks: Series2 interval: minutes: 30 templates: tv: thetvdb_lookup: language: de accept_all: no exec: - echo text={{url}} >> "/input/{{title}}.crawljob" - echo packageName={{title}} >> "/input/{{title}}.crawljob" - echo deepAnalyseEnabled=true >> "/input/{{title}}.crawljob" - echo autoStart=TRUE >> "/input/{{title}}.crawljob" - echo enabled=TRUE >> "/input/{{title}}.crawljob" - echo autoConfirm=TRUE >> "/input/{{title}}.crawljob" tasks: Series1: priority: 1 rss: http://xx include: series.yml seen: local: yes fields: [title, url] serienjunkies: language: german hoster: so template: tv Series2: priority: 2 rss: https://xx include: series.yml download: /input/ thetvdb_lookup: language: de accept_all: no delay: 18 hours
Posts: 1
Participants: 1