-
Notifications
You must be signed in to change notification settings - Fork 7
/
addon.xml
22 lines (22 loc) · 966 Bytes
/
addon.xml
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="plugin.video.ytchannels" name="YouTube Channels" version="0.5.5+matrix.1" provider-name="natko1412,mintsoft,yeahme49">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.six" version="1.11.0"/>
<import addon="plugin.video.youtube"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Watch your favourite YouTube channels</summary>
<description lang="en_GB">Watch your favourite YouTube channels and organize them in folders.</description>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<website>https://github.com/mintsoft/kodi.plugin.ytchannels</website>
<source>https://github.com/mintsoft/kodi.plugin.ytchannels</source>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>