Feeder: a RSS-plugin for deluge >= 1.1

Suggest, post, or discuss plugins for Deluge
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by gazpachoking »

dob wrote:Hello,

I want to use this plugin as follows:
I have a feed, formatted like this: http://vinylkoffer.de/nopaste/fc5fna
Now I want to download every item in that feed. No filtering, just throw them all in.
If you put just a . as the regex it will match every torrent.
But: If I have downloaded an item before, I don't want it downloaded again, obviously (unless I confirm somewhere).
I don't think this plugin has a download history yet, so just don't remove any torrent from deluge until it has expired out of your rss feed.
wilberfan
New User
New User
Posts: 8
Joined: Fri Dec 19, 2008 2:06 am

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by wilberfan »

This is all I get after installing the Feeder.egg (attached)

I have a feeling I'm supposed to see a lot more than that?!

:shock:
Attachments
feeder.png
feeder.png (24.27 KiB) Viewed 10145 times
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by gazpachoking »

wilberfan wrote:This is all I get after installing the Feeder.egg (attached)

I have a feeling I'm supposed to see a lot more than that?!
Nope, this plugin only has a web UI, you should be able to set it up there.
Hmm, I don't even get the feeder section in the preferences screen in the gtkui, wonder why...
dack
New User
New User
Posts: 7
Joined: Sun Feb 01, 2009 10:20 pm

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by dack »

How do I configure this plugin? I don't see any way to do so in the web interface or in the gtk interface.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by andar »

dack wrote:How do I configure this plugin? I don't see any way to do so in the web interface or in the gtk interface.
It's likely that you haven't installed the necessary dependencies to properly enable the plugin.
altrnt
New User
New User
Posts: 5
Joined: Tue Feb 03, 2009 6:24 pm

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by altrnt »

andar, so whats wrong?
Please explain us how to install that then couse no one has told us.
I got the same thing and I can't do anything with it.

Second, how do you ever enable the webui with this version of deluge?
wilberfan
New User
New User
Posts: 8
Joined: Fri Dec 19, 2008 2:06 am

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by wilberfan »

Okay, after about 2 hours of struggling, here's what I've learned:

* the rss plugin is, indeed, config'd from the webui.
* to start the webui, I had to:
1) Enter "deluged" into a terminal (Entering this first prevents the "client:146 Socket or XMLRPC error: (111, 'Connection refused')" error I was getting before?)
2) Entered "deluge -u web" into a terminal.
3) Opened a browser and entered "localhost:8112", which took me to a login screen. Here I had to enter the password "deluge".
4) This took me to a new screen where I could connect to the daemon (which we started in step 1, above).

The RSS config info can then be found under a "tab" (upper-left corner of the browser window) called "config"...

Man, what a struggle! :?
altrnt
New User
New User
Posts: 5
Joined: Tue Feb 03, 2009 6:24 pm

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by altrnt »

So I am now in the webui and in config and at enabled plugins I see feeder.
But that's it?!
I can't configure it any further please tell me that aswel ;)
phrame
New User
New User
Posts: 3
Joined: Thu Feb 05, 2009 8:00 am

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by phrame »

altrnt wrote:So I am now in the webui and in config and at enabled plugins I see feeder.
But that's it?!
I can't configure it any further please tell me that aswel ;)
Also note that this plugin also requires the feedparser python package to be installed.
Have you done this? I had the same problem you did, and installing feedparser fixed up everything.

I'm having a bit of trouble adding a filter. I have my feed set up, and it updates correctly, and I want to add everything in the feed, so I made a filter ".", like was suggested. However, when I go into "Add/modify filters" and click on the name the filter ("."), I get the following error:

Code: Select all

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 628, in communicate
    req.respond()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 361, in respond
    response = self.wsgi_app(self.environ, self.start_response)
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 314, in wsgifunc
    print >> debug, traceback.format_exc()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 170, in _debugwrite
    out.write(x)
AttributeError: 'NoneType' object has no attribute 'write'
I thought I'd typed something wrong or something, so I went back to feeder's main configuration screen and clicked the little "x" next to my filter, but nothing happened. I went into "Add/modify filters", and it was still there. I tried to add the "." again, but I still get the same error.

This was all a few days ago, and I wrote it off as due to unfinished code or something, but since then, no torrents have been added, despite the feed updating correctly. I'm not really sure what to do at this point, but maybe one of you do. I'll gladly provide screenshots in case any of that description was unclear.
wilberfan
New User
New User
Posts: 8
Joined: Fri Dec 19, 2008 2:06 am

Re: Feeder: a RSS-plugin for deluge >= 1.1

Post by wilberfan »

Just so I'm clear on the concept:

I'm used to the RSS Feed Reader in Azureus (Vuze). When it finds a match, it automatically downloads the .torrent file, loads the .torrent file, and then starts downloading the file in question.

With Deluge, that hasn't happened yet! I'm getting "matches" in the feed config window--but nothing is being loaded or downloaded. I have the option set to watch the .torrent folder--if I manually put torrents in there, Deluge will find them...

Am I doing something wrong?? :(
Post Reply