-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1.07 KB
/
addon.xml
File metadata and controls
22 lines (22 loc) · 1.07 KB
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="service.plexskipintro" version="1.0.0" name="Plex TV Skip Intro" provider-name="dinomight">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" version="2.22.0" />
</requires>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<description lang="en">Prompt a Skip Intro dialog Netflix style using plex metadata. Skips intro for your favourite shows</description>
<summary lang="en">Skip TV Shows Intro</summary>
<platform>all</platform>
<forum>-https://forum.kodi.tv/showthread.php?tid=368916</forum>
<website>https://github.com/Darkmadda/PlexSkipIntro</website>
<source>https://github.com/Darkmadda/PlexSkipIntro</source>
<news>https://github.com/Darkmadda/PlexSkipIntro/releases</news>
<license>GPL-3.0-ONLY</license>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>