-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[script.module.unidecode] 1.3.6 (#2494)
- Loading branch information
Showing
135 changed files
with
5,719 additions
and
5,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.unidecode" name="unidecode" version="1.1.1+matrix.2" provider-name="Tomaz Solc ([email protected])"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<summary lang="en_GB">ASCII transliterations of Unicode text by Sean M. Burke and Tomaz Solc</summary> | ||
<description lang="en_GB">ASCII transliterations of Unicode text by Sean M. Burke and Tomaz Solc</description> | ||
<disclaimer lang="en_GB">Code taken from https://pypi.org/project/Unidecode</disclaimer> | ||
<license>GPL-2.0-or-later</license> | ||
<website>https://pypi.org/project/Unidecode</website> | ||
<source>https://pypi.org/project/Unidecode</source> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
<addon id="script.module.unidecode" name="Unidecode" version="1.3.6" provider-name="Tomaz Solc"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">ASCII transliterations of Unicode text</summary> | ||
<description lang="en_GB">Unidecode, lossy ASCII transliterations of Unicode text</description> | ||
<license>GPL-2.0-or-later</license> | ||
<platform>all</platform> | ||
<website>https://pypi.org/project/Unidecode</website> | ||
<source>https://pypi.org/project/Unidecode</source> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.