Un-official FlexRSS Plugin for 1.1.x

Suggest, post, or discuss plugins for Deluge
shcizo

Re: Un-official FlexRSS Plugin for 1.x

Post by shcizo »

hordak wrote:
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.
Hey, I'm also looking for this functionality but I havent used the 0.5.x version of flexRSS. On top of that I never really understood the regexp syntax.

All I want is that deluge download everything that ends up on a RSS-reed I have added to flexRSS. Can a nice soul on this board give me a quick hint how to accomplish that and I would be very grateful
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by hordak »

shcizo,

Not sure what you are trying to accomplish, but I will take a crack at this.

To Download a torrent from the feeds tab: Right Click on the torrent you want, and select download torrent.

To create a filter from an existing torrent in the feed: Right Click on the torrent you want to filter for, and select create filter.
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by hordak »

Before I upgrade to Deluge 1.2.0, I need to know whether FlexRSS Egg is compatible with the new version. I will not be upgrading without this important plugin.
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 »

there have been major changes in terms of plugin api between 1.1 and 1.2 so no it won't be compatible.
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 »

Yep I'm also not upgrading without a RSS plugin, is anyone working on a port of FlexRSS or making another one for 1.2?

Thanks
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Un-official FlexRSS Plugin for 1.x

Post by gazpachoking »

danii wrote:Yep I'm also not upgrading without a RSS plugin, is anyone working on a port of FlexRSS or making another one for 1.2?
I added Deluge 1.2 support to FlexGet a while ago. Not quite an integrated plugin, but it isn't too hard to set up. Give it a try if you want to upgrade to 1.2 but can't loose rss. Head over to the thread if you have any questions. (I haven't tested 1.2 support in a few months, but nothing should have broken, give it a try.)
pdragon
Member
Member
Posts: 14
Joined: Mon Jun 02, 2008 5:19 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by pdragon »

Can confirm that FlexRSS does not work with 1.2rc1. My current torrent source has been having awful website performance, so the RSS feed has taken a dump and I'm back to manually adding while they fix it. Figured I'd just help test 1.2 in the mean time.

Will try setting up FlexGet if I have the chance. Thanks for keeping it up to date!
thewanderer
Member
Member
Posts: 15
Joined: Mon Nov 23, 2009 12:11 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by thewanderer »

Hi guys,

The installation of FlexRSS seemed to run through without issue but I get the following error when I click on FlexRSS from the WEB UI:

"Fault : <Fault 1: "<type 'exceptions.AttributeError'>:'Config' object has no attribute 'get_config'">"

It also dumps out this:

Code: Select all

--Deluge Error--
Fault : <Fault 1: "<type 'exceptions.AttributeError'>:'Config' object has no attribute 'get_config'">
path : /config/flexrss
file : /usr/lib/pymodules/python2.6/deluge/xmlrpclib.py in close, line 786

--Input--
<Storage {}>

--Versions--
WebUi : 1.1.9r
Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11) 
[GCC 4.4.1]:

--Traceback--
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
    result = func()
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
    func = lambda: handle(inp, fvars)
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
    return tocall(*([x and urllib.unquote(x) for x in args] + fna))
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/page_decorators.py", line 87, in deco
    return func(self, name) #check_session:ok
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/page_decorators.py", line 105, in deco
    return func(self, name) #check_connected:ok
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/page_decorators.py", line 60, in deco
    res = func(self, name) #deluge_page_noauth
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/config_forms.py", line 88, in GET
    f = form_class()
  File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/newforms_plus.py", line 84, in __init__
    data = self.initial_data()
  File "/home/ian/.config/deluge/plugins/flexRSS-0.1.egg/flexrss/webui.py", line 52, in initial_data
    return sclient.flexrss_get_config()
  File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 1150, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 1440, in __request
    verbose=self.__verbose
  File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 93, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 1343, in _parse_response
    return u.close()
  File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 787, in close
    raise Fault(**self._stack[0])

I'm running 1.1.9 of deluge-core and deluge-webui on Karmic 9.10.

Has anyone else had this and/or does anyone know how to solve it?

Many thanks in anticipation.
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 »

well the plug-in only works with the gtkui and up 1.1.9, 1.2x is not supported
thewanderer
Member
Member
Posts: 15
Joined: Mon Nov 23, 2009 12:11 pm

Re: Un-official FlexRSS Plugin for 1.x

Post by thewanderer »

danii wrote:well the plug-in only works with the gtkui and up 1.1.9, 1.2x is not supported
Ah, that'll explain it then. Thanks. ;)
Locked