diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2020-05-15 22:54:09 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2020-05-19 18:42:50 +0200 |
commit | 490ce64f04df680212d59b05452ffc2e31aee334 (patch) | |
tree | 0f7cd073cdc1bdb96fe5a6c8531b5858f7bf6fad /addons/skin.estuary/xml/Includes_Home.xml | |
parent | 5c2abf56751fff35a793555901a07f90e52d3d63 (diff) |
[PVR][Estuary] Dynamic PVR categories for Estuary home screen.
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Home.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index 857e3b2724..d3c24b2b81 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -307,10 +307,8 @@ <param name="item_limit">20</param> <param name="icon">$INFO[ListItem.Icon]</param> <param name="icon_height">120</param> - <param name="pvr_submenu">false</param> <param name="additional_movie_items">false</param> <param name="additional_tvshow_items">false</param> - <param name="pvr_type">TV</param> <param name="visible">true</param> <definition> <include content="CategoryLabel"> @@ -408,56 +406,12 @@ </control> </control> </focusedlayout> - <include condition="!$PARAM[pvr_submenu]" content="SubmenuContent"> - <param name="widget_target" value="$PARAM[widget_target]"/> - <param name="item_limit" value="$PARAM[item_limit]"/> - <param name="content_path" value="$PARAM[content_path]"/> - </include> - <include condition="$PARAM[pvr_submenu]" content="PVRSubMenuContent"> - <param name="pvr_type" value="$PARAM[pvr_type]"/> - </include> + <content target="$PARAM[widget_target]" limit="$PARAM[item_limit]">$PARAM[content_path]</content> <include condition="$PARAM[additional_movie_items]" content="MovieSubmenuItems" /> <include condition="$PARAM[additional_tvshow_items]" content="TVShowSubmenuItems" /> </control> </definition> </include> - <include name="SubmenuContent"> - <content target="$PARAM[widget_target]" limit="$PARAM[item_limit]">$PARAM[content_path]</content> - </include> - <include name="PVRSubMenuContent"> - <content> - <item> - <label>$LOCALIZE[19019]</label> - <onclick>ActivateWindow($PARAM[pvr_type]Channels)</onclick> - <thumb>DefaultAddonPeripheral.png</thumb> - </item> - <item> - <label>$LOCALIZE[19069]</label> - <onclick>ActivateWindow($PARAM[pvr_type]Guide)</onclick> - <thumb>icons/pvr/epg.png</thumb> - </item> - <item> - <label>$LOCALIZE[19017]</label> - <onclick>ActivateWindow($PARAM[pvr_type]Recordings)</onclick> - <thumb>icons/pvr/recording.png</thumb> - </item> - <item> - <label>$LOCALIZE[19040]</label> - <onclick>ActivateWindow($PARAM[pvr_type]Timers)</onclick> - <thumb>icons/pvr/timer.png</thumb> - </item> - <item> - <label>$LOCALIZE[19138]</label> - <onclick>ActivateWindow($PARAM[pvr_type]TimerRules)</onclick> - <thumb>icons/pvr/timer-rule.png</thumb> - </item> - <item> - <label>$LOCALIZE[137]</label> - <onclick>ActivateWindow($PARAM[pvr_type]Search)</onclick> - <thumb>DefaultAddonsSearch.png</thumb> - </item> - </content> - </include> <include name="MovieSubmenuItems"> <content> <item> |