pre r28000
#1
I recently discovered that there's a more centralised server/client system in some of the latest builds using a mysql database (http://forum.xbmc.org/showthread.php?tid=70603) and I've been looking for some of the pre r30000 builds (I dont know exactly) but for the love of me I can't seem to find them anywhere. I was wondering if somebody could give me some pointers and help me out.
In fact the build I have is the r28256.
And if anyone can also give me some more tips on the centralised database thing it would be cool.

....what I mean is, I want to find that build online.

edit 1: the title was meant to be pre r30000, sorry
Reply
#2
http://mirrors.xbmc.org/nightlies is the location of all official nightlies.

For the DB to use MySQL put this in your advancedsettings.xml:

Code:
<advancedsettings>
        <videodatabase>
                <type>mysql</type>
                <host>localhost</host>
                <port>3306</port>
                <user>xbmc</user>
                <pass>xbmc</pass>
                <name>xbmc_video</name>
        </videodatabase>
</advancedsettings>
Reply
#3
But i can only find recent versions in there, the database system is different and they changed a lot of things such as the add-ons section and all. That's why I would like that specific version.

Thanks for the info on the MySQL thing, I already knew that and my database is already exported as such, but I want a client XBMC on my other computer to be the same version and all. Thanks for the help.
Reply

Logout Mark Read Team Forum Stats Members Help
pre r280000