Page 10 of 11
Re: Un-official FlexRSS Plugin for 1.x
Posted: Fri Sep 11, 2009 6:59 am
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
Re: Un-official FlexRSS Plugin for 1.x
Posted: Sun Sep 13, 2009 2:34 am
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.
Re: Un-official FlexRSS Plugin for 1.x
Posted: Sat Oct 10, 2009 4:26 pm
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.
Re: Un-official FlexRSS Plugin for 1.x
Posted: Sat Oct 10, 2009 5:53 pm
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.
Re: Un-official FlexRSS Plugin for 1.x
Posted: Sun Oct 11, 2009 12:51 am
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
Re: Un-official FlexRSS Plugin for 1.x
Posted: Tue Oct 20, 2009 3:26 pm
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.)
Re: Un-official FlexRSS Plugin for 1.x
Posted: Thu Oct 22, 2009 3:40 am
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!
Re: Un-official FlexRSS Plugin for 1.x
Posted: Mon Nov 23, 2009 12:25 pm
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.
Re: Un-official FlexRSS Plugin for 1.x
Posted: Tue Dec 01, 2009 2:42 am
by danii
well the plug-in only works with the gtkui and up 1.1.9, 1.2x is not supported
Re: Un-official FlexRSS Plugin for 1.x
Posted: Tue Dec 01, 2009 6:55 am
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.
