aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: RSS auto-downloader  (Read 6129 times)

wild_oscar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 45
RSS auto-downloader
« on: February 04, 2009, 02:22:39 PM »

I am thinking about developing an RSS auto-downloader option. A user subscribes to an RSS with ed2k links (eg: from a radio station that provides e2dk links to their contents) and the program automatically sends the links to amule.

Would this feature be possible to implement in amule directly (eg: as a plugin)? I am mainly a Java developer, but am open to sharing ideas for this project with the team.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: RSS auto-downloader
« Reply #1 on: February 04, 2009, 02:34:48 PM »

Hi,

we don't have plugin support and I think we won't include an rss reader into aMule. Please use an external reader instead.

If you're not afraid of network stuff, you could work on a separate application written in Java which provides this functionality. You would have to implement the EC protocol, which we use for the communication of the main application and external clients. If you are interested, I'll try to assist you with this.
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: RSS auto-downloader
« Reply #2 on: February 05, 2009, 08:39:44 PM »

You would have to implement the EC protocol
Isn't that a bit much effort for such a simple usecase? I'd just write to the ED2KLinks file, like ed2k.exe.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: RSS auto-downloader
« Reply #3 on: February 05, 2009, 08:45:13 PM »

Sometimes I'm missing the wood for the trees...this is of course far easier...
Logged

wild_oscar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 45
Re: RSS auto-downloader
« Reply #4 on: February 05, 2009, 08:54:17 PM »

You would have to implement the EC protocol
Isn't that a bit much effort for such a simple usecase? I'd just write to the ED2KLinks file, like ed2k.exe.

Yeah, I thought of that myself when I came up with the idea.

I had a doubt, though - is it possible to define the download category in the ed2klinks file?
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: RSS auto-downloader
« Reply #5 on: February 05, 2009, 09:01:26 PM »

No.  :(
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: RSS auto-downloader
« Reply #6 on: February 08, 2009, 12:44:16 PM »

wild_oscar: It will be possible later today. Syntax: ed2klink:catnum

For instance: ed2k://|file|The_Two_Towers-The_Purist_Edit-Trailer.avi|14997504|965c013e991ee246d63d45ea71954c4d|/:1
Logged

wild_oscar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 45
Re: RSS auto-downloader
« Reply #7 on: February 08, 2009, 01:11:39 PM »

wild_oscar: It will be possible later today. Syntax: ed2klink:catnum

For instance: ed2k://|file|The_Two_Towers-The_Purist_Edit-Trailer.avi|14997504|965c013e991ee246d63d45ea71954c4d|/:1

Ah. Wonderful news! :)
Tell me when it's available!
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: RSS auto-downloader
« Reply #8 on: February 08, 2009, 01:22:20 PM »

I just committed it in revision 9435. It should be in the next tarball. Make sure to tell us when you made progress with your application!

P.S. You can find out about category numbers in amule.conf.
Logged

wild_oscar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 45
Re: RSS auto-downloader
« Reply #9 on: February 19, 2009, 11:20:12 AM »

I just committed it in revision 9435. It should be in the next tarball. Make sure to tell us when you made progress with your application!

P.S. You can find out about category numbers in amule.conf.

Thank s for the update. I'm actually still considering its development, as the best source of videos I am interested in (tv + english word for subway) is constantly down...
Logged