<advancedsettings>
	<!--Note: Do not share the thumbnails folder or the texture.db under any circumstances.
		  http://kodi.wiki/view/MySQL/Sharing_artwork -->
	<pathsubstitution>
		<substitute>
			<from>special://masterprofile/Thumbnails/</from>
			<to>f:\Eigene Dateien\Kodi\Thumbnails\</to>
		</substitute>
	</pathsubstitution>
	<videodatabase>
		<type>mysql</type>
		<host>192.168.178.26</host>
		<port>3306</port>
		<user>xbmc</user>
		<pass>Secret0815!</pass>
		<name>xbmc_video</name>
	</videodatabase>
	<videolibrary>
		<backgroundupdate>true</backgroundupdate>
		<cleanonupdate>true</cleanonupdate>
		<importwatchedstate>true</importwatchedstate>
		<importresumepoint>true</importresumepoint>
	</videolibrary>
	<musicdatabase>
		<backgroundupdate>true</backgroundupdate>
		<cleanonupdate>true</cleanonupdate>
		<type>mysql</type>
		<host>192.168.178.26</host>
		<port>3306</port>
		<user>xbmc</user>
		<pass>Secret0815!</pass>
		<name>xbmc_music</name>
	</musicdatabase>
</advancedsettings>