2020-03-27, 11:53
Yes, you need an kodi version from today. The API was changed yesterday so addon and kodi need to be latest
(2020-03-27, 12:54)phunkyfish Wrote: @puenktchen @Atamans
It works for me using the latest addon and kodi. Maybe because of this which is for extended zip headers which was merged yesterday: https://github.com/xbmc/xbmc/pull/17065
<control type="button" id="10">
<description>Switch to Archive</description>
<width>auto</width>
<label>Play Archive</label>
<include>Window.IsActive(PVRGuideInfo)</include>
</control>
<control type="grouplist" id="9000">
<top>301</top>
<width>1188</width>
<height>60</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>300</onup>
<ondown>9001</ondown>
<align>right</align>
<orientation>horizontal</orientation>
<control type="button" id="5">
<description>Switch to Channel</description>
<width>auto</width>
<label>19165</label>
</control>
(2020-04-10, 20:37)phunkyfish Wrote: You need a more recent verison of kodi. The API was changed so updating is required.