diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-07 17:42:37 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-14 19:26:29 +0100 |
commit | 7a06eb2af19557d21f6a9b6f4d56f407f3cdcfd6 (patch) | |
tree | cdd1889ae25c3308aa4cdc5605acdb79be4e6da4 /addons | |
parent | 1fe9e9e43c30932f26fc25a43df50511cab30aa4 (diff) |
[Estuary] Cleanup: Rename WidgetListChannels to WidgetListPVR as this widget is not only used for channels.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 16 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index 19f9a867b2..b58fffe433 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -377,14 +377,14 @@ <param name="widget_header" value="$LOCALIZE[31148]"/> <param name="list_id" value="12900"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/tv/*?view=lastplayed"/> <param name="sortby" value="lastplayed"/> <param name="sortorder" value="descending"/> <param name="widget_header" value="$LOCALIZE[31016]"/> <param name="list_id" value="12200"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://recordings/tv/active?view=flat"/> <param name="sortby" value="date"/> <param name="sortorder" value="descending"/> @@ -393,7 +393,7 @@ <param name="label" value="$INFO[ListItem.ChannelName]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://timers/tv/timers/?view=hidedisabled"/> <param name="sortorder" value="ascending"/> <param name="sortby" value="date"/> @@ -403,7 +403,7 @@ <param name="label" value="$INFO[ListItem.Date]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)] - $INFO[ListItem.ChannelName]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/tv"/> <param name="widget_header" value="$LOCALIZE[19173]"/> <param name="widget_target" value="tvguide"/> @@ -435,14 +435,14 @@ <param name="widget_header" value="$LOCALIZE[31148]"/> <param name="list_id" value="13900"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/radio/*?view=lastplayed"/> <param name="sortby" value="lastplayed"/> <param name="sortorder" value="descending"/> <param name="widget_header" value="$LOCALIZE[31018]"/> <param name="list_id" value="13200"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://recordings/radio/active?view=flat"/> <param name="sortby" value="date"/> <param name="sortorder" value="descending"/> @@ -451,7 +451,7 @@ <param name="label" value="$INFO[ListItem.ChannelName]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://timers/radio/timers/?view=hidedisabled"/> <param name="sortorder" value="ascending"/> <param name="sortby" value="date"/> @@ -461,7 +461,7 @@ <param name="label" value="$INFO[ListItem.Date]"/> <param name="label2" value="$INFO[ListItem.Title]$INFO[ListItem.EpisodeName, (,)] - $INFO[ListItem.ChannelName]"/> </include> - <include content="WidgetListChannels" condition="System.HasPVRAddon"> + <include content="WidgetListPVR" condition="System.HasPVRAddon"> <param name="content_path" value="pvr://channels/radio"/> <param name="widget_header" value="$LOCALIZE[19174]"/> <param name="widget_target" value="radioguide"/> diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index 36b83c2210..8e0a51c761 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -438,7 +438,7 @@ </item> </content> </include> - <include name="WidgetListChannels"> + <include name="WidgetListPVR"> <param name="item_treshold">0</param> <param name="item_limit">15</param> <param name="icon">$INFO[ListItem.Icon]</param> |