-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 1023 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.xstream"
name="xStream"
version="2.1.6"
provider-name="Lynx187 (originator: murphy, MaxMustermann)">
<requires>
<import addon="script.module.urlresolver" version="1.1.0" />
<import addon="script.module.t0mm0.common" version="1.1.0" />
<import addon="script.module.metahandler" version="1.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de">xStream</summary>
<description lang="de">xStream ist ein Addon, welches mit eigenen Plugins erweitert werden kann. Hiermit kann man Filme, Serien, etc. per Stream anschauen</description>
<summary lang="en">xStream</summary>
<description lang="en">Addon to watch streams from various film an series sites.</description>
<website>http://xstream-addon.square7.ch/</website>
<platform>all</platform>
</extension>
</addon>