Reply to thread

This could be done using different approaches.


1: You could remove unwanted plugins completely from the MP2-Client\Plugins folder. But as Skins depend on some plugins, this will break the use of them and you will get a fallback to default (blue) skin.


2: The better way for controlling, which items are shown in "Home" is to modify the plugin's workflowactions: https://github.com/MediaPortal/MediaPortal-2/blob/master/MediaPortal/Source/UI/UiComponents/Media/Skin/default/workflow/media-actions.xml#L16-L33.


This means: each plugin describes which action can be entered from which state. The quoted ones above define actions from "Home" to the different media sections. If you comment them out step by step, you will see the menu items disappearing.


Top Bottom