Skip to content

Commit

Permalink
Add support for Autorec property 'Broadcast type' (HTSPv39+) and DVR …
Browse files Browse the repository at this point in the history
…entry property 'DVR configuration' (HTSPv40+).
  • Loading branch information
ksooo committed Aug 29, 2024
1 parent ce9ba70 commit ebdc4db
Show file tree
Hide file tree
Showing 16 changed files with 452 additions and 47 deletions.
2 changes: 1 addition & 1 deletion pvr.hts/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.hts"
version="22.3.0"
version="22.4.0"
name="Tvheadend HTSP Client"
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
5 changes: 5 additions & 0 deletions pvr.hts/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v22.4.0
- PVR Add-on API v9.1.0
- Add support for Autorec property "Broadcast type" (HTSPv39+)
- Add support for DVR entry property "DVR configuration" (HTSPv40+)

v22.3.0
- Add support for PVR Providers (HTSPv38+)

Expand Down
42 changes: 38 additions & 4 deletions pvr.hts/resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,13 @@ msgctxt "#30372"
msgid "Record if unique episode according EPG/XMLTV"
msgstr ""

#empty strings from id 30373 to 30374
#. Prevent duplicate episodes representation
#: src/Tvheadend.cpp
msgctxt "#30373"
msgid "Use DVR configuration"
msgstr ""

#empty string with id 30374

#. Recording lifetime representation
#: src/Tvheadend.cpp
Expand Down Expand Up @@ -441,7 +447,11 @@ msgctxt "#30456"
msgid "Subscription error"
msgstr ""

#empty strings from id 30457 to 30499
msgctxt "#30457"
msgid "DVR configuration"
msgstr ""

#empty strings from id 30458 to 30499

msgctxt "#30500"
msgid "Streaming profile"
Expand All @@ -451,8 +461,6 @@ msgctxt "#30501"
msgid "Profile to use (empty = default)"
msgstr ""

#. Check streaming profile validity during startup
#: src/client.cpp
msgctxt "#30502"
msgid "Streaming profile %s is not available"
msgstr ""
Expand All @@ -478,3 +486,29 @@ msgstr ""
msgctxt "#30511"
msgid "Server based play status"
msgstr ""

#empty strings from id 30512 to 30599

msgctxt "#30600"
msgid "Broadcast type"
msgstr ""

msgctxt "#30601"
msgid "Any"
msgstr ""

msgctxt "#30602"
msgid "New / premiere / unknown"
msgstr ""

msgctxt "#30603"
msgid "Repeated"
msgstr ""

msgctxt "#30604"
msgid "New / premiere"
msgstr ""

msgctxt "#30605"
msgid "(Default profile)"
msgstr ""
Loading

0 comments on commit ebdc4db

Please sign in to comment.