rtorstat 0.4.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News rtorstat 0.4.0 (Default branch)
# 1  
Old 05-28-2008
rtorstat 0.4.0 (Default branch)

Imagertorstat is a simple Web page generator that showsstatus information about the rTorrent bittorrentclient. This makes it possible to quickly have anoverview of your torrent list from a remotelocation without having to log into the remotemachine that actually runs rTorrent. It can be runthrough cron or as a CGI script.License: The Apache License 2.0Changes:
The license was changed to the Apache Licenseversion 2. The web page layout was improved withthe addition of progress indicators. When openingthe session files under Windows or through SAMBA,an exception was thrown. Information about thenumber of peers of each torrent was added. Theability to be used as a CGI script was added. Thebencode.py file from the mainline Bittorrentdistribution is now included. The date and time inthe "last update" notice are set to the time thesession files have been saved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TRANSMISSION-EDIT(1)					    BSD General Commands Manual 				      TRANSMISSION-EDIT(1)

NAME
transmission-edit -- command-line utility to modify .torrent files' announce URLs SYNOPSIS
transmission-edit [-h] [-a url] [-d url] [-r search replace] torrentfile(s) DESCRIPTION
transmission-edit command-line utility to modify .torrent files' announce URLs OPTIONS
-h --help Show a short help page and exit. -a --add URL Add an announce URL to the torrent's announce-list if it's not already in the list -d --delete URL Remove an announce URL from the torrent's announce-list -r --replace search replace Substring search-and-replace inside a torrent's announce URLs. This can be used to change an announce URL when the tracker moves or your passcode changes. EXAMPLES
Update a tracker passcode in all your torrents: $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents/*.torrent AUTHORS
Jordan Lee SEE ALSO
transmission-create(1), transmission-daemon(1), transmission-edit(1), transmission-gtk(1), transmission-qt(1), transmission-remote(1), transmission-show(1) http://www.transmissionbt.com/ BSD
June 9, 2010 BSD