Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2016-10-31, 12:26)xphilipp Wrote:
(2016-10-31, 09:11)Wintermute0110 Wrote: Also, If you just want to have some standalone launchers in addon root maybe you may want to hide <Favourites>, collections, etc. Go to addon settings, "Display" to do so.

I've already done this. But it still displays the "emulator" category, that's why I removed it using the context menu... and discovered this bug.

As you say, it's a corner case and the error message is self-explanatory... But it says to report the bug Tongue.

My quick'n dirty edit:

Code:
def _command_add_new_launcher(self, categoryID):
    # If categoryID not found return to plugin root window.
    if categoryID not in self.categories:
        log_info('Category ID not found. Create laucher in addon root.')
        launcher_categoryID = VCATEGORY_ADDONROOT_ID
    else:
        # --- Ask user if launcher is created on selected category or on root menu ---
        (...)

    # --- Show "Create New Launcher" dialog ---
    dialog = xbmcgui.Dialog()
    (...)

Thanks for your help. Problem should be fixed in last commit.
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by Wintermute0110 - 2016-11-04, 14:01
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