Kodi Community Forum
Reorder Left Menu item, Default show Video/NFS mount point - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260)
+---- Thread: Reorder Left Menu item, Default show Video/NFS mount point (/showthread.php?tid=310567)



Reorder Left Menu item, Default show Video/NFS mount point - enri - 2017-03-27

1. Is there any settings I can change to reorder the main menu left item? I nearly turned off all item with only Video and Add-On turned on, but I need to show Video first

2. Or alternatively, is there any way to make the screen show by default the NFS mount point inside Video?

3, Or is it possible to set Favourite as default once Kodi start? This setting is not available in the Settings

Every time I open Kodi, I have to click several times in order to access the item I need

Thank you


Reorder Left Menu item, Default show Video/NFS mount point - hoppel118 - 2017-03-27

Hello, it's not possible to reorder the main menu items with default estuary. You need to look for skin mods. For example "pkscout's estuary mod":

http://forum.kodi.tv/showthread.php?tid=303946

Greetings Hoppel


Ваш форум просто лучше всех! - DaniloslWag - 2017-03-27

Подтверждаю. Так бывает. Давайте обсудим этот вопрос.


RE: Reorder Left Menu item, Default show Video/NFS mount point - enri - 2017-03-27

thanks a lot for your help


RE: Reorder Left Menu item, Default show Video/NFS mount point - the_other_guy - 2017-06-10

(2017-03-27, 03:03)enri Wrote: 1. Is there any settings I can change to reorder the main menu left item?

you need to cut and past in home.xml


<item>
<label>$LOCALIZE[20343]</label>
<onclick condition="Library.HasContent(tvshows)">ActivateWindow(Videos,videodb://tvshows/titles/,return)</onclick>
<onclick condition="!Library.HasContent(tvshows)">ActivateWindow(Videos,sources://video/,return)</onclick>
<property name="menu_id">$NUMBER[6000]</property>
<thumb>icons/sidemenu/tv.png</thumb>
<property name="id">tvshows</property>
<visible>!Skin.HasSetting(HomeMenuNoTVShowButton)</visible>
</item>
<item>
<label>$LOCALIZE[19020]</label>
<property name="menu_id">$NUMBER[12000]</property>
<onclick>ActivateWindow(TVChannels)</onclick>
<thumb>icons/sidemenu/livetv.png</thumb>
<property name="id">livetv</property>
<visible>!Skin.HasSetting(HomeMenuNoTVButton)</visible>
</item>
this is tv pvr moved under tv shows