forked from Mnk3y/OLD-plugin.video.lastship-Eingestellt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
35 lines (35 loc) · 2.75 KB
/
Copy pathaddon.xml
File metadata and controls
35 lines (35 loc) · 2.75 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.lastship" version="3.0.2.8~nightly6" name="Lastship" provider-name="Lastship">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="repository.lastship" version="1.0.2" />
<import addon="script.lastship.artwork" />
<import addon="script.module.urlresolver" />
<import addon="script.module.requests" />
<import addon="script.module.metahandler" version="1.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="lastship.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">lastship</summary>
<description lang="de">Wir suchen Entwickler. Bitte besuche das Forum [COLOR blue]http://lastship.square7.ch/home[/COLOR] oder unseren Chatroom [COLOR blue]https://gitter.im/lastship_Chat/Lobby[/COLOR] für Unterstützung und Fragen zu lastship. lastship FAQ bitte lesen. Beachte, dass lastship kein offizieller Teil des verwendeten Media Players ist, und daher nicht von den offiziellen Support-Kanälen abgedeckt wird. Es handelt sich lediglich um eine Drittanbieter-Erweiterung, die dem System hinzugefügt wurde.</description>
<description lang="en">We're looking for developers. For support or questions about lastship, please visit the forums [COLOR blue]http://lastship.square7.ch/home[/COLOR] or our chat room [COLOR blue]https://gitter.im/lastship_Chat/Lobby[/COLOR]. Please read the lastship FAQs. Keep in mind that lastship is not an official part of the media player it runs on, thhus it will not be supported via the official channels. It is just a third-party extension, which has been integrated into the system.</description>
<disclaimer lang="de">Die von diesem Addon dargestellten Inhalte werden von den Erstellern der Software weder gehostet oder verbreitet, noch stehen die Ersteller in irgendeiner Beziehung zu den Content-Anbietern.</disclaimer>
<disclaimer lang="en">The contents which are displayed by this addon are neither hosted nor distributed by the software developers, nor do the creators have any kind of relationship to the content providers.</disclaimer>
<platform>all</platform>
<forum>http://lastship.square7.ch/home</forum>
<source>https://github.com/lastship/plugin.video.lastship</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
</assets>
<news>
- [duckduckgo.py] orion header und referer Update
</news>
</extension>
</addon>