Updating an old skin to use the new favourites system - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +--- Thread: Updating an old skin to use the new favourites system (/showthread.php?tid=378778) |
Updating an old skin to use the new favourites system - mattd50 - 2024-09-10 The favourites system has been updated in Kodi v21 as is documented here: https://forum.kodi.tv/showthread.php?tid=372280&pid=3167870#pid3167870 And here: 22001 (PR) I am using the Embuary skin (https://github.com/sualfred/skin.embuary) and I want to update it to work with Kodi v21 but I can't really find any documentation to help with this. Could anyone offer any advice/resources to help with this please? Thanks RE: Updating an old skin to use the new favourites system - Hitcher - 2024-09-11 Rename DialogFavourites.xml to MyFavourites.xml and then add some views.See the differences between https://github.com/xbmc/xbmc/blob/Nexus/addons/skin.estuary/xml/DialogFavourites.xml and https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/MyFavourites.xml |