-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 948 Bytes
/
addon.xml
File metadata and controls
22 lines (22 loc) · 948 Bytes
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="script.skipit" name="SkipIt" version="1.0.1" provider-name="shartrec">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Skip It</summary>
<description lang="en_GB">Quick skip over Ads. This add-on is based on the ideas from the original Topfield SkipIt TAP. It uses a binary search technique to quickly get you to the place you want in a video.</description>
<license>GPL-2.0-or-later</license>
<source>https://github.com/shartrec/skipit</source>
<assets>
<icon>icon.png</icon>
<screenshot>resources/screenshot-01.jpg</screenshot>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>ShipIt first release</news>
</extension>
</addon>