Possible to Rearrange Menu Items?
#16
(2017-06-26, 09:54)DaVu Wrote: Haven´t tried it myself yet, but I would take a look at this section for the 2nd question:

https://github.com/phil65/skin.estuary/b...ml#L61-L82

and probably change the IDs 5100, 5200, 5300 and 5400 to re-arrange items in a specific order. Probably you have to swap those sub-sections completely.

I´m not sure if that will work, but it might be worth a try.
I updated to Matrix and my menu items reverted to the default. I can no longer locate the Home.xml file. Is this handled differently now? Is it still possible to swap the Recently Added and In Progress menu order?
Reply
#17
(2022-07-24, 16:45)Chizad Wrote:
(2017-06-26, 09:54)DaVu Wrote:  
I updated to Matrix and my menu items reverted to the default. I can no longer locate the Home.xml file. Is this handled differently now? Is it still possible to swap the Recently Added and In Progress menu order?
Yes, you can still re-order as you've done previously. I do the same thing quite often using Matrix. Everything is still located in the home.xml file of the estuary skin.

Also, I saw your previous question about re-ordering the sources. This should also be possible. Just navigate to the sources.xml file located in the user data folder, then copy and paste the new order you want for your video sources. Just remember to delete the old entry. I'm pretty sure this will change the order of the sources the next time you open Kodi.
Reply
#18
(2022-07-24, 21:07)Dumyat Wrote:
(2022-07-24, 16:45)Chizad Wrote:
(2017-06-26, 09:54)DaVu Wrote:  
I updated to Matrix and my menu items reverted to the default. I can no longer locate the Home.xml file. Is this handled differently now? Is it still possible to swap the Recently Added and In Progress menu order?
Yes, you can still re-order as you've done previously. I do the same thing quite often using Matrix. Everything is still located in the home.xml file of the estuary skin.

Also, I saw your previous question about re-ordering the sources. This should also be possible. Just navigate to the sources.xml file located in the user data folder, then copy and paste the new order you want for your video sources. Just remember to delete the old entry. I'm pretty sure this will change the order of the sources the next time you open Kodi.
I tried searching my entire C:\ drive for a home.xml file, and it does not appear to exist. I know I found it before when I originally created this thread. I don't know if the home.xml file no longer exists, or if I just can't find it. Where does it normally reside in Windows 10?
Reply
#19
(2022-07-26, 02:59)Chizad Wrote:
(2022-07-24, 21:07)Dumyat Wrote:  
For the default version of the Estuary skin included with Kodi when it's installed, the Home.xml file can be located here on Windows 10/11:-
xml:
C:\Program Files\Kodi\addons\skin.estuary\xml
For custom or modded versions of the Estuary, the skin is located in the Roaming folder. As an example, this is how the path of my modded version of Estuary looks:-
xml:
C:\Users\Name-Of-Your-PC\AppData\Roaming\Kodi\addons\skin.estuary.pvr.plus\xml
The Estuary skin requires the Home.xml file to actually work, so it's very unlikely it does not exist, you just need to track it down 

To see skins located in the AppData folder sometimes you need to enable the option 'show hidden files, folders and drives' listed under the views option of the folder options as shown below:-
Image 

Hope this helps.
Reply
#20
(2022-07-26, 12:15)Dumyat Wrote: C:\Program Files\Kodi\addons\skin.estuary\

Yep, sorry. Thanks. Not sure why I wasn't picking it up in Windows Search, but when I manually browsed there there it was. And swapping those tags worked again. Thanks!
Reply
#21
My advice would be to copy the whole skin.estuary folder to somewhere safe to you have a backup of your changes. To keep track of where you've changed things then in this backup copy you could rename home.xml to home_mod.xml for example. Then within home.mod.xml you can add a comment such as

xml:
<!-- MOD -->

above the line you've changed, so the changed line are easy to locate.

Or if you changed several ilnes grouped together

xml:
<!-- MOD start -->
some
line
of
skin
xml
code
<!-- MOD end -->
Reply
#22
Just as an FYI, I have an Estuary mod that let's you reorder the main menu items as well as the widgets in each section (and enable/disable as desired).  You're of course welcome to do it by hand if you want.  I just wanted to offer a way for you to potentially get the same (or similar) result without the code work.  I keep the mods up-to-date with the main Estuary branch, so other than the menu reorganization, it's the same as the default Estuary.  There are versions for Matrix and the alphas of Nexus linked in my signature.
Reply

Logout Mark Read Team Forum Stats Members Help
Possible to Rearrange Menu Items?0