File tree Expand file tree Collapse file tree 6 files changed +73
-68
lines changed Expand file tree Collapse file tree 6 files changed +73
-68
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" script.module.zap2epg" name =" zap2epg" version =" 2.2.0 " provider-name =" edit4ever" >
2+ <addon id =" script.module.zap2epg" name =" zap2epg" version =" 2.2.1 " provider-name =" edit4ever" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.dateutil" version =" 2.8.2" />
2828 <email ></email >
2929 <source ></source >
3030 <news >
31- v2.2.0 - update for gracenote. Added separate files for EPG and TVH connections and new logger system (2025-07-14)
31+ v2.2.1 - update for gracenote api call. Fixed spelling errors in genres. (2025-07-21)
32+ v2.2.0 - update for gracenote. Added separate files for EPG and TVH connections and new logger system (2025-07-14)
3233 v2.0.4 - Update for Kodi 20+. Updated EPG Genre linking and language detection.
3334 v2.0.3 - fix channel configuration error (2021-05-23)
3435 v2.0.2 - fix Tvheadend username and password option (2021-03-29)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ do case "$1" in
3838 ;;
3939
4040 -v | --version )
41- printf " 2.0.x \n"
41+ printf " 2.2.1 \n"
4242 ;;
4343
4444 -c | --capabilities )
Original file line number Diff line number Diff line change 1+ v2.2.1 (2025-07-21)
2+ - Fixed api call to gracenote missing a few parameters
3+ - Fixed spelling in genres
4+ - Fixed whitespace in parts of code for better reading and consistancy
5+
16v2.2.0 (2025-07-14)
27 - Updated EPG website to the current website.
38 - Updated the code to connect to TVH. Using request (instead of requests) framework so LibreElec users can use the addon.
You can’t perform that action at this time.
0 commit comments