Skip to content

Commit 54ef280

Browse files
authored
Merge pull request #688 from ksooo/pvr-api-9-2-0
PVR Add-on API 9.2.0 (multiple recorded streams, title extra info).
2 parents 39b9b80 + dda66ef commit 54ef280

File tree

6 files changed

+197
-112
lines changed

6 files changed

+197
-112
lines changed

pvr.hts/addon.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="pvr.hts"
4-
version="22.4.2"
4+
version="22.5.0"
55
name="Tvheadend HTSP Client"
66
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
77
<requires>@ADDON_DEPENDS@</requires>

pvr.hts/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v22.5.0
2+
- PVR Add-on API v9.2.0
3+
- Add support for multiple recorded streams at a time (used by Kodi for thumbnail extraction)
4+
- Add support for title extra information; do not misuse episode name field for this data
5+
16
v22.4.2
27
- Fix pointless "Not all properties handled" log spam introduced with v22.4.1
38

0 commit comments

Comments
 (0)