djcode / Kodi-rTorrent-Plugin

A XBMC plugin to view and control a rTorrent client.
http://wiki.github.com/djcode/XBMC-rTorrent-Plugin/
GNU General Public License v2.0
15 stars 10 forks source link

Python 2 Support? #18

Open neo-neo1 opened 2 years ago

neo-neo1 commented 2 years ago

Thanks for adding XMLRPC over HTTP support, it's exactly what I needed. However, I'm on Kodi 18.9 Leia (Python 2) due to depending on several crucial addons which do not support Kodi 19. Upon attempting to install your addon I was given an error that it depends on Python 3 only. Would it be possible to add a Python 2 version? Or how about a Kodi Python 2/3 compatibility layer such as six?

I would greatly appreciate this. Thank you in advance!

djcode commented 2 years ago

Hey @neo-neo1,

It's definitely something I can try to add without a definite timeline. This latest version (19.x, versioned after the Kodi version) was a completely rewrite of the old plugin to make it work on the latest Kodi, extra features were just thrown in while I was in the heat of rewriting it!

However, I'll try to backport an 18.x version in the near future. There were a lot of Kodi API changes I took advantage of moving to Matrix, so it's not just Python compatibility work. It might end up being a total rewrite of the rewrite to backport it, so I can't promise anything!

Thank you for the request!