mrkipling / maraschino

A front-end for HTPCs
MIT License
425 stars 125 forks source link

Feature: Deluge support #251

Open pdf opened 11 years ago

pdf commented 11 years ago

Add support for the Deluge torrent server

DisasteR commented 11 years ago

:+1: deluge support will be really appreciable.

lachieh commented 11 years ago

Yep +1 this.

Deluge Support would be much appreciated.

bacevs commented 11 years ago

+1

lachieh commented 11 years ago

Thought I might add to this. The Deluge daemon uses an JSON API that could be used to connect to it directly (docs here)

Here are a few projects that utilise this API:

I have absolutely zero experience in any sort of code other than javascript and PHP so any attempt I make will be futile. I thought that this help out whoever feels like implementing this request though.

Hellowlol commented 11 years ago

deluge is written in python so I think it would be easier to just import the remote API. so if you want resume torrents you just call the function. see http://dev.deluge-torrent.org/wiki/Development/UiClient

lachieh commented 11 years ago

Yep. There you go. Told you my knowledge was limited. Thanks for the info! On 04/08/2013 1:08 AM, "Hellowlol" notifications@github.com wrote:

deluge is written in python so I think it would be easier to just import the remote API. so if you want resume torrents you just call the function. see http://dev.deluge-torrent.org/wiki/Development/UiClient

— Reply to this email directly or view it on GitHubhttps://github.com/mrkipling/maraschino/issues/251#issuecomment-22056259 .

morpheus65535 commented 10 years ago

+1

rodneyshupe commented 9 years ago

+1

ender84 commented 7 years ago

+1

Is this dead?

lachieh commented 7 years ago

Probably. Use this instead: https://github.com/Hellowlol/HTPC-Manager

ender84 commented 7 years ago

Thanks, lachieh! I'm going to try that out!