24 lines
941 B
XML
24 lines
941 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="script.module.kodi-six"
|
|
name="Kodi Six"
|
|
version="0.1.3.1"
|
|
provider-name="Roman V.M.">
|
|
<requires>
|
|
<import addon="xbmc.python" version="3.0.0"/>
|
|
</requires>
|
|
<extension point="xbmc.python.module" library="libs" />
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary lang="en_GB">Wrappers around Kodi Python API for seamless Python 2/3 compatibility</summary>
|
|
<description lang="en_GB">Wrappers around Kodi Python API that normalize handling of textual and byte strings in Python 2 and 3.</description>
|
|
<platform>all</platform>
|
|
<license>GPL v.3</license>
|
|
<forum>https://forum.kodi.tv/showthread.php?tid=327883</forum>
|
|
<source>https://github.com/romanvm/kodi.six</source>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
</assets>
|
|
<news>0.1.3:
|
|
- Fix non-UTF-8 byte string decoding in Python 2.</news>
|
|
</extension>
|
|
</addon>
|