I'm converting over from OpenElec to LibreElec on a Pi2. I'm looking for info on how plugins have changed. I have a plugin service that maps Tivo Remote buttons to Kodi commands OR sends commands to other devices like the AVR, BlueRay, Amazon Fire etc. It stopped working when I jumped to LibreElec. Is there info somewhere on what has to change in the addon python code?
I get errors on "import xbmc". Changed that to "import kodi". That worked, but the next line "import xbmcgui" and then "import xbmcaddon" fail. Do I change all references to XBMC over to kodi?
Thanks
-- Cayford