Hi,
First: very nice webinterface for transmission
How about to add virtual users? so that u can have multiple Users which uses same transmission-daemon but just different download directories.
Another Possibility:
Every User has his own transmission-daemon (with TRANSMISSION_HOME its possible to run several transmission-daemons with one real user [the webserver user here]), so evry virt. user sees only his downloads. perhaps an admin user can see both
That's of course an option, however I'd like to users to be able to see what the others download (to avoid double downloads and such). All I actually want is that torrents of a specific user are downloaded to their directory (eg /download-dir/user/download) and a way to sort torrents on user. This might be a bit too specific usage to be added to the client though, if you give me some pointers on how to add it myself I'll try it myself.
Is there an easy way to experiment with the webclient code? Last time I tried changing something the whole thing stopped working, not knowing how to debug the code I simply gave up. I'm an experienced java (desktop apps) and php (web apps) coder, but don't have a lot of experience with ajax and jquery I'm afraid .