-
Notifications
You must be signed in to change notification settings - Fork 7
/
addon.xml
19 lines (19 loc) · 892 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.youtube.channels" name="YouTube Channels" version="2.0.2" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Organize and watch your favourite YouTube channels</summary>
<language></language>
<description lang="en">Organize and watch your favourite YouTube channels</description>
<website></website>
<source>https://github.com/AddonScriptorDE/plugin.video.youtube.channels</source>
<forum>http://forum.xbmc.org/showthread.php?tid=159284</forum>
<email></email>
</extension>
</addon>