forked from anxdpanic/plugin.video.twitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
25 lines (25 loc) · 1.29 KB
/
addon.xml
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
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id='plugin.video.twitch' version='1.1.0' name='TwitchTV' provider-name='StateOfTheArt and ccaspers'>
<requires>
<import addon='xbmc.python' version='2.1.0'/>
<import addon='script.module.simplejson' version='2.0.10'/>
<import addon="script.module.xbmcswift2" version="1.2.0"/>
</requires>
<extension point='xbmc.python.pluginsource' library='default.py'>
<provides>video</provides>
</extension>
<extension point='xbmc.addon.metadata'>
<platform>all</platform>
<language>en</language>
<source>https://github.com/StateOfTheArt89/Twitch.tv-on-XBMC</source>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<summary lang='de'>TwitchTV video plugin</summary>
<description lang='de'>Schaue die besten Gaming-Streams auf XBMC!</description>
<summary lang='en'>TwitchTV video plugin</summary>
<description lang='en'>Watch your favorite gaming streams on XBMC!</description>
<summary lang='nl'>TwitchTV video plugin</summary>
<description lang='nl'>Bekijk je favoriete gaming-streams op XBMC!</description>
<summary lang='pl'>TwitchTV video plugin</summary>
<description lang='pl'>Oglądaj ulubione programy TwitchTV na XBMC!</description>
</extension>
</addon>