diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-14 14:56:59 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-27 16:07:20 +0100 |
commit | 5c7666c57111586ccde0bf52765c182f4efdc110 (patch) | |
tree | 62bebe585dbdd7dd92ca34d20ca1f9084dbe8c97 /addons | |
parent | b919bf07f6dcfa690fecfd529116db1e7809e09b (diff) |
[Estuary] Add infoupdate value to PVR item layouts to make auto update of EPG event progress and programme changes work.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRChannelsOSD.xml | 1 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 5 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Includes_PVR.xml | 5 | ||||
-rw-r--r-- | addons/skin.estuary/xml/MyPVRChannels.xml | 5 |
5 files changed, 12 insertions, 6 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml b/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml index acdd7566c3..4cb239d8d6 100644 --- a/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml +++ b/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml @@ -27,6 +27,7 @@ <param name="list_id" value="11" /> <param name="label1" value="$INFO[ListItem.Label]" /> <param name="has_status_icon" value="true" /> + <param name="info_update" value="5000" /> </include> </control> <control type="scrollbar" id="60"> diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index cdb2199f0a..0a88c6c496 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -383,6 +383,7 @@ <param name="sortorder" value="descending"/> <param name="widget_header" value="$LOCALIZE[31016]"/> <param name="list_id" value="12200"/> + <param name="info_update" value="5000"/> </include> <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://recordings/tv/active?view=flat"/> @@ -449,6 +450,7 @@ <param name="sortorder" value="descending"/> <param name="widget_header" value="$LOCALIZE[31018]"/> <param name="list_id" value="13200"/> + <param name="info_update" value="5000"/> </include> <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://recordings/radio/active?view=flat"/> diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index efdf4d4e8f..418fe37679 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -408,6 +408,7 @@ <param name="icon">$INFO[ListItem.Icon]</param> <param name="label">$INFO[ListItem.Label]</param> <param name="label2">$INFO[ListItem.Title]</param> + <param name="info_update">0</param> <definition> <include content="CategoryLabel"> <param name="label">$PARAM[widget_header]</param> @@ -427,7 +428,7 @@ <param name="list_id" value="$PARAM[list_id]"/> </include> <visible>Integer.IsGreater(Container($PARAM[list_id]).NumItems,$PARAM[item_treshold]) | [Container($PARAM[list_id]).IsUpdating + Integer.IsEqual(Container($PARAM[list_id]).NumItems,0)]</visible> - <itemlayout width="310" height="500"> + <itemlayout width="310" height="500" infoupdate="$PARAM[info_update]"> <control type="group"> <left>70</left> <control type="image"> @@ -486,7 +487,7 @@ </control> </control> </itemlayout> - <focusedlayout width="310" height="500"> + <focusedlayout width="310" height="500" infoupdate="$PARAM[info_update]"> <control type="group"> <depth>DepthContentPopout</depth> <left>70</left> diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml index c80e5651a6..236a7f795a 100644 --- a/addons/skin.estuary/xml/Includes_PVR.xml +++ b/addons/skin.estuary/xml/Includes_PVR.xml @@ -100,8 +100,9 @@ <param name="only_label_condition">false</param> <param name="has_info_icon">false</param> <param name="has_status_icon">false</param> + <param name="info_update">0</param> <definition> - <itemlayout height="100"> + <itemlayout height="100" infoupdate="$PARAM[info_update]"> <control type="progress"> <left>20</left> <top>66</top> @@ -125,7 +126,7 @@ <param name="label4" value="[COLOR grey]$INFO[ListItem.Comment][/COLOR]" /> </include> </itemlayout> - <focusedlayout height="100"> + <focusedlayout height="100" infoupdate="$PARAM[info_update]"> <control type="image"> <left>0</left> <top>0</top> diff --git a/addons/skin.estuary/xml/MyPVRChannels.xml b/addons/skin.estuary/xml/MyPVRChannels.xml index 0e7ba0e6a8..8d36d82b71 100644 --- a/addons/skin.estuary/xml/MyPVRChannels.xml +++ b/addons/skin.estuary/xml/MyPVRChannels.xml @@ -28,6 +28,7 @@ <param name="list_id" value="50" /> <param name="label1" value="$INFO[ListItem.Label]" /> <param name="has_status_icon" value="true" /> + <param name="info_update" value="5000" /> </include> </control> <control type="fixedlist" id="51"> @@ -44,7 +45,7 @@ <ondown>51</ondown> <viewtype label="535">list</viewtype> <pagecontrol>73</pagecontrol> - <itemlayout height="70"> + <itemlayout height="70" infoupdate="5000"> <control type="progress"> <right>10</right> <top>30</top> @@ -94,7 +95,7 @@ <shadowcolor>text_shadow</shadowcolor> </control> </itemlayout> - <focusedlayout height="70"> + <focusedlayout height="70" infoupdate="5000"> <control type="image"> <left>0</left> <top>0</top> |