Kodi Community Forum

Full Version: Profile doesn't share sources, even though sharing the default profile is enabled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

after finally upgrading (actually reinstalling) my guest kodi installation from 15 to 17, I cannot set the profiles the way I used to. The main user uses MySQL sources to sync them with the other installations and the guest is supposed to share those read only. But even though in the profiles setup everything looks fine, I get empty sources. I'm on current libreElec (8.2.1) Did I interpret the options wrong or does my profile.xml look weird? Thanks for any ideas.

xml:
<profiles>
    <lastloaded>0</lastloaded>
    <useloginscreen>true</useloginscreen>
    <autologin>0</autologin>
    <nextIdProfile>2</nextIdProfile>
    <profile>
        <id>0</id>
        <name>JK</name>
        <directory pathversion="1">special://masterprofile/</directory>
        <thumbnail pathversion="1"></thumbnail>
        <hasdatabases>true</hasdatabases>
        <canwritedatabases>true</canwritedatabases>
        <hassources>true</hassources>
        <canwritesources>true</canwritesources>
        <lockaddonmanager>false</lockaddonmanager>
        <locksettings>0</locksettings>
        <lockfiles>false</lockfiles>
        <lockmusic>false</lockmusic>
        <lockvideo>false</lockvideo>
        <lockpictures>false</lockpictures>
        <lockprograms>false</lockprograms>
        <lockmode>1</lockmode>
        <lockcode>REMOVED</lockcode>
        <lastdate>15.12.2017 - 12:22</lastdate>
    </profile>
    <profile>
        <id>1</id>
        <name>Gast</name>
        <directory pathversion="1">profiles/Gast/</directory>
        <thumbnail pathversion="1"></thumbnail>
        <hasdatabases>false</hasdatabases>
        <canwritedatabases>false</canwritedatabases>
        <hassources>false</hassources>
        <canwritesources>false</canwritesources>
        <lockaddonmanager>true</lockaddonmanager>
        <locksettings>1</locksettings>
        <lockfiles>true</lockfiles>
        <lockmusic>false</lockmusic>
        <lockvideo>false</lockvideo>
        <lockpictures>false</lockpictures>
        <lockprograms>true</lockprograms>
        <lockmode>0</lockmode>
        <lockcode>-</lockcode>
        <lastdate>15.12.2017 - 12:22</lastdate>
    </profile>
</profiles>