Un-official FlexRSS Plugin for 1.1.x

Suggest, post, or discuss plugins for Deluge
Locked
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Un-official FlexRSS Plugin for 1.x

Post by johnnyg »

marcboy wrote:Is it possible to use this in daemon mode?
not currently.
danii
Seeder
Seeder
Posts: 123
Joined: Tue Oct 23, 2007 10:29 pm
Location: Braga, Portugal

Re: Un-official FlexRSS Plugin for 1.x

Post by danii »

marcboy wrote:Is it possible to use this in daemon mode?
this is a port of of 0.5.x plugin and it requires the a GTK ui running, because the plugin code hasn't been moved to the core
marcboy

Re: Un-official FlexRSS Plugin for 1.x

Post by marcboy »

Thats what i thought. :( Is anyone working on making this work with the daemon?
vinnievegas
New User
New User
Posts: 6
Joined: Sun Nov 09, 2008 5:49 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by vinnievegas »

Where is the output option in the filter tab, like in the older version?

Image
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by hordak »

There is no output option with this Plugin right now. It defaults to the location that you specified in your download preference.
666
New User
New User
Posts: 6
Joined: Fri Oct 31, 2008 10:41 am

Re: Un-official FlexRSS Plugin for 1.x

Post by 666 »

It's possible configure FlesRSS to automatically download new episodes added in the rss source?
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by hordak »

666 wrote:It's possible configure FlesRSS to automatically download new episodes added in the rss source?
Yes. The same way you did it with FlexRSS for 0.5.x. I have been doing this for the past couple months without any issues.
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by hordak »

My Wish List of enhancements for a future release of this plugin.

1. I would like to get the capability back to filter for type of file that used to work in the old FlexRSS Plugin on 0.5. I have been getting burned when a tracker has multiple versions of an episode that I want to download.

For Example:

American.Idol.S%s.E%e\.(?!.*x264|.*HR|*.720p)

This filter used to pull all American Idol Episodes that were not x264, HR, and 720 format.

2. I would also like to be able to view the history of torrents downloaded, instead of the history that just shows filter names.

3. It would also be nice to get it integrated into the WebUI and be part of the Deluge Baseline.
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by hordak »

I think that I have figured out my filtering issue.

In this case, I want to download an American Idol episode that is not x264, HR, or 720p format.

Title Name: American.Idol.S08E01.HDTV.XviD-2HD
Filter: american\.idol\.s%se%e\.(?!.*x264|.*HR|.*720p)

Title Name:American Idol S08E01 HDTV XviD-2HD
Filter: american.idol.s%se%e\ (?!.*x264|.*HR|.*720p)
benzo8

Re: Un-official FlexRSS Plugin for 1.x

Post by benzo8 »

This plugin is looking great - really just needs the "Output" save location stuff.

On Windows 1.1.0, it appears that the "Insert torrent at top of queue" function does work, though I've not tested this with a later build, or under Linux so it may be an issue specifically with that build.

Thanks for the work on this!
Locked