littlecharva Posted November 7, 2006 Report Share Posted November 7, 2006 Hi,I'm developing a tiny media centre application for using my PC with a wireless mouse through my TV. I'd like to be able to incorporate my uTorrent download stats into my application. Does the Web UI feature the ability to make an XML feed available or is it possible to use Web UI without logging in, so my app could pull the details straight from the webpage without the complications of logging in?Littlecharva Link to comment Share on other sites More sharing options...
Lord Alderaan Posted November 7, 2006 Report Share Posted November 7, 2006 Enable the Guest account and you can use for example:http://Guest@host:port/gui/?list=1 for an array with info of the torrents. However the http auth (login with Guest) part might be hard to implement if your programming language doesn't support it in the url (which is very likely). Besides the XML/HTTP get equivalent might try to interpret the info as XML while you'll have to manually parse it into something useful.In the end its not easy and might require reasonable knowledge of headers (http-auth), regular expressions and of course the program language you are using for your application.Anyway it is not XML. I don't think µtorrent/webui has an option to supply XML formatted info. Link to comment Share on other sites More sharing options...
Ultima Posted November 7, 2006 Report Share Posted November 7, 2006 Nope, it only does JSON. Link to comment Share on other sites More sharing options...
DocKeul Posted February 17, 2007 Report Share Posted February 17, 2007 Hi there!I pretty much have the same problem. I would like to use the total upload/download information extracted to use in another html page.Is there any command like this for only showing the total down/upload speed (and maybe total number of active torrents)?Thanks a lot.Greetz,DocKeul Link to comment Share on other sites More sharing options...
Lord Alderaan Posted February 26, 2007 Report Share Posted February 26, 2007 Either use the list somehow or convert the list to xml using php/asp or another page that supports server side scripting. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.