Enable/Show system menu on xmbc Aeon skin
#1
Hi

I have accidentally hidden/disabled the "Setting" menu. How do I enable this again? I am running XBMC Aeon skin on ATV2 so need to enable the "Setting" menu option using Apple TV remote.

Regards
J
Reply
#2
press "S" when you're on Main Menu, enter into settings and then enable again the shortcut.
Reply
#3
I don't have keyboard. I only have Apple remote for AppleTV.
Reply
#4
Can anyone suggest any other option please?
Reply
#5
Do you have remote access to your machine? Find the guisettings.xml and change the entry
Code:
<setting type="bool" name="skin.aeon.nox.homemenunosettingsbutton">true</setting>
to
Code:
<setting type="bool" name="skin.aeon.nox.homemenunosettingsbutton">false</setting>

Or map a button to your remote in remote.xml to
Code:
ActivateWindow(shutdownmenu)
to access the aforementioned shutdown menu.

If you have an ipad or iphone/android phone you also use the freely available xbmc remote apps to get access to the shutdown menu.
Reply
#6
Thank you. Woks now.
Reply
#7
I have stupidly done the same as the original poster here, disabling the System item from the home screen.

However, the solution posted above is way, way, way over my head. Is there a simpler solution?
Reply

Logout Mark Read Team Forum Stats Members Help
Enable/Show system menu on xmbc Aeon skin0