-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (21 loc) · 931 Bytes
/
addon.xml
File metadata and controls
22 lines (21 loc) · 931 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"?>
<addon id="plugin.program.xmltv.meld"
version="0.0.64"
name="xmltv Meld"
provider-name="primaeval">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.requests" version="2.9.1" />
<import addon="script.module.beautifulsoup4" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video audio executable</provides>
</extension>
<extension point="xbmc.service" library="server.py" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Join channels from multiple xmltv files. Covers many countries.</summary>
<description lang="en">Subscribe to an xmltv provider. Click to add channels. Update to build new xmltv file in addon_data folder. Service timer.</description>
<disclaimer lang="en"></disclaimer>
</extension>
</addon>