@7thSon wrote:
I'm trying to get flexget to download each episode while a show season is running, and when the tracker releases a season pack I want to download that too, and then manually (I guess) delete the individual episodes. The problem I'm having though is that I have season packs in my RSS feed, but they're being rejected "by exists_series plugin because proper already exists.". My config is as below.
I thought that the setting "season_packs: always" should override and force download of season packs? But it doesn't seem to do it, I'm guessing it's because I already have all the individual episodes? I can't put the same series in the tvEpisodes list and the tvSeasons, do I have to make another task for this to work, or am I missing a setting?
schedules: - tasks: tvseries interval: minutes: 30 templates: torrent: transmission: host: localhost port: 9091 username: xxx password: yyy ratio: -1.0 addpaused: no tv: template: torrent series: settings: tvEpisodes: specials: yes season_packs: always path: '/volume1/TV Shows/Seed/{{ tvdb_series_name }}/{{ tvdb_series_name }} S{{ tvdb_season|pad(2) }}' tvSeasons: season_packs: only path: '/volume1/TV Shows/Seed/{{ tvdb_series_name }}/' tvEpisodes: - Show A tvSeasons: - Show B tasks: tvseries: template: tv rss: url: www all_entries: no ascii: yes thetvdb_lookup: yes seen: local verify_ssl_certificates: no exists_series: '/volume1/TV Shows/Seed/{{ tvdb_series_name }}/' no_entries_ok: yes
Posts: 1
Participants: 1