You are not logged in.

#1 2011-07-15 04:49:54

Davini
Member
Registered: 2010-04-29
Posts: 43

good web interface for torrents?

I was just curious if there are any good web interfaces for torrents. I've tried to set up rTorrent and wTorrent but I was unsucessful. Transmissiond is not bad but i'm looking for something a little more robust -- more specifically, something I could easily password protect and scheduling.

Does anyone know of a thorough tutorial for a good web interface to download torrents(for arch linux)? Any suggestions or links or how to's would be much appreciated. I've tried doing searches but haven't come up with much on my own.

Thanks.

Offline

#2 2011-07-15 06:33:42

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: good web interface for torrents?

rtorrent + rutorrent works for me.

Offline

#3 2011-07-15 06:51:33

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: good web interface for torrents?

transmission-daemon works pretty well IMO


O' rly ? Ya rly Oo

Offline

#4 2011-07-15 09:36:56

daJense
Member
Registered: 2009-05-17
Posts: 45

Re: good web interface for torrents?

mldonkey works pretty well and isn't limited to torrents

Offline

#5 2011-07-15 14:24:58

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: good web interface for torrents?

Another vote for rtorrent + rutorrent.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#6 2011-07-15 15:04:08

ganastasiou
Member
Registered: 2010-02-03
Posts: 56

Re: good web interface for torrents?

.:B:. wrote:

Another vote for rtorrent + rutorrent.

Sorry to ask here,but does rutorrent support multiple trackers for the same torrent(dont know if i am asking it right,but if i have loaded a torrent from different tracker but the same files are included for another torrent on different tracker will it be included on the previous one)?? smile

This period i use transmission-daemon.

Last edited by ganastasiou (2011-07-15 15:07:46)

Offline

#7 2011-07-16 00:21:09

Davini
Member
Registered: 2010-04-29
Posts: 43

Re: good web interface for torrents?

Okay cool, thanks. I'm going to give rtorrent + ruTorrent a try.

Offline

#8 2011-07-16 00:49:36

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: good web interface for torrents?

ganastasiou wrote:
.:B:. wrote:

Another vote for rtorrent + rutorrent.

Sorry to ask here,but does rutorrent support multiple trackers for the same torrent(dont know if i am asking it right,but if i have loaded a torrent from different tracker but the same files are included for another torrent on different tracker will it be included on the previous one)?? smile

No clue about that, sorry.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#9 2011-07-16 07:28:23

pyroscope
Member
Registered: 2011-03-11
Posts: 33
Website

Re: good web interface for torrents?

ganastasiou wrote:

does rutorrent support multiple trackers for the same torrent(dont know if i am asking it right,but if i have loaded a torrent from different tracker but the same files are included for another torrent on different tracker will it be included on the previous one)?

No client supports this, because the deciding factor is whether the info hash is the same or not. Having the same data files in a torrent is one deciding factor whether they're equal, but not the only one. So it simply depends on the uploader of the respective torrents if it works or not.

rT will NEVER add trackers to a loaded item with the same info hash. uT for example will ASK whether to combine tracker lists. If you really need to run several items with the same hash, you'll need to run several rT instances.

Offline

#10 2011-07-16 10:31:33

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: good web interface for torrents?

# pacman -S deluge
$ deluged && deluge-web &

screenshot of webui

Offline

#11 2011-07-16 11:35:37

Pank
Member
From: IT
Registered: 2009-06-13
Posts: 371

Re: good web interface for torrents?

I like Transmission. It is simple.


Arch x64 on Thinkpad X200s/W530

Offline

#12 2011-07-16 12:15:44

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: good web interface for torrents?

I use cron to schedule transmission to download at night which doesn't count towards by ISP data allowance

0 23 * * * transmission-remote -t all -s > /dev/null
0 9  * * * transmission-remote -t all -S > /dev/null
10,30,50 23-6 * * * /home/me/alldone

The last "alldone" entry switches off my laptop when done

#!/bin/bash
# first check for latest torrents

castget -1 -q

# exit if no torrent has been fetched as it hasn't even started downloading yet

if (( `find /home/me/Downloads | grep -c torrent.added` == 0 )); then
 exit
fi

# shutdown if torrent are all "100%"

if (( `transmission-remote -l |grep " ..%" -c` == 0 )) ; then
 sudo /etc/rc.d/transmissiond stop
 touch shuttingdown
 sudo halt
fi

Last edited by vacant (2011-07-16 12:19:29)

Offline

#13 2011-07-16 15:40:17

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: good web interface for torrents?

@graysky
Is deluge play nice with harddrives and cpu with multiple active torrents?


O' rly ? Ya rly Oo

Offline

#14 2011-07-16 16:07:26

Trisatr
Member
Registered: 2011-07-12
Posts: 8

Re: good web interface for torrents?

I think deluge is the best choice.
There is also uTorrent server 3.0 (manual file included)

Last edited by Trisatr (2011-07-16 16:13:07)

Offline

#15 2011-07-16 20:05:30

mouni
Member
Registered: 2011-07-03
Posts: 31

Re: good web interface for torrents?

Greetings,
I agree with .:B:. & tomk.


"See, you not only have to be a good coder to create a system like Linux, you have to be a sneaky bastard too." - Linus Torvalds

Offline

#16 2011-07-29 18:29:34

Bangsadrengur
Member
Registered: 2010-03-30
Posts: 9

Re: good web interface for torrents?

Used the rtorrent + wtorrent combo over a year ago on a headless arch server I was running for three users (my self and two windows users). Been a while but I really liked that setup, clean and easy. Know that setup didn't work for you but it's a good solution if you decide to try again.

Offline

Board footer

Powered by FluxBB