Skip to content

Commit

Permalink
Einzelupdate ardundzdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed May 7, 2023
1 parent ac69a39 commit 5f442fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ardundzdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# +++++ ARDundZDF - Addon Kodi-Version, migriert von der Plexmediaserver-Version +++++

# VERSION -> addon.xml aktualisieren
# <nr>99</nr> # Numerierung für Einzelupdate
# <nr>100</nr> # Numerierung für Einzelupdate
VERSION = '4.7.1'
VDATE = '07.05.2023'

Expand Down Expand Up @@ -1588,7 +1588,7 @@ def Audio_get_sendung(url, title, page=''):
msg2 = title_org
icon = R(ICON_MAIN_AUDIO)
xbmcgui.Dialog().notification(msg1,msg2,icon,3000)
PLog("" % (msg1, msg2))
PLog("%s: %s" % (msg1, msg2))
return

if elements and url_org:
Expand Down Expand Up @@ -7831,8 +7831,9 @@ def ZDF_FlatListEpisodes(sid):
# Mitnutzung get_form_streams wie get_formitaeten sowie
# build_Streamlists_buttons
# gui=False: ohne Gui, z.B. für ZDF_getStrmList
#
def ZDF_getApiStreams(path, title, thumb, tag, summ, scms_id="", gui=True):
PLog("ZDF_getApiStreams:")
PLog("ZDF_getApiStreams: " + scms_id)

page, msg = get_page(path)
if page == '':
Expand Down Expand Up @@ -8620,7 +8621,7 @@ def build_Streamlists_buttons(li,title_org,thumb,geoblock,Plot,sub_path,\
PLog('Sofortstart: build_Streamlists_buttons, ID: %s' % ID)
played_direct=True
img = thumb
PlayVideo_Direct(HLS_List, MP4_List, title_org, img, Plot, sub_path, HBBTV_List,ID=ID)
PlayVideo_Direct(HLS_List, MP4_List, title_org, img, Plot, sub_path, HBBTV_List=HBBTV_List,ID=ID)
return played_direct # direct-Flag z.B. für ARDStartSingle


Expand Down

0 comments on commit 5f442fa

Please sign in to comment.