2017-02-09, 17:22
(2017-02-08, 23:20)marcoooo Wrote: i got a question
is it somehow possible to get the add rom function out off the context menu in a sub menu on the home screen
each console has his own button
in other words what is the command that is given while pressing the add rom button
I'm not sure if you will be able to launch this command from the skin. The command is somewhat complex:
Code:
For a launcher in the root category
URL = plugin://plugin.program.advanced.emulator.launcher/?com=ADD_ROMS&catID=root_category&launID=86eac3949e907ded3c4badedb3d27f70
For a launcher inside a category
URL = plugin://plugin.program.advanced.emulator.launcher/?com=ADD_ROMS&catID=981233949e907ded3c4badedb3d33214&launID=86eac3949e907ded3c4badedb3d27f70
catID and launID are the MD5 fingerprints of the category and launcher, respectively (you can see them if you click on context menu, View Category/Launcher data).
TIP: if you set in AEL settings >> Advanced >> Log level to DEBUG AEL prints on the log all the URLs whenever is called. This may be useful for skinners.