Updated kodi settings on Lenovo

This commit is contained in:
2026-03-22 22:28:43 +01:00
parent 725dfa7157
commit 32b5a81da6
10925 changed files with 575678 additions and 5511 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.arrow" name="arrow" version="1.2.3" provider-name="Chris Smith">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.dateutil" version="2.8.2" />
<import addon="script.module.typing_extensions" version="4.7.1" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Better dates and times for Python</summary>
<description lang="en_GB">Better dates and times for Python</description>
<license>Apache-2.0</license>
<platform>all</platform>
<website>https://arrow.readthedocs.io/en/latest/</website>
<source>https://github.com/arrow-py/arrow</source>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>