iPad 3 - XBMC Mysql
#1
Hey,

just installed XBMC (from Cydia) + xbmc-20120623-c1baa7f-master-ios.deb latest nightly as of now.
Added my Network NAS as a source, was quite impressed how smooth the videos played, then tried to use my local mysql database (as its used in my notebook+desktop pc). Copied the advancedsettings from my Macbook to the right folder on my iPad
Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.3</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_Video</name>
                
    </videodatabase>
        <musicdatabase>
        <type>mysql</type>
        <host>192.168.1.3</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_Musik</name>
    </advancedsettings>

(which works perfectly with my Macbook). Resprung ipad, started XBMC --> No TV shows are to be seen... I can still browse the files under the video tab though (something must be wrong with the database..)
Logfile: http://pastebin.com/YTfmt5Fv

I do not get why the ipad things something is wrong with the database..

Thank you

Breece

[edit]
For some reason the ipad has a problem with the "old" _Video60 and tries to update to 64.. why would it do that? Now in phpmyadmin I do not know which database is the correct one...
Reply
#2
Like it says on the wiki, if you want to use MySQL then EVERY copy of XBMC has to be on the same version. If you want to use nightlies, then all versions must be on nightlies at or around the same date. Nightlies use a video DB that is version 64.
Reply
#3
Damn, and I thought I read everything.. Wink
Thank you very much ... I will see what to do about it
Reply

Logout Mark Read Team Forum Stats Members Help
iPad 3 - XBMC Mysql0