-
Notifications
You must be signed in to change notification settings - Fork 5
/
addon.xml
25 lines (25 loc) · 1.29 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<addon id="service.takealug.epg-grabber" name="Takealug EPG Grabber" version="1.1.6+matrix" provider-name="DeBaschdi">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests"/>
</requires>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>EPG Grabber</summary>
<description lang="en">Grabbs EPG Data from Different IPTV Sources and generate an xmltv Guide</description>
<description lang="de">Grabbt EPG Daten von verschiedenen IPTV Quellen und erstellt eine guide.xml</description>
<source>https://github.com/DeBaschdi/repo/tree/master/service.takealug.epg-grabber/</source>
<forum>https://www.kodinerds.net/index.php/Thread/64901-RELEASE-Takealug-EPG-Grabber/</forum>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>fanart.jpg</screenshot>
<screenshot>screenshot3.png</screenshot>
<screenshot>screenshot1.png</screenshot>
<screenshot>screenshot2.png</screenshot>
</assets>
<news lang="en">1.1.6+ Fix Zattoo Login</news>
</extension>
</addon>