I've made a plugin for the uTorrent client. It's the first public release of this plugin, so further development/changes will be expected.
It was tested on uTorrent v1.77 with WebUI v0.310 beta2.
Update (2010-09-27):
Tested & Running OK with uTorrent v2.04 r22150, and webUI v0.371., on WinXP Pro (SP3), WinXP Home (SP3), Win2K (SP4) and Windows 7 Pro
Update (2011-09-02):
Tested & Running OK with uTorrent v3.0 r25460, and webUI v0.383.
A brief summary of the values that can be retrieved by this plugin:
Function 1 (Individual Torrent Stats)
- 0 - hashvalue
1 - status
2 - torrentname
3 - size (in MBytes/KBytes)
4 - completed %
5 - downloaded (in MBytes/KBytes)
6 - uploaded (in MBytes/KBytes)
7 - ratio %
8 - upload (in KBytes/s)
9 - download (in KBytes/s)
10 - eta (in days,hours,mins,sec) See note.
11 - label
12 - connected peers
13 - peers in swarm
14 - connected seeds
15 - seeds in swarm
16 - availability (in 1/65536th)
17 - number of order (assigned by uTorrent)
18 - remaining bytes (in MBytes/KBytes)
Function 2 (Global Torrent Stats)
- 0 - Total number of torrents
1 - Total number of ACTIVE torrents
2 - Total number of COMPLETED torrents
3 - Total bytes to download
4 - Total bytes downloaded
5 - Total bytes uploaded
6 - Total upload speed
7 - Total download speed
Function 3 (About info) - (Self-explained)
For further information, read the README.TXT file, please.
An example of plugin configuration file, and screen definition for LCDSmartie are also included.
Bye.
UPDATES:
01-Apr-2008 - Fixed a potential bug (see notes).