forked from anxdpanic/script.module.python.twitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
37 lines (37 loc) · 2.56 KB
/
Copy pathaddon.xml
File metadata and controls
37 lines (37 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.19" provider-name="anxdpanic, A Talented Community">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.six" version="1.11.0"/>
<import addon="script.module.requests" version="2.12.4"/>
</requires>
<extension point="xbmc.python.module" library="resources/lib"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<news>
[fix] fix v5.users.follow_channel request - apo86
[fix] fix v5.users.unfollow_channel request - apo86
[lang] updated translations from Weblate
</news>
<assets>
<icon>icon.png</icon>
</assets>
<platform>all</platform>
<license>GPL-3.0-only</license>
<source>https://github.com/anxdpanic/script.module.python.twitch</source>
<forum>https://twitchaddon.panicked.xyz/forum</forum>
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="da_DK">Modul til interaktion med Twitch.tv API</summary>
<summary lang="de_DE">Modul für die Interaktion mit der Twitch.tv-API</summary>
<summary lang="en_GB">Module for interaction with the Twitch.tv API</summary>
<summary lang="es_ES">Módulo para interactuar con la API de Twitch.tv</summary>
<summary lang="pl_PL">Moduł do interakcji z API Twitch.tv</summary>
<summary lang="ru_RU">Модуль для взаимодействия с Twitch.tv API</summary>
<description lang="da_DK">python-twitch til Kodi er et modul til interaktion med Twitch.tv API baseret på python-twitch af ingwinlu.</description>
<description lang="de_DE">python-twitch für Kodi ist ein Modul für die Interaktion mit der Twitch.tv-API, basierend auf python-twitch von ingwinlu.</description>
<description lang="en_GB">python-twitch for Kodi is module for interaction with the Twitch.tv API based on python-twitch by ingwinlu.</description>
<description lang="es_ES">python-twitch para Kodi es un módulo para interactuar con la API de Twitch.tv basado en python-twitch de ingwinlu.</description>
<description lang="pl_PL">python-twitch dla Kodi to moduł do interakcji z API Twitch.tv oparty na python-twitch autorstwa ingwinlu.</description>
<description lang="ru_RU">python-twitch это модуль для взаимодействия с Twitch.tv API. Основан на модуле python-twitch от ingwinlu.</description>
</extension>
</addon>