Skip to content

Commit fdfda1f

Browse files
authored
Merge pull request #74 from squirtbrnr/master
Fix recent gracenote changes and other minor fixes
2 parents ca51648 + c859baa commit fdfda1f

File tree

6 files changed

+73
-68
lines changed

6 files changed

+73
-68
lines changed

addon.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"/>
@@ -28,7 +28,8 @@ Setup:
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)

bin/tv_grab_zap2epg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 )

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
v2.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.

0 commit comments

Comments
 (0)