forked from edit4ever/script.module.zap2epg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
51 lines (50 loc) · 2.67 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.zap2epg" name="zap2epg" version="1.3.3" provider-name="edit4ever">
<requires>
<import addon="xbmc.python" version="2.7.13"/>
<import addon="script.module.dateutil" version="2.4.2"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.requests" version="2.9.1" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_gb">zap2epg will generate an xmltv.xml file for USA/Canada TV lineups</summary>
<description lang="en_gb">zap2epg is originally designed to be easily setup in Kodi for use as a grabber for tvheadend. It includes the ability to setup your custom channel list to reduce the amount of data downloaded and speed up the grab. It has an option for downloading extra detail information for programs. (Note: this option will generate an extra http request per series) It also has an option to append the extra detail information to the description (plot) field, which makes displaying this information in the Kodi EPG easier on many skins.
Setup:
1. Install the zap2epg addon in Kodi
2. Run the addon and setup your lineup
3. Configure your channel list (add channels to be downloaded)
4. You can run the program from the addon as a test (not necessary)
5. Setup the zap2epg grabber in tvheadend
6. Enjoy your new EPG!</description>
<disclaimer lang="en_gb"></disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum></forum>
<website></website>
<email></email>
<source></source>
<news>
v1.3.3 - fix category naming, episode is sorted in in xmltv.xml
v1.3.2 - added movies year to subtitles, fix channel sorting
v1.3.1 - fix category parsing
v1.3.0 - fix server issues for lineups (2019-04-12)
v1.2.0 - add option to refresh download cache days (2019-03-04)
v1.1.0 - added ability to refresh TBA episodes (2018-11-20)
v1.0.0 - official stable release (2018-07-12)
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart></fanart>
<screenshot>resources/img/screenshot001.png</screenshot>
<screenshot>resources/img/screenshot002.png</screenshot>
<screenshot>resources/img/screenshot003.png</screenshot>
<screenshot>resources/img/screenshot004.png</screenshot>
<screenshot>resources/img/screenshot005.png</screenshot>
<screenshot>resources/img/screenshot006.png</screenshot>
</assets>
</extension>
</addon>