Just wanted to add my thank you for this excellent piece of software and also add a feature request for the next version. A small php script that delivers some quick statistics I can parse and use on my webpage.
* Number of torrents tracked
* Current number of unique seeders (based on IP)
* Current number of unique leechers (based on IP)
* Total number of downloads
* Total number of bytes transferred
I can see that all info is in the database but my current knowledge on MySQL isn't advanced enough to consolidate the data in the way that's needed. But otah I got to have something to do on my vacation ofc... :-)
Thanks again
PP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just wanted to add my thank you for this excellent piece of software and also add a feature request for the next version. A small php script that delivers some quick statistics I can parse and use on my webpage.
* Number of torrents tracked
* Current number of unique seeders (based on IP)
* Current number of unique leechers (based on IP)
* Total number of downloads
* Total number of bytes transferred
I can see that all info is in the database but my current knowledge on MySQL isn't advanced enough to consolidate the data in the way that's needed. But otah I got to have something to do on my vacation ofc... :-)
Thanks again
PP
There's example scripts with code snippets with this information in it.