Kodi Community Forum

Full Version: Kodi 14 Helix smartplaylist and MySQL MyVideo89.db + MyMusic48.db
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed a MySQL database on may Mediaserver and shered the MyVideo89.db and MyMusic48.db.
on my Linux system everything runs very well... but om my Windows laptop I have a problem with
smartplaylists. I have two playlist which are based on the stored path of library

Kids - Z:/Kinderfilme
Filme - Z:/Filme

advacedsettings.xml
Code:
<advancedsettings>
<videodatabase>
    <type>mysql</type>
    <host>192.168.xxx.xxx</host>
    <port>3306</port>
    <user>xxxx</user>
    <pass>xxxx</pass>
</videodatabase>
<musicdatabase>
    <type>mysql</type>
    <host>192.168.xxx.xxx</host>
    <port>3306</port>
    <user>xxxx</user>
    <pass>xxxx</pass>
</musicdatabase>
</advancedsettings>

without the shered databases everything worke fine... But with the advancedsettings.xml the playlists dosent work anymore...
Only the playlists doesent work unde main menupoint "MOVIES" all artwork is there...

any Ideas?
wouldn't you need to use smb paths for the playlists?
(2014-10-13, 16:29)helta Wrote: [ -> ]wouldn't you need to use smb paths for the playlists?

thank you mate,

yes that works fine...