This script lists all the torrents (and customizeable data about them) in the bitTorrent client uTorrent by reading the resume.dat file created by the client.
It uses tags to let you format the list and include only the information you want about the torrents.

The latest versions attempt to find resume.dat automatically, no need to change the script file anymore!
Changelog:
v1.4 (12th August -07)
* Fixed an error caused by changes in resume.dat, thanks Rocky!
v1.3 (20th July -07)
+ Added [lPaddL=""] and [lPaddR=""] tags to the ListTorrentsByLabels function.
+ Added
automatic detection of the resume.dat file. Can be overridden by setting the resumeDatPath variable as before.
+ Added a few exception throws to indicate problems in a better way.
* Fixed/Replaced the BDecoding routine with a new one which is
MUCH faster.
* Fixed fast UTF-8 support on string data, meaning you should be able to read non-ASCII characters correcly.
* Rearranged the code a bit to make it cleaner and easier to maintain.
Please contact me or leave a comment and rate the script, that way I know what can be improved or needs fixing.
