Just installed latest stable for windows and it's not selecting a database
#1
My advancesettings.xml:

Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.145</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>

    <musicdatabase>
        <type>mysql</type>
        <host>192.168.1.145</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </musicdatabase>
    
    <loglevel>2</loglevel>
    
    <pathsubstitution>
        <substitute>
            <from>special://profile/playlists/video</from>
            <to>smb://DEBIAN/Playlists/video</to>
        </substitute>
        <substitute>
            <from>special://profile/playlists/music</from>
            <to>smb://DEBIAN/Playlists/music</to>
        </substitute>
    </pathsubstitution>
    
</advancedsettings>

My logfile:

xbmc.log

I have 2 raspberry pi's using the shared database as well. They select the database without issue and I see all the checkmarks, etc. They're using MyVideos72 database.

I had installed 11.0 the other night and it had no problem using the database, until now. I reinstalled to see if that would fix it and it did not.

I'm at a loss, especially since the log file loads the advancesettings without issue, mentions the video database configuration message, but doesn't ever do anything with the videos or music database it seems. My other Pi's have in the logfile:

Code:
02:05:01 T:1102348288  NOTICE: Running database version MyMusic30
02:05:01 T:1102348288  NOTICE: Running database version MyVideos72

But the desktop doesn't do anything with "Running database."

Thank you for any help.
Reply
#2
For them to use the same video DB they must be on the same version (or in the case of a development version for the r-pi, the same recent build) of XBMC. v11 will use MyVideos60, but recent v12 beta/nightlies will use MyVideos72. If they used the same DB then the DB would get corrupt, like it did back when people tried it for v10 and pre-v11. It also serves as a safety feature, leaving the original DB untouched in case the update to the video DB went bad.
Reply
#3
Doh, good catch. Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Just installed latest stable for windows and it's not selecting a database0