Page 1 of 1

Add torrent by php or python

Posted: Thu Apr 23, 2015 2:48 pm
by lospo
Is there any method to add torrent (or better, magnet) via php or python? i would like to write an extension for kodi/xbmc and right now i'm looking for something i could manage by python

THANK YOU!

Re: Add torrent by php or python

Posted: Thu Apr 23, 2015 3:09 pm
by Peter
Via the WEB UI API, I think it's definitely possible. Take a look at it, that's your best shot.

Re: Add torrent by php or python

Posted: Thu Apr 23, 2015 3:46 pm
by ciaobaby
Documentation for which can be found at .. WebUI API

Re: Add torrent by php or python

Posted: Thu Apr 23, 2015 6:59 pm
by sledgehammer_999
If you're using v3.2.x the above probably won't work because the Web API has changed.

Re: Add torrent by php or python

Posted: Mon Apr 27, 2015 6:25 am
by lgallard
For v3.2.x Web UI API documentation can be checked here https://gist.github.com/pmzqla/7e5733dbecfc50ee4ecd

Regards!