Now, all my TV RSS feeds are finding no episodes and I tracked it down to the "From SxxEyy" filters. If I remove the filter, I get a match, add it back in and everything is filtered out.
I've still got my 4.0.1 deployment and started it up and it works fine.
My config file for the feed looks like (I picked Leverage at random for testing, I've never watched it!):
Code: Select all
[[lever]]
name = lever
uri = masked
cat = ""
pp = ""
script = ""
enable = 1
priority = -100
filter0 = "", "", None, S, S01E01, -100, 1
But I get the same with just "From SxxEyy" and a separate "Accept *"
Code: Select all
filter0 = None, "", None, F, S01E01, None, 1
filter1 = "", "", None, A, *, -100, 1
(Literally using the same config files/drive mapping/etc... just run one image or the other. One works, the other doesn't.)
I saved this RSS feed with 4.4.1 just in case there was a new syntax in the config file.
Go back to the 4.0.1 and I can see some "Filter requirement match on rule 1" and the like.
The text filter works fine. Just the "From" filter which seems broken. If I set the filter to "Accept s02" I can get only season 2 but I'd rather filter for specific versions!
If I run sabnzbd:4.2.3-ls159 I see this problem.
If I run sabnzbd:4.1.0-ls140 the From filter works as expected...