Skip to content

Commit

Permalink
Änderungen / Korrekturen siehe changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Jun 23, 2024
1 parent 6a50efa commit 10996b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.ardundzdf" name="ARDundZDF" version="5.0.4+matrix" provider-name="rols1 ([email protected])">
<addon id="plugin.video.ardundzdf" name="ARDundZDF" version="5.0.5+matrix" provider-name="rols1 ([email protected])">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.kodi-six" />
Expand Down
6 changes: 3 additions & 3 deletions ardundzdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

# VERSION -> addon.xml aktualisieren
# <nr>205</nr> # Numerierung für Einzelupdate
VERSION = '5.0.4'
VDATE = '17.06.2024'
VERSION = '5.0.5'
VDATE = '23.06.2024'


# (c) 2019 by Roland Scholz, [email protected]
Expand Down Expand Up @@ -7424,7 +7424,7 @@ def SenderLiveListe(title, listname, fanart, offset=0, onlySender=''):
tagline = u'[B]Sendung: %s Uhr[/B]' % vonbis
else:
tagline = ''
tagline = "%s\n[B]Tages-EPG[/B] via Kontext-Menü aufrufen." % tagline
tagline = u"%s\n[B]Tages-EPG[/B] via Kontext-Menü aufrufen." % tagline

title = unescape(title)
title = title.replace('JETZT:', '') # 'JETZT:' hier überflüssig
Expand Down
19 changes: 19 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ CHANGE HISTORY
max_col 97
--------------

23.06.2024 5.0.5
ARDSportMediaPlayer (ARD Sportschau WDR: Anpassung an veränderter Position
des Beitrags-Titels.
get_next_url (arte): Berücksichtigung von http-Links bei Vervollständigung.
ARDSportLiga3: Notification bei Tabelle ohne Spiele (Sommerpause).
settings.xml: Umbenennung in Kategorie Addon-Cache (Löschfrist -> Haltezeit).
TV-Livestreams Hauptmenü: Hinweis auf einstellbare Haltezeit im Cache.
ARDAudioEventStreams: zusätzl. Button Audio-Livestreams der Sportschau (wie
Menü ARDSportWDR). Anpassung ARDSportLive (Ausfilterung Videobeiträge).
ARDSportWDR: Event-Button UEFA EURO 2024 ergänzt.
get_ARD_LiveEPG (util): Anpassung für neues Uhrzeitformat (Sommerzeit schon
enthalten) - relevant für Setting Stream-Uhrzeit, Debug-Log: ValueError("time
data %r does not match format %r".
Cache TV-Livestream-Quellen: Thread-Lösung für die Aktualisierung - Check +
Auslösung im Haupt-PRG, zusätz. Funktion EPG.thread_getstreamlinks.
url_check (util): zweite Check-Stufe mit ssl.create_default_context verwendet
(s. kodinerds-Forum 17.06.2024 ff).
SenderLiveListe: utf-Behandlung für tagline.


26.05.2024 5.0.4
AudioStartLive: Fix Variable für RadioPlaylist-Button PlayList statt
Expand Down

0 comments on commit 10996b9

Please sign in to comment.