Skip to content

Commit

Permalink
Merge pull request #315 from flubshi/omega_settings_help_texts
Browse files Browse the repository at this point in the history
Settings: Add help text for selected settings
  • Loading branch information
flubshi authored Jun 2, 2024
2 parents 04a5df4 + 8585d7b commit 5a05e16
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
20 changes: 20 additions & 0 deletions pvr.waipu/resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,26 @@ msgctxt "#30049"
msgid "Experimental EPG"
msgstr ""

msgctxt "#30050"
msgid "Provider/Authentication: Using Waipu (Device Login) or O2 TV is recommended! Do not use credentials login."
msgstr ""

msgctxt "#30051"
msgid "Widevine CDM is required to play non public channels. Click to install Widevine CDM if some channels are not working!"
msgstr ""

msgctxt "#30052"
msgid "Check whether Widevine CDM is installed. Required to play non public channels."
msgstr ""

msgctxt "#30053"
msgid "Select streaming protocol. Use AUTO or MPEG_DASH. Do not use HLS, because not all channels support this."
msgstr ""

msgctxt "#30054"
msgid "By default, inputstream.adaptive is used for playing HLS. Check this option to use inputstream.ffmpegdirect instead."
msgstr ""

msgctxt "#30500"
msgid "Inputstream error"
msgstr ""
Expand Down
16 changes: 8 additions & 8 deletions pvr.waipu/resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" ?>
<settings version="1">
<section id="pvr.waipu">
<category id="credentials" label="30001" help="">
<category id="credentials" label="30001">
<group id="1" label="">
<setting id="provider_select" type="integer" label="30008"
help="">
help="30050">
<level>0</level>
<default>0</default>
<constraints>
Expand All @@ -16,7 +16,7 @@
</constraints>
<control type="spinner" format="string" />
</setting>
<setting id="username" type="string" label="30002" help="">
<setting id="username" type="string" label="30002" help="30050">
<level>0</level>
<default />
<constraints>
Expand All @@ -29,7 +29,7 @@
<dependency type="visible" setting="provider_select">0</dependency>
</dependencies>
</setting>
<setting id="password" type="string" label="30003" help="">
<setting id="password" type="string" label="30003" help="30050">
<level>0</level>
<default />
<constraints>
Expand All @@ -54,7 +54,7 @@
</group>
<group id="2" label="">
<setting id="install_widevine" type="string" label="30007"
help="">
help="30051">
<level>0</level>
<default />
<constraints>
Expand All @@ -67,7 +67,7 @@
<dependency type="visible" operator="!is"
setting="system.platform.android">true</dependency>
</setting>
<setting id="run_is_info" type="string" label="30006" help="">
<setting id="run_is_info" type="string" label="30006" help="30052">
<level>0</level>
<default />
<constraints>
Expand Down Expand Up @@ -132,7 +132,7 @@
</setting>
</group>
<group id="3" label="30011">
<setting id="protocol" type="string" label="30004" help="">
<setting id="protocol" type="string" label="30004" help="30053">
<level>2</level>
<default>auto</default>
<constraints>
Expand All @@ -145,7 +145,7 @@
</constraints>
<control type="spinner" format="string" />
</setting>
<setting id="streaming_use_ffmpegdirect" type="boolean" label="30048" help="">
<setting id="streaming_use_ffmpegdirect" type="boolean" label="30048" help="30054">
<level>2</level>
<default>true</default>
<control type="toggle"/>
Expand Down

0 comments on commit 5a05e16

Please sign in to comment.