For more information, see the patterns section of the documentation. Let me know if you have any more problems

It is the case for the TV Show type. There is a little blurb buried in the patterns section that says, "Any named pattern can be omitted, but will default to 0, so if you don't include any only the first item will be downloaded." It should probably be featured a bit more prominently, though. Feel free to edit the documentation if you can figure out where to fit it in--I suck at writing guides, and could use all the help I can getjohnnyg wrote:if this is the case, you should probably put a little blurb in your documentation about it.
Hmm... I'm not sure how I would implement that. I don't like the idea of a dumb filter that just searches for, e.g., HR HDTV, and blocks the DL if it matches (or doesn't). Maybe look for named patterns for group, source (hmm... can't use %s), and format, then test them against a list of rules somewhere (new tab?)? I'll have to think about this. If you have any thoughts, let me know.johnnyg wrote:Also, any chance of having global filters? i.e. a filter which is applied to all your other filters; it would be very useful in limiting format/quality types.
ah yes, I see it now. Making that sentence bold should make it obvious enough to people browsing through your documentation.daddy wrote:There is a little blurb buried in the patterns section that says, "Any named pattern can be omitted, but will default to 0, so if you don't include any only the first item will be downloaded." It should probably be featured a bit more prominently, though. Feel free to edit the documentation if you can figure out where to fit it in--I suck at writing guides, and could use all the help I can get
I don't like the idea of a dumb filter either.daddy wrote:Hmm... I'm not sure how I would implement that. I don't like the idea of a dumb filter that just searches for, e.g., HR HDTV, and blocks the DL if it matches (or doesn't). Maybe look for named patterns for group, source (hmm... can't use %s), and format, then test them against a list of rules somewhere (new tab?)? I'll have to think about this. If you have any thoughts, let me know.
Sounds good. I'll take a look at your patches within the next 48 hours and pass them along to markybob if he hasn't already included them. I know the quality of the current code is ****, and I'm really sorry about that. I'm leaning towards a re-write.zcat wrote:attached is a small patch that fixes a non-critical ...
That would be cool if you can find a way. I'm really thinking about that re-write, which would get rid of the pickle'd python cruft (xml or sqlite, probably), but it seems unserializing the java would be the hard part. Glad you're liking FlexRSS, in spite of seeing the source codezcat wrote:Fedora's version of deluge was just recently updated (0.5.7), and it included FlexRSS, which is the main reason why I'm finally considering switching from the java-pig Azureus + powerful RSSFeed Scanner, to Deluge + FlexRSS (SimpleRSS didn't cut it). I've got quite a huge list of filters already, so I'm looking to hack a quick & dirty converter (from java serialized to python pickle'd)...
If that's true, "oops". Thanks for bringing it up.zcat wrote:(Also, I noticed that the "Thru" History Restriction isn't implemented yet?)
Great idea, thanks for the patchzcat wrote:patch attached to add a "Copy link URL to clipboard" entry to the rightclick menu on the feed items list. I use this very often with Azureus' rssfeed scanner in order to quickly grab a link to share...