Win [SOLVED] Cannot update library using profiles, mysql and samba
#1
I set up multiple profiles using a mysql database and samba hosted on a debian squeeze server. I've only been using the profile I created for myself, which has worked fine on all my XBMC boxes. Today I went to set up a second profile, everything seems fine (db was created for the profile, everything looks to be there, settings are saved) - except that when I add a source the library can't be updated. Update Library stops as soon as it's started and nothing is added. I can navigate through file view and play everything just fine, but I cannot create/update a library.

This is the advancedconfig.xml for the profile:
Code:
<advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.10</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>xbmc</pass>
                                                <name>andyVideo</name>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.10</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>xbmc</pass>
                                                <name>andyMusic</name>
                                              </musicdatabase>
                                            </advancedsettings>

And this is the full xbmc.log, trying several times to update the library and playing one of the files:
http://pastebin.com/HNTwXEpM

Any ideas why it wouldn't be working? My other profile is set up identically, using the exact same source, except the db names are ryanVideo and ryanMusic, and the library on that profile works fine.

Thanks


edit- I changed the source from \\192.168.3.10\foo to smb://192.168.3.10/foo and it works fine now
Reply
#2
Looks like you got it sorted, is that correct?
Reply
#3
(2012-07-26, 17:12)kricker Wrote: Looks like you got it sorted, is that correct?

yes thank you
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] Cannot update library using profiles, mysql and samba0