Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2017-11-16, 21:16)yevaman44 Wrote:
(2017-11-16, 18:35)zachmorris Wrote: I'd try this:  http://kodi.wiki/view/autoexec.py

With the contents of autoexec.py:
python:
import xbmc
xbmc.executebuiltin('RunAddon(plugin.program.advanced.emulator.launcher)')
Hi !!

Thx for the help !
But it doesn't work.. Sad    

I just tested it and it works. Make sure autoexec.py is in the correct directory. Here is a fancier version that will display a notification:

python:
import xbmc, xbmcgui
xbmcgui.Dialog().notification('autoexec.py', 'Launching AEL')
xbmc.executebuiltin('RunAddon(plugin.program.advanced.emulator.launcher)')
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by Wintermute0110 - 2017-11-17, 06:32
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12