Skip to content

Commit

Permalink
Merge pull request #594 from ksooo/drop-old-tvh-support
Browse files Browse the repository at this point in the history
Drop support for Tvheadend < 4.2.0
  • Loading branch information
ksooo authored Oct 7, 2022
2 parents ebfb345 + 76523fd commit c8e933b
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 330 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="20.5.0"
version="20.6.0"
name="Tvheadend HTSP Client"
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.hts/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v20.6.0
- Drop support for Tvheadend < 4.2.0

v20.5.0
- Kodi inputstream API update to version 3.2.0
- Kodi PVR API update to version 8.0.2
Expand Down
4 changes: 2 additions & 2 deletions pvr.hts/resources/instance-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
<option label="30385">10</option> <!-- 1 year -->
<option label="30386">11</option> <!-- 2 years -->
<option label="30387">12</option> <!-- 3 years -->
<option label="30388">13</option> <!-- Until space needed (tvh 4.1+) -->
<option label="30389">14</option> <!-- Forever (tvh 4.1+) -->
<option label="30388">13</option> <!-- Until space needed -->
<option label="30389">14</option> <!-- Forever -->
<option label="30390">15</option> <!-- Use backend setting -->
</options>
</constraints>
Expand Down
20 changes: 5 additions & 15 deletions pvr.hts/resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -294,17 +294,7 @@ msgctxt "#30372"
msgid "Record if unique episode according EPG/XMLTV"
msgstr ""

#. Recording lifetime representation
#: src/Tvheadend.cpp
msgctxt "#30373"
msgid "Until space needed"
msgstr ""

#. Recording lifetime representation
#: src/Tvheadend.cpp
msgctxt "#30374"
msgid "Forever"
msgstr ""
#empty strings from id 30373 to 30374

#. Recording lifetime representation
#: src/Tvheadend.cpp
Expand Down Expand Up @@ -384,14 +374,14 @@ msgctxt "#30387"
msgid "3 years"
msgstr ""

#. Recording lifetime representation (for setting dialog only)
#. Recording lifetime representation
msgctxt "#30388"
msgid "Until space needed (tvh 4.1+)"
msgid "Until space needed"
msgstr ""

#. Recording lifetime representation (for setting dialog only)
#. Recording lifetime representation
msgctxt "#30389"
msgid "Forever (tvh 4.1+)"
msgid "Forever"
msgstr ""

#. Recording lifetime representation
Expand Down
Loading

0 comments on commit c8e933b

Please sign in to comment.