![]() |
|
[AppleTV2] MySQL database / library support? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: iOS support (/forumdisplay.php?fid=137) +---- Thread: [AppleTV2] MySQL database / library support? (/showthread.php?tid=91485) |
[AppleTV2] MySQL database / library support? - hotlobster - 2011-01-22 02:41 Hi What version of xbmc is used in iphone/ipad ? I've tryed to use my central mysql database by setting an advancedsettings.xml on the iphone but it doesn't seems to take count of it. - jmarshall - 2011-01-22 03:18 I believe it should work - check the debug log. - hotlobster - 2011-01-22 12:15 Where are xbmc logs generated on idevices ? There's no temp folder in xbmc directory. Thanks. MySql ??? - ti_gusus - 2011-01-22 19:08 Before buying the ATV2, i would like to get confirmation the functionnality of my SQL server. Thank ! A+++ - topfs2 - 2011-01-22 19:26 I think its omitted, to get down dependencies and size. I could be wrong though, and it could be introduced again I would think. - rinseaid - 2011-01-22 21:08 No, it's working fine here. Using ATV2 with 4.2.1 firmware. I have in /private/var/mobile/Library/Preferences/XBMC/userdata/advancedsettings.xml: <advancedsettings> <videodatabase> <type>mysql</type> <host>10.11.12.100</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> <name>xbmc_video</name> </videodatabase> <musicdatabase> <type>mysql</type> <host>10.11.12.100</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> <name>xbmc_music</name> </musicdatabase> </advancedsettings> And it's working great! Thanks Davilla and Team-XBMC! note: I also set up my library such that the initial commit to the sql database was to an smb:// URL rather than a mounted filesystem, in order to be OS agnostic and also for super easy setup (just add advancedsettings.xml and you're done.) - yozh - 2011-01-22 23:41 rinseaid Wrote:No, it's working fine here. Yeah works here as well. Just an issue with resume, but I think its with local DB as well, nothing seems to want to resume..... - ti_gusus - 2011-01-23 01:56 This is good news... Anyone using shortcut for remote Thumbnails ? - gerner - 2011-01-23 02:22 ti_gusus Wrote:This is good news... Would appreciate it if anyone can share how to do this on iPad. - ti_gusus - 2011-01-23 21:33 Anyone using shortcut for remote Thumbnails ? Should we do it the same way we do in Linux ? I gonna buy a unit tomorrow and have some fun with it ;-) Always good to play with new stuff... ![]()
|