Skip to content

Commit dce3907

Browse files
committed
Bump version number
1 parent 5882e5d commit dce3907

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

addon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.module.zap2xml"
33
name="zap2xml"
4-
version="0.5.5"
4+
version="0.6.0"
55
provider-name="edit4ever">
66
<requires>
77
<import addon="xbmc.python" version="2.1.0"/>
@@ -13,7 +13,7 @@
1313
</extension>
1414
<extension point="xbmc.addon.metadata">
1515
<summary>zap2xml xmltv grabber</summary>
16-
<description>zap2xml is an epg grabber which creates an xmltv file from data scraped from Zap2it 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>
16+
<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>
1717
<disclaimer>
1818
</disclaimer>
1919
<platform>all</platform>

bin/tv_grab_zap2xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ fi
4747
while [ $# -gt 0 ]
4848
do case "$1" in
4949
-d | --description )
50-
printf "edit4ever - tv_grab_zap2xml is a simple wrapper for zap2xml.py\n"
50+
printf "tv_grab_zap2xml is a simple wrapper for zap2xml.py\n"
5151
;;
5252

5353
-v | --version )
54-
printf "0.5.5\n"
54+
printf "0.6.0\n"
5555
;;
5656

5757
-c | --capabilities )

default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
import xbmcgui
2121

2222
dialog = xbmcgui.Dialog()
23-
dialog.ok('', 'This is a console-only addon')
23+
dialog.ok('', 'This is addon runs from within Tvheadend')

0 commit comments

Comments
 (0)