2021-03-01, 18:45
@pgdownload
Might be deliberate. Might be a bug. Either way, something has changed in core kodi that's breaking this as of v19. I have a query in the developers forum.
In the meantime, you could cutout the favourites middleman by editing the userdata/profiles/<profile_name>/addon_data/skin.quartz/settings.xml file directly. Easiest way to do that is assign a working favourite then go and change the values. There will be 4 variables per menu shortcut (label, path, icon, etc).
Sorry for the inconvenience. Hope this can be resolved...
Edit: Example addon submenu favourite modded to load a profile
You can remove the entry for icon. BTW, settings.xml for master profile is in: userdata/addon_data/skin.quartz. hth
Might be deliberate. Might be a bug. Either way, something has changed in core kodi that's breaking this as of v19. I have a query in the developers forum.
In the meantime, you could cutout the favourites middleman by editing the userdata/profiles/<profile_name>/addon_data/skin.quartz/settings.xml file directly. Easiest way to do that is assign a working favourite then go and change the values. There will be 4 variables per menu shortcut (label, path, icon, etc).
Sorry for the inconvenience. Hope this can be resolved...
Edit: Example addon submenu favourite modded to load a profile
PHP Code:
<setting id="CustomAddons.1.List" type="string"></setting>
<setting id="customaddons.1.path" type="string">LoadProfile(User2,return)</setting>
<setting id="CustomAddons.1.Label" type="string">Load User2</setting>
You can remove the entry for icon. BTW, settings.xml for master profile is in: userdata/addon_data/skin.quartz. hth