Search found 4 matches

by zikzik
26 Nov 2019, 02:26
Forum: Support
Topic: RSS filter by airdates?
Replies: 16
Views: 8123

Re: RSS filter by airdates?

After playing around I came up with another workaround. It is not the most elegant solution but can be helpful for the time being.

Code: Select all

Reject: attr-tvairdate:$(19[0-9][0-9]|200[0-9]|201[0-8])
Reject: attr-tvairdate:$(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct).2019
by zikzik
26 Nov 2019, 01:32
Forum: Support
Topic: RSS filter by airdates?
Replies: 16
Views: 8123

Re: RSS filter by airdates?

Just to confirm: an extension of RSS filter isn't needed then, right? Hi hugbug, I think it actually is a useful filter because using the &airdate=3 parameter in the RSS URL excludes all items that lack an airdate and thus results in missing episodes in my feed. As a workaround I used your suggesti...
by zikzik
10 Jun 2019, 21:59
Forum: Extension scripts
Topic: [Schd-Script] Auto Resume queue item after x days
Replies: 0
Views: 4476

[Schd-Script] Auto Resume queue item after x days

Hi, I created a small scheduler script which checks your current queue for paused RSS feed items and resumes them if they are older than x days. This comes in handy when you're using dupescore in RSS feeds to get the best release possible and want to accept the 'best' release after e.g. a week. Exam...