Kodi 14 Helix smartplaylist and MySQL MyVideo89.db + MyMusic48.db
#1
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?
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
#2
wouldn't you need to use smb paths for the playlists?
Reply
#3
(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...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 14 Helix smartplaylist and MySQL MyVideo89.db + MyMusic48.db0