(Aeon Nox) Where is Custom Home menu Enabled/Disabled Values stored in?
#1
Sad 
Image

See this image... On custom home menus can enable or disable.... But where it stored in?

guisettings.xml have these values but it auto generates by another file... I wanna file which file is the original?

Please help me...
Reply
#2
from home directory
special://home/userdata/addon_data/skin.aeon.nox.5/settings.xml

Through Python:

You would start with check which menu item "US Live" is actually assigned to, such as PicturesHomeItem.
Im new to python but im sure you can use something like;

import
xbmc
xbmc.executebuiltin('Skin.SetBool(PicturesHomeItem.Disable)')

and through that into a "autoexec.py" file
Reply

Logout Mark Read Team Forum Stats Members Help
(Aeon Nox) Where is Custom Home menu Enabled/Disabled Values stored in?0