script.module.torrent_parser/addon.xml

18 lines
1.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.torrent_parser" name="torrent_parser" version="0.3.0" provider-name="inpos">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.chardet" />
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en_GB ru_RU</language>
<summary lang="en_GB">Torrent file parser and creator for Python</summary>
<summary lang="ru_RU">Обработка и создание файлов .torrent</summary>
<description lang="ru">Разработан 7sDream (https://github.com/7sDream/torrent_parser)</description>
<description lang="en">Developed by 7sDream (https://github.com/7sDream/torrent_parser)</description>
<email>roman@ukamnya.ru</email>
<source>https://git.ukamnya.ru/roman/script.module.torrent_parser</source></extension>
</addon>