forked from elgatito/plugin.video.elementum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
35 lines (35 loc) · 2.71 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
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.elementum" name="Elementum" version="0.0.51" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="xbmc.python" version="2.24.0" />
<import addon="repository.elementum" optional="true" />
</requires>
<extension point="xbmc.python.pluginsource" library="navigation.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.python.module" library="resources/site-packages" />
<extension point="xbmc.subtitle.module" library="navigation.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Elementum: Media streaming</summary>
<summary lang="hr">Elementum: Medijsko strujanje</summary>
<description lang="en">Elementum is a torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted add-ons (called providers) that are installed separately.[CR]This project is a fork of the well known, but no longer maintained Pulsar/Quasar projects from steeve and scakemyer.</description>
<description lang="hr">Elementum je pogon pretraživanja i strujanja. Ne posjećuje torrent web stranice iz pravnih razloga. Ipak, koristi posebno napravljene dodatke (nazvane pružatelji usluge) koji su instalirani odvojeno.[CR]Ovaj projekt je ogranak dobro poznatih, ali više ne održavanih Pulsar/Quasar projekata od autora steevea i scakemyera.</description>
<disclaimer lang="en">The author does not own or host any content found within this Addon. The author is not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation.</disclaimer>
<disclaimer lang="hr">Autor ovog dodatka ne posjeduje i ne distribuira bilo kakav sadržaj koji je pronađen. Autor nije povezan sa ili na bilo koji drugi način bilo sa Kodijem, Team Kodijem ili XBMC fundacijom.</disclaimer>
<language>en el es de fi fr he hr it nl pt ro sk</language>
<platform>all</platform>
<website>http://elementum.surge.sh/</website>
<source>https://github.com/elgatito/plugin.video.elementum</source>
<forum></forum>
<license>Non commercial. See https://github.com/elgatito/plugin.video.elementum/blob/master/LICENSE</license>
<assets>
<icon>icon.png</icon>
<fanart></fanart>
<screenshot>resources/screenshots/home.jpg</screenshot>
<screenshot>resources/screenshots/movies.jpg</screenshot>
<screenshot>resources/screenshots/webui.png</screenshot>
</assets>
</extension>
</addon>