@Loader23 wrote:
Hi,
Series with Multiple Episodes are not working, like Serie.S02E16-E19.
I have this 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
In my Series.yml I have this:series:
settings: TV-Shows: timeframe: 48 hours target: 1080p quality: 720p-1080p TV-Shows: - Series
Any Ideas on how to fix this? Log only says its undecided, but not why.
Posts: 3
Participants: 2