-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathaddons.xml
175 lines (167 loc) · 10.5 KB
/
addons.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.lastship" version="4.0.2" 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" version="1.0.4" />
<import addon="script.module.urlresolver" version="3.0.0" />
<import addon="script.module.metahandler" version="1.0.0" />
<import addon="script.module.requests" version="2.12.4"/>
</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="de">Lastship</summary>
<description lang="de">Wir suchen Entwickler. Bitte besuche 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>
<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>
<platform>all</platform>
<source>https://github.com/lastship/plugin.video.lastship</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot-01.png</screenshot>
<screenshot>resources/screenshots/screenshot-02.png</screenshot>
<screenshot>resources/screenshots/screenshot-03.png</screenshot>
<screenshot>resources/screenshots/screenshot-04.png</screenshot>
<screenshot>resources/screenshots/screenshot-05.png</screenshot>
</assets>
<news>
Die aktuellsten Änderungen findest du im Changelog
</news>
</extension>
</addon>
<addon id="repository.lastship" name="Lastship Repository" version="1.0.5" provider-name="Lastship">
<extension point="xbmc.addon.repository" name="Lastship Repository">
<dir>
<info compressed="false">https://github.com/lastship/Lastship-Repo/raw/master/addons.xml</info>
<checksum>https://github.com/lastship/Lastship-Repo/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/lastship/Lastship-Repo/raw/master/zips/</datadir>
</dir>
<dir>
<info compressed="false">https://github.com/lastship/lastship-common/raw/master/addons.xml</info>
<checksum>https://github.com/lastship/lastship-common/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/lastship/lastship-common/raw/master/zips/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de">Lastship Repository</summary>
<description lang="de">Lastship Repository</description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.lastship.artwork" version="2.0.4" name="Lastship Artwork" provider-name="Lastship">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>Icons für das Lastship Addon</summary>
<description>Themen für Lastship werden seperat aktualisiert und gepflegt um die Verteilung des Addons einfacher zu machen</description>
<news>Neues Lastship Icon</news>
<platform>all</platform>
</extension>
</addon>
<addon id="script.lastship.debug.log" name="Lastship Kodi Log Uploader" version="2.1" provider-name="Lastship">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Upload Debug Logs to Shareable Location</summary>
<summary lang="de">Debug-Logs zum Teilen hochladen</summary>
<description lang="en">This add-on gives you the ability to upload your Kodi error logs to a shareable location, and can also optionally email you the link to your logs. Before you get started, be sure to Toggle ON the “Enable debug logging” function under the "Settings -> System -> Logging" menu within Kodi.</description>
<description lang="de">Dieses Addon ermöglicht es Ihnen, Kodi-Logs auf einen Server im Internet zu laden und schickt Ihnen wenn gewünscht einen Link dorthin per Email. Bevor Sie den Fehler reproduzieren, schalten Sie “Debug-Logging aktivieren” im Kodi-Menü "Einstellungen -> System -> Logging" ein.</description>
<language></language>
<platform>all</platform>
<source>https://github.com/lastship/script.lastship.debug.log</source>
<news>- Addon renamed
- Translated to German</news>
</extension>
</addon>
<addon id="script.module.metahandler"
name="metahandler"
version="3.0.2.1"
provider-name="eldorado, jsergio">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="script.module.addon.common" version="2.0.0"/>
<import addon="script.module.myconnpy" version="1.1.6"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Downloads Artwork for TV shows, Movies and Music videos for addons and stores them in a local SQLITE database</summary>
<description lang="en">Queries, stores, and returns metadata for TV shows, Movies and Musicvideos. [CR]Sources:[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]www.imdb.com[CR]www.omdbapi.com[CR]This product uses the TMDb API but is not endorsed or certified by TMDb.</description>
<disclaimer lang="en"></disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<email></email>
<source>https://github.com/lastship/script.module.metahandler</source>
</extension>
</addon>
<addon id="script.module.tknorris.shared" name="TKNorris Common Libraries" version="0.0.23" provider-name="tknorris">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Reusable Modules used by several of tknorris's addons</summary>
</extension>
</addon>
<addon id="service.lastship.watchdog" name="Lastship Watchdog" version="1.0" provider-name="Lastship">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
</requires>
<extension point="xbmc.service" library="default.py" start="[login|startup]" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Lastship Watchdog - he's watching while You sleep</summary>
<summary lang="de_DE">Lastship Watchdog - er passt auf, während Du schläfst</summary>
<summary lang="uk_UA">Lastship Watchdog - він чатує, поки Ви спите</summary>
<description lang="en_GB">This Idle Timer management performs defined actions after an adjusted amount of inactivity time. Those actions are stop playing Audio, Video or TV for example or some actions to execute shutdown variations like suspend, reboot poweroff or hibernate.</description>
<description lang="de_DE">Dieser Timer führt vorher definierte Aktionen nach einer einstellbaren Inaktivitätszeit aus. Die Aktionen können zum Beispiel das Stoppen von Audio, Video oder TV-Streams sein, aber auch das Herunterfahren des Systems in verschiedenen Modi (Suspend, Reboot, PowerOff, Bereitschaft) wird angeboten.</description>
<description lang="uk_UA">Цей Таймер Простою виконує задані дії, після встановленого часу неактивності. Наприклад, зупиняє відтворення Аудіо, Відео, TV-Потоків чи інші дії (як Призупинення, Вимкнення, Перезавантаження або Гібернація) до Системи.</description>
<disclaimer lang="uk_UA">Використовуйте на власний Ризик. Ця Служба, може вступати в конфлікт з іншими сервісами (н.д. Запису).</disclaimer>
<disclaimer lang="de_DE">Benutzung auf eigene Gefahr. Dieser Dienst könnte mit anderen Diensten (z.B. Aufnahmedienste) kollidieren.</disclaimer>
<disclaimer lang="en_GB">Use at your own risk. This service could conflict to other services (e.g recording services).</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum>http://lastship.square7.ch/home/</forum>
<website></website>
<email></email>
<news>Rebranded, new addon ID
Credits to [I]Birger Jesch[/I] for [B]Sleepy Watchdog[/B]
Can now be used to look for new episodes
and update the Lastship TV library</news>
</extension>
</addon>
<addon id="service.upnext" name="Up Next" provider-name="im85288" version="1.0.0">
<requires>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension library="service.py" point="xbmc.service"/>
<extension point="xbmc.addon.metadata">
<summary lang="de">Ein PopUp Fenster wie bei Netflix wird angezeigt um ganz einfach die nächste Episode anzusehen
</summary>
<description lang="de">Ein PopUp Fenster wie bei Netflix wird angezeigt um ganz einfach die nächste Episode anzusehen, mit Schicker (Fancy) oder Einfacher (Simple) Anzeige Einstellung
Nachdem einige Folgen, in Reihe, automatische geschaut wurden, erscheint ein PopUp Fenster, ob man noch da ist und noch schaut
</description>
<platform>all</platform>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
</assets>
</extension>
</addon>
</addons>