forked from playonmonkey/service.iptv.merge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 859 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 859 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" standalone="yes"?>
<addon id="plugin.program.iptv.merge" name="IPTV Merge" provider-name="MattHuisman.nz" version="0.4.0">
<requires>
<import addon="script.module.matthuisman"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="login" />
<extension point="xbmc.addon.metadata">
<description lang="en">Easily merge multiple IPTV playlists & EPGs from remote, local or supported add-on sources.</description>
<reuselanguageinvoker>true</reuselanguageinvoker>
<license></license>
<language/>
<website>https://www.matthuisman.nz/2019/02/iptv-merge-kodi-add-on.html</website>
<news>Use new matthuisman common module</news>
</extension>
</addon>