FlexRSS plugin

Suggest, post, or discuss plugins for Deluge
dgaust
New User
New User
Posts: 8
Joined: Wed Aug 20, 2008 3:31 am

Re: FlexRSS plugin

Post by dgaust »

I honestly hope not.... I personally believe that this is a key feature for any torrent app. It's certainly allowed me to move off uTorrent and on to a native linux client.

Unfortunately, my knowledge of python is zero, so I can't contribute to the plugin, but I sure hope someone can keep it alive.
aqtrans
Member
Member
Posts: 28
Joined: Fri Feb 08, 2008 4:07 pm

Re: FlexRSS plugin

Post by aqtrans »

Yeah I agree that RSS is a must for any torrent client. I hope this, or some form of an RSS plugin gets ported to 1.0/0.6 and I'd definitely help in any way I can.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: FlexRSS plugin

Post by johnnyg »

last I heard, zachtib was going to have a go at porting it.
if he doesn't then I will seeing it's one of my favourite plugins (and I know python :D).
reference2myself
New User
New User
Posts: 8
Joined: Sat Dec 15, 2007 5:01 pm

Re: FlexRSS plugin

Post by reference2myself »

Eeeekkkk!! I just updated to the new release candidate and no flexrss!!! Someone please update before I start missing episodes of anime!!!
daahli

Re: FlexRSS plugin

Post by daahli »

Hi,

Any update on the progress of this plugin? I love the new Deluge version but unfortunately this is a vital plugin for me...


Thanks and keep up the great work.
DelugeFanBoi
Member
Member
Posts: 10
Joined: Wed Sep 24, 2008 10:33 pm

Re: FlexRSS plugin

Post by DelugeFanBoi »

Bump.

Are there any news about the progress?

Cheers
kuschelknaeuel

Re: FlexRSS plugin

Post by kuschelknaeuel »

Hello,
I've got a few questions about the use of regular expressions in flexrss. I'm not sure if the expressions do what I want them to do.
All titles have this structure:

name_yy.mm.dd_hour-minute_Channel_duration_TVOON_DE.mpg.avi.otrkey
or, if it's a special format (HQ or MP4), additional to the previous one
name_yy.mm.dd_hour-minute_Channel_duration_TVOON_DE.mpg.HQ.avi.otrkey
name_yy.mm.dd_hour-minute_Channel_duration_TVOON_DE.mpg.mp4.otrkey

If I want everything in the rss-feed with the same ending, I write .*.mpg.avi.otrkey - in this case I don't have to distinguish between generic, TV Show or TV Show (dated)- is that right?
If there's a weekly series in the rss-feed at a certain time, I take TV Shows (dated) and set a filter to name_of_series_%y.%m.%d_hour-minute.*.mpg.avi.otrkey, to avoid downloading repetitions.
I'm currently not at my own computer, so I can't test it.
Thanks a lot in advance,
kuschelknaeuel

PS: Please excuse my poor english.
Roanok

Re: FlexRSS plugin

Post by Roanok »

Hello,
Apologies if this sounds stupid or there is an obvious solution, but how would I install this in 1.1.3? There doesn't seem to be a python egg in the download in the first post.
danii
Seeder
Seeder
Posts: 123
Joined: Tue Oct 23, 2007 10:29 pm
Location: Braga, Portugal

Re: FlexRSS plugin

Post by danii »

Roanok wrote:Hello,
Apologies if this sounds stupid or there is an obvious solution, but how would I install this in 1.1.3? There doesn't seem to be a python egg in the download in the first post.
check this post Un-official FlexRSS Plugin for 1.x
Roanok

Re: FlexRSS plugin

Post by Roanok »

Thanks a lot.
Locked