Hallo zusammen,
ich habe 3 Rechner mit XBMC 12.2 Frodo und würde nun gerne auf Kodi upgraden. Bei mri liegt recht viel auf dem Server (MySQL - Datenbank, das Profil,...)
Meine advanxedsettings.xml sieht wie folgt aus:
Code
<[definition='2','1']advancedsettings[/definition]>
<videodatabase>
<type>mysql</type>
<host>192.168.2.150</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.2.150</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/playlists/</from>
<to>smb://dehein:1234@192.168.2.150\xbmc\Profile\playlists</to>
</substitute>
<substitute>
<from>special://masterprofile/keymaps</from>
<to>smb://dehein:1234@192.168.2.150\xbmc\Profile\keymaps</to>
</substitute>
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>smb://dehein:1234@192.168.2.150\xbmc\Profile\sources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/mediasources.xml</from>
<to>smb://dehein:1234@192.168.2.150\xbmc\Profile\mediasources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/favourites.xml</from>
<to>smb://dehein:1234@192.168.2.150\xbmc\Profile\favourites.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/RssFeeds.xml</from>
<to>smb://dehein:1234@192.168.2.150\xbmc\Profile\RssFeeds.xml</to>
</substitute>
</pathsubstitution>
<videoextensions>
<add>.htm</add>
<add>.php</add>
</videoextensions>
</[definition='2','1']advancedsettings[/definition]>
Alles anzeigen
Klappt das alles problemlos so weiter? Und muss ich beim Upgrade irgendetwas beachten oder installiere ich einfach Kodi auf einem der 3 Rechner und dieser upgraded dann die DB und benutzt alle Einstellungen weiter?
Vielen Dank
Dennis