-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaddon.xml
29 lines (29 loc) · 1.48 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.zap2xml"
name="zap2xml"
version="0.7.5"
provider-name="edit4ever">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.mechanize" version="0.2.6"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides></provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>zap2xml xmltv grabber</summary>
<description>zap2xml is an epg grabber which creates an xmltv file from data scraped from Zap2it (Screener) or TVguide listings. Create your account on either site, including setting up favorites for the channels you want to download. Then configure the zap2xml grabber in the tvheadend web interface. Consider adjusting your tvheadend cron settings so all users don't pull data at the same time.</description>
<disclaimer>
</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<news>
v0.7.5 - remove channel number sort for xmltv write - fix for strange channel numbers
v0.7.3 - fix executable on ubuntu
v0.7.2 - fix for channels with non-standard numbers
v0.7.1 - fix incorrect xtra details
v0.7.0 - fix login error with zap2it - added function to delete cache to solve issue with updating "favorite" channels
</news>
</extension>
</addon>