Search found 33 matches

by minimeh
20 Aug 2013, 09:40
Forum: Support
Topic: RSS Filters
Replies: 85
Views: 34368

Re: RSS Filters

If you look at the examples, it's by design: http://nzbget.sourceforge.net/RSS#Examples I had looked at the examples. But, meh, looking closer at my example filter "Low.Winter.Sun.*x264" I realize that it is a proper non-regex as well as a proper regex match. So, you're right about that being by de...
by minimeh
20 Aug 2013, 05:24
Forum: Support
Topic: RSS Filters
Replies: 85
Views: 34368

Re: RSS Filters

I just discovered that the filters are all being treated as regex expressions whether or not the filter begins with $. That would explain the failure of * and ? working in filters that don't begin with $. In other words, using the example above, both of these return "accepted": Low.Winter.Sun.*x264 ...
by minimeh
20 Aug 2013, 01:41
Forum: Support
Topic: RSS Filters
Replies: 85
Views: 34368

Re: RSS Filters

Thanks to hugbug for the excellent work on nzbget and to prinz2311 for working on the RSS filtering. It appears that this a new feature to nzbget. I've been having a look with an eye toward replacing sabnzbd. So far, so good. I'm seeing a fundamental problem that must be me, but I can't see what I'm...