-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (21 loc) · 1022 Bytes
/
addon.xml
File metadata and controls
21 lines (21 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.fastview" name="Fast View" version="0.0.1" provider-name="Tommy">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Start and end episodes of a show at your own intervals.</summary>
<description lang="en_gb">This addon is created to skip a TV show or a serie's intro video and the credits at the end. You set a specific start and ending point for a certain show and this addon starts and ends an episode on those specific points.</description>
<language>en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/Chainshark/plugin.video.fastview</source>
<news>Pre-alpha phase, please ignore.</news>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>