Can change order on the home menu?
#1
Hi!

As I mainly watch video and secondly pictures with Kodi I would like them to appear in that order on the home screen. Is that possible?


/D
Reply
#2
look at  skin.estuary-skinshortcuts
this is the default skin with no other changes
https://forum.kodi.tv/showthread.php?tid=351543
Reply
#3
(2020-03-19, 04:54)Daspunner Wrote: Hi!

As I mainly watch video and secondly pictures with Kodi I would like them to appear in that order on the home screen. Is that possible?


/D
If I understand you correctly, pkscout's excellent mod will allow menu re-ordering too. It's here in the Estuary forums.
Reply
#4
(2020-03-19, 13:32)piscdi Wrote:
(2020-03-19, 04:54)Daspunner Wrote: Hi!

As I mainly watch video and secondly pictures with Kodi I would like them to appear in that order on the home screen. Is that possible?


/D
If I understand you correctly, pkscout's excellent mod will allow menu re-ordering too. It's here in the Estuary forums. 
Thanks for the kind words.  And just so nobody has to go hunting:

https://forum.kodi.tv/showthread.php?tid=333143
Reply
#5
Edit home.xml........... on my case at line 945 (you can reach like using notepad++):
Code:
                        <item>
                            <label>$LOCALIZE[15016]</label>
                            <property name="menu_id">$NUMBER[17000]</property>
                            <onclick>ActivateWindow(Games)</onclick>
                            <thumb>icons/sidemenu/games.png</thumb>
                            <property name="id">games</property>
                            <visible>System.GetBool(gamesgeneral.enable) + !Skin.HasSetting(HomeMenuNoGamesButton)</visible>
                        </item>
                        <item>
                            <label>$LOCALIZE[24001]</label>
                            <property name="menu_id">$NUMBER[8000]</property>
                            <onclick>ActivateWindow(1100)</onclick>
                            <thumb>icons/sidemenu/addons.png</thumb>
                            <property name="id">addons</property>
                            <visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
                        </item>
On my case...... i have change that order.... first addons.... seconds games....
It's works whitout any problems.
...only on your "little world" can you lay down the law...
Reply
#6
How would you go about implementing this for Kodi on Firetv stick?
Reply

Logout Mark Read Team Forum Stats Members Help
Can change order on the home menu?0