aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorKai Sommerfeld <3226626+ksooo@users.noreply.github.com>2024-06-29 19:32:37 +0200
committerGitHub <noreply@github.com>2024-06-29 19:32:37 +0200
commitc0642b653fd8b3227bed9ab86f9cd9d853d2d3b4 (patch)
treed0944e14934c629acd1ce1c469eeb3ab41a8b401 /addons
parent5810c325422055dc29219c7ec4df5551cf592c57 (diff)
parent04a3d1f9ac7a9e3637138f25a255466b20293667 (diff)
Merge pull request #25403 from ksooo/pvr-groupmanager-usability
[Estuary][PVR][guiinfo] PVR Group manager usability improvements
Diffstat (limited to 'addons')
-rw-r--r--addons/resource.language.en_gb/resources/strings.po20
-rw-r--r--addons/skin.estuary/xml/DialogPVRGroupManager.xml20
2 files changed, 35 insertions, 5 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po
index b6328ce82e..53523fc9e6 100644
--- a/addons/resource.language.en_gb/resources/strings.po
+++ b/addons/resource.language.en_gb/resources/strings.po
@@ -3978,7 +3978,25 @@ msgctxt "#855"
msgid "Recently added channels"
msgstr ""
-#empty strings from id 856 to 996
+#. Label for the origin of a channel group (provided by a PVR client add-on).
+#: xbmc/pvr/guilib/guiinfo/PVRGUIInfo.cpp
+msgctxt "#856"
+msgid "Client"
+msgstr ""
+
+#. Label for the origin of a channel group (automatically created by Kodi).
+#: xbmc/pvr/guilib/guiinfo/PVRGUIInfo.cpp
+msgctxt "#857"
+msgid "System"
+msgstr ""
+
+#. Label for the origin of a channel group (manually created by the user).
+#: xbmc/pvr/guilib/guiinfo/PVRGUIInfo.cpp
+msgctxt "#858"
+msgid "User"
+msgstr ""
+
+#empty strings from id 859 to 996
#: xbmc/windows/GUIMediaWindow.cpp
msgctxt "#997"
diff --git a/addons/skin.estuary/xml/DialogPVRGroupManager.xml b/addons/skin.estuary/xml/DialogPVRGroupManager.xml
index 0e3523e37d..c354acb05e 100644
--- a/addons/skin.estuary/xml/DialogPVRGroupManager.xml
+++ b/addons/skin.estuary/xml/DialogPVRGroupManager.xml
@@ -11,7 +11,7 @@
<include content="DialogBackgroundCommons">
<param name="width" value="1820" />
<param name="height" value="995" />
- <param name="header_label" value="$VAR[PVRGroupMgrHeader]$INFO[Container(13).NumItems, (,)]" />
+ <param name="header_label" value="$VAR[PVRGroupMgrHeader]$INFO[Container(13).ListItem.Label, - ,]" />
<param name="header_id" value="1" />
</include>
<control type="group">
@@ -49,13 +49,25 @@
<itemlayout width="400" height="70">
<control type="label">
<left>20</left>
+ <top>5</top>
<right>70</right>
- <height>70</height>
+ <height>30</height>
<aligny>center</aligny>
- <font>font27</font>
+ <font>font12</font>
<textcolor>grey</textcolor>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
+ <control type="label">
+ <left>20</left>
+ <top>35</top>
+ <right>70</right>
+ <height>30</height>
+ <font>font10</font>
+ <aligny>center</aligny>
+ <label>[I]$INFO[ListItem.PVRGroupOrigin][/I]</label>
+ <textcolor>grey</textcolor>
+ <scroll>true</scroll>
+ </control>
<control type="image">
<width>60</width>
<height>60</height>
@@ -93,7 +105,7 @@
<height>30</height>
<font>font10</font>
<aligny>center</aligny>
- <label>[I]$INFO[ListItem.Property(ClientName)][/I]</label>
+ <label>[I]$INFO[ListItem.PVRGroupOrigin]$INFO[ListItem.Property(ClientName),: ,][/I]</label>
<scroll>true</scroll>
</control>
<control type="image">