Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
edit4ever committed Dec 29, 2016
1 parent 5882e5d commit dce3907
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.zap2xml"
name="zap2xml"
version="0.5.5"
version="0.6.0"
provider-name="edit4ever">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand All @@ -13,7 +13,7 @@
</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 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>
<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>
Expand Down
4 changes: 2 additions & 2 deletions bin/tv_grab_zap2xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ fi
while [ $# -gt 0 ]
do case "$1" in
-d | --description )
printf "edit4ever - tv_grab_zap2xml is a simple wrapper for zap2xml.py\n"
printf "tv_grab_zap2xml is a simple wrapper for zap2xml.py\n"
;;

-v | --version )
printf "0.5.5\n"
printf "0.6.0\n"
;;

-c | --capabilities )
Expand Down
2 changes: 1 addition & 1 deletion default.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
import xbmcgui

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

0 comments on commit dce3907

Please sign in to comment.