FlexRSS plugin

Suggest, post, or discuss plugins for Deluge
Locked
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: FlexRSS plugin

Post by markybob »

ok, documentation page is created on the wiki. you should be able to edit it now
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: FlexRSS plugin

Post by daddy »

ids wrote:Today I added a feed, setup a few downloads, when i manually clicked the check feed button it started downloading 36 torrents only one of which fit the criteria i set up.
Are you sure you didn't just accidentally leave a pattern blank in one of your filters? I made that mistake once. Or maybe one is a bit too liberal? Look through all of your filters--if you don't find anything, let me know and I'll post a debugging version of the plugin that should help you narrow it down.
ids wrote:i saw you mentioned you are going to add a feature to sort the downloads. a+++ that is huge to me.
I decided not to add that feature, mainly because I added a search feature instead. Make sure the feeds list has the focus (click an item), and you can use Ctrl+F to search. You may have to expand the feed(s) you want to look in--I can't remember. Note that this works in a lot of gtk+ lists, so you might want to remember it :)
markybob wrote:ok, documentation page is created on the wiki. you should be able to edit it now
Thanks. I'll try to post the documentation tomorrow.
pade

Re: FlexRSS plugin

Post by pade »

Hi,

The FlexRSS plugin works great for me, but I haven't found how to exclude certain patterns, like 720p or AC3. Is it possible?

Thanks!

pade
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: FlexRSS plugin

Post by johnnyg »

you just need to create a regular expression which excludes those terms

there's a section about patterns in the documentation

something like

Code: Select all

(?!.*720p|.*AC3)
should do the trick

use the test field to make sure your pattern includes/excludes the right titles

hope that helps
pade

Re: FlexRSS plugin

Post by pade »

johnnyg wrote: something like

Code: Select all

(?!.*720p|.*AC3)
should do the trick
It sure did! Thanks. Just had to add it to the filter I had already created.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: FlexRSS plugin

Post by johnnyg »

no worries :)

if you spare time though, it would be worth reading up on regular expressions seeing as they are very useful.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: FlexRSS plugin

Post by markybob »

fyi, i just added this to svn. thanks for a great plugin :)
Comm
New User
New User
Posts: 4
Joined: Thu Oct 25, 2007 6:47 am

Re: FlexRSS plugin

Post by Comm »

Hi,

I have successfully installed you plugin, and can match TV Shows. However, when I enforce the Episode function, the match fails?

Hope you can help.
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: FlexRSS plugin

Post by daddy »

Comm wrote:Hope you can help.
Not without more information :)

What do you mean by "enforce the Episode function"? Can you tell me what all the patterns and options are, as well as what you're trying to match? If you don't feel like sharing with the world, feel free to PM me.
Comm
New User
New User
Posts: 4
Joined: Thu Oct 25, 2007 6:47 am

Re: FlexRSS plugin

Post by Comm »

OK, for example I have the following come up on a RSS feed: "Chuck S01E07 HDTV XviD-XOR"

If I put "Chuck" in the Pattern it matches in the Test. However, if I then put "From Season 1 Episode 1" in the History Restriction it fails :cry:

Hope that is the info you need to help :)
Locked