Jordan wrote:Hi deadeyes,
For the branded releases it probably doesn't make sense to add a database dependency to Transmission over something small like statistics. For example, Transmission is shipped on a lot of Linux live CDs so increasing our on-disk footprint is a risky game.
My first thought is that you might want to add the database hooks into your RPC client, have it periodically get statistics for each torrent and for the session, and write them to the database.
If that doesn't work, maybe you could get a copy of the source code, either from svn for from wereHamser's github repository, and add the hooks you need.
I might have written this wrong.
I am not asking for pulling in a database dependency

I am just wondering if I could get more stats to make it more easy to populate my database and query data from the webinterface

Like a stat that says what the down/up was for the previous day and what was up/downloaded today. The session stats have no specific time frames(like 1 day), and if between polling the transmission-daemon gets restarted that would make me loose the old data and the figures incorrect.
With the stat by day I would be able to show that user what his traffic for today is, and with the traffic from last day I would been able to populate my database with correct data (even if transmission-daemon gets restarted). From my database I then could generate statistics for last month ,...
Also I would like to fix this without a cron job.
And I also want to mention it is also our goal to be a lightweight project. That is why I am focusing on Transmission-daemon as a back-end.
OT: you guys did some great work creating Transmission! Keep up the good work!