-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddons.xml
More file actions
44 lines (44 loc) · 1.98 KB
/
addons.xml
File metadata and controls
44 lines (44 loc) · 1.98 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
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="repository.tidb.repo"
name="TheIntroDB Kodi Addon Repo"
version="2.0.0"
provider-name="TheIntroDB">
<extension point="xbmc.addon.repository" name="TheIntroDB Kodi Addon Repo">
<dir>
<info compressed="false">https://raw.githubusercontent.com/TheIntroDB/kodi-addon/main/addons.xml</info>
<checksum>https://raw.githubusercontent.com/TheIntroDB/kodi-addon/main/addons.xml.md5</checksum>
<datadir zip="true">https://theintrodb.github.io/kodi-addon/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Source for TheIntroDB Kodi Addon (GitHub)</summary>
<description lang="en_GB">Adds the TheIntroDB service addon from github.com/TheIntroDB</description>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.tidb"
name="TheIntroDB Kodi Addon"
version="1.2.6"
provider-name="TheIntroDB">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
</requires>
<extension point="xbmc.service" library="service.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<path>plugin.video.tidb-1.2.6.zip</path>
<summary lang="en_GB">Skip intro, recap, credits, and preview segments in movies and TV shows using TheIntroDB</summary>
<description lang="en_GB">Looks up segment timings from TheIntroDB while you watch. Uses TMDB ids when present; otherwise IMDb ids (tt…) with season/episode.</description>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<assets>
<icon>resources/icon.png</icon>
</assets>
<news lang="en_GB">v1.2.6 — Improve skip button appearance and timeout</news>
</extension>
</addon>
</addons>