Eugene-Bond / xmbc-plugins

XBMC addons
13 stars 15 forks source link

not compatible to xbmc 13 arm version #5

Closed 1proces1 closed 10 years ago

1proces1 commented 10 years ago

What need to solve this? Today xbmc 13 work on android, but your plugins not compatible.

catbaxter commented 10 years ago

http://xbmc.org/xbmc-13-gotham-note-to-add-on-developers/: Due to these changes we have set the minimum python API version to 2.1.0 which has to be set in addon.xml.

So, just change the version number in the addon.xml

import addon="xbmc.python" version="1.0"

to

import addon="xbmc.python" version="2.1.0"

Eugene-Bond commented 10 years ago

Done. Please reopen the ticket if it doesn't work.