Custom action configured for AEON NOX main menu item is lost upon reboot
#1
Hi!

I have installed Kodi Jarvis 16.1 on an Intel NUC NUC6i5SYH running Windows 8.1 Pro 64-bit.

I have configured in AEON NOX a couple of main menu items that I would like to point to video file folders (not library nodes like TV Shows, Movies, etc.).
For this I have found the following custom command:

ActivateWindow(videos, C:\My Videos\, return)

This works fine, the only problem is that when I restart windows the above-mentioned custom config gets lost and I need to reconfigure.

Would anyone know how I could have this config as permanent?

Thanks!
Akis
Reply
#2
Same issue for me, on Nexus Player (Android TV).
Reply
#3
It should save it upon exit, but I believe if Kodi crashes the settings aren't saved. This should be fixed in Kodi v17.
To force a save you can make a custom submenu item, called Reload with this action:
Code:
ReloadSkin()

This will force a write to ~/userdata/addon_data/skin.aeon.nox.5/settings.xml which otherwise is only done at shutdown.
Reply

Logout Mark Read Team Forum Stats Members Help
Custom action configured for AEON NOX main menu item is lost upon reboot1