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
26 lines (26 loc) · 1.3 KB
/
addon.xml
File metadata and controls
26 lines (26 loc) · 1.3 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.16" 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] playback, change access token to use gql endpoints
[chg] change followed, following, and unfollowing games to use gql endpoints
</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="en_GB">Module for interaction with the Twitch.tv API</summary>
<description lang="en_GB">python-twitch for Kodi is module for interaction with the Twitch.tv API based on python-twitch by ingwinlu.</description>
</extension>
</addon>