Hm, scheinen ja div. Leute Probleme mit einer zentralen Datenbank und Kodi zu haben.
Vorhin hatte ich gelesen, dass unter Kodi offenbar der Nutzer Kodi in der Datenbank angelegt wird. Hatte meine Windowsrechner und den RaspPi von 13.2 auf Kodi upgedatet. Irgend eine späte Beta war es damals. Daraufhin hatte ich auch die neuen Datenbanken. Also MyVideos90 und MyMusic48. Den Nutzer Kodi gibt's allerdings unter MySQL nicht.
Unter den beiden Installationen auf Windowsrechnern sowie einem RaspPi funzt Kodi problemlos und greift auch auch die Datenbanken zu. Die exakt genau gleiche AS.xml will aber auf einem Cubox ums verrecken nicht laufen.
Aussehen tut sie so:
<[definition='2','1']advancedsettings[/definition]>
<videodatabase>
<type>mysql</type>
<host>Server</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>Server</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<videolibrary>
<dateadded>2</dateadded>
<recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>
<pathsubstitution>
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>smb://xbmc:xbmc@Server/xbmc/sources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://xbmc:xbmc@Server/xbmc/Thumbnails/</to>
</substitute>
<substitute>
<from>special://masterprofile/playlists/</from>
<to>smb://xbmc:xbmc@Server/xbmc/playlists/</to>
</substitute>
<substitute>
<from>special://masterprofile/mediasources.xml/</from>
<to>smb://xbmc:xbmc@Server/xbmc/mediasources.xml/</to>
</substitute>
<substitute>
<from>special://masterprofile/passwords.xml/</from>
<to>smb://xbmc:xbmc@Server/xbmc/xbmcpasswords.xml/</to>
</substitute>
<substitute>
<from>special://masterprofile/favourites.xml/</from>
<to>smb://xbmc:xbmc@Server/xbmc/favourites.xml/</to>
</substitute>
</pathsubstitution>
</[definition='2','1']advancedsettings[/definition]>
- Sollte ich jetzt händisch den Nutzer Kodi in die Datenbank einbauen?
- Stimmt etwas an der AS.xml nicht?