Kodi Community Forum

Full Version: Favourites.xml problem - not showing up in other profiles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have kodi 17 latest Librelec version running on a Pi 3

I am trying to set up favourites for switching profiles. I have edited /storage/.kodi/userdata/favourites.xml as follows:-

<favourites>
    <favourite name="Master user">LoadProfile(Master user)</favourite>
    <favourite name="Mum &amp; Dad">LoadProfile(Mum &amp; Dad)</favourite>
    <favourite name="Alice">LoadProfile(Alice)</favourite>
</favourites>

From the master user I can select a favourite from the main menu and switch to one of the two other users. However, from both users I can't see any favourites. I'm using the Estuary skin on all users at the moment.

Any ideas please?
Did you create the favourites.xml file in each of the non-master profile folders? They won't use the same favourites.xml as master.
Thanks! I copied the file to the user profiles and its working now Smile