@KiljoyAU wrote:
Hi folks,
Recently transitioned to a Trakt based flexget setup and I noticed a show on my list wasn't downloading. I checked my logs, and the file was being rejected for containing a *.rar (As intended), BUT every few hours the series plugin seems to be trying the same file again and rejecting it again, even though it is remembering it. Any suggestions on how I make it try a different file?
I've checked the rejected list, and the file is on there, so it does seem to be retaining it, but then just tries again... Very odd.
Thanks in advance!
Config excerpts and log excerpts below, private deets replaced with .
(Fairly sure I've butchered the code block formatting. Apologies)
Config excerpt:
templates: hdtv: regexp: reject: - subs - subtit - german - dutch - spanish content_filter: reject: - '*.rar' - '*.zip' configure_series: settings: timeframe: 2 hours target: 720p propers: 3 days identified_by: ep from: trakt_list: account: <account> list: <list> type: shows tasks: # This task will look for episodes you have added to your `My TV Shows` list at trakt. # It will set the `begin` series option for that show, then remove the episode and re-add it to your `My TV Shows` list as a show. hq_get_shows: priority: 2 # If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template. template: hdtv discover: what: - next_series_episodes: from_start: yes from: - iptorrents: rss_key: <rss_key> uid: <uid> password: <password> category: - TV-all transmission: enabled: yes host: localhost port: 9091 username: <user> password: <password> path: /localpath/
Log excerpt:
2018-04-06 23:32 INFO remember_rej hq_get_shows Remembering rejection of `<A Show> S05E06 720p HDTV X264-UAV` 2018-04-06 23:32 VERBOSE task hq_get_shows REJECTED: `<A Show> S05E06 720p HDTV X264-UAV` by content_filter plugin because has banned file *.rar 2018-04-07 04:31 VERBOSE discover hq_get_shows Searching for `<A Show> S05E06` with plugin `iptorrents` (14 of 18) 2018-04-07 04:31 VERBOSE task hq_get_shows ACCEPTED: `<A Show> S05E06 720p HDTV X264-UAV` by series plugin because target quality 2018-04-07 04:31 INFO download hq_get_shows Downloading: <A Show> S05E06 720p HDTV X264-UAV 2018-04-07 04:32 INFO content_filter hq_get_shows Entry <A Show> S05E06 720p HDTV X264-UAV has banned file *.rar, rejecting 2018-04-07 04:32 INFO remember_rej hq_get_shows Remembering rejection of `<A Show> S05E06 720p HDTV X264-UAV` 2018-04-07 04:32 VERBOSE task hq_get_shows REJECTED: `<A Show> S05E06 720p HDTV X264-UAV` by content_filter plugin because has banned file *.rar 2018-04-07 09:32 VERBOSE discover hq_get_shows Searching for `<A Show> S05E06` with plugin `iptorrents` (14 of 18) 2018-04-07 09:33 VERBOSE task hq_get_shows ACCEPTED: `<A Show> S05E06 720p HDTV X264-UAV` by series plugin because target quality 2018-04-07 09:33 INFO download hq_get_shows Downloading: <A Show> S05E06 720p HDTV X264-UAV 2018-04-07 09:33 INFO content_filter hq_get_shows Entry <A Show> S05E06 720p HDTV X264-UAV has banned file *.rar, rejecting 2018-04-07 09:33 INFO remember_rej hq_get_shows Remembering rejection of `<A Show> S05E06 720p HDTV X264-UAV` 2018-04-07 09:33 VERBOSE task hq_get_shows REJECTED: `<A Show> S05E06 720p HDTV X264-UAV` by content_filter plugin because has banned file *.rar
Posts: 4
Participants: 2