-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 904 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!--suppress ALL -->
<addon id="plugin.video.apple_trailers" version="0.0.11" name="Apple Trailers" provider-name="tknorris">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.tknorris.shared" version="0.0.10"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Browse and Play Trailers from the Apple iTunes Website</summary>
<description>Browse and Play Trailers from Apple iTunes Website. (Forked from the original ITunes Trailer addon by dersphere)</description>
<platform>all</platform>
<website>http://tvaddons.ag/</website>
<forum>http://forums.tvaddons.ag/forums/180-TKNORRIS-RELEASE-REPOSITORY</forum>
</extension>
</addon>