blob: 01a0bc97ff114d9946ee53a76def6456a337ceee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
rtGui is a web based front end for rTorrent - a command line
BitTorrent client. It's written in PHP and uses XML-RPC to communicate
with the rTorrent client.
Features
* List all torrent downloads or by
* started/stopped/complete/incomplete/seeding status.
* Sort view by any of the displayed columns.
* View detailed torrent information.
* Stop/start/hash-check torrent.
* Set upload/download speed cap.
* Add torrents by URL.
* Does not require mySQL or any other database.
* Set priority per torrent or file.
WWW: http://code.google.com/p/rtgui/
|