[Tutorial] Shared Library / Shared Sources
|
21st May, 2013, 03:59 AM
Post: #4
|
|||
|
|||
RE: [Tutorial] Shared Library / Shared Sources
(21st May, 2013 01:19 AM)Smiggel Wrote: Why does Xbian not use the default table names xbmc_video and xbmc_music? I followed this (http://ozymandyaz.blogspot.nl/2011/08/configure-synology-nas-as-mysql-server.html) tutorial, but somehow see that Xbian makes it's own table names. "Sorry, the page you were looking for in this blog does not exist." xbmc_video and xbmc_music is not standard. look point 5. http://wiki.xbmc.org/index.php?title=HOW-TO:Share_libraries_using_MySQL/Advanced_notes anytime you can override the names in advancedsettings.xml like this (xbmc will ALWAYS add version number (of the DB template, not XBMC version) as suffix): <videodatabase> <type>mysql</type> <host>xbmcdb.private</host> <port>3306</port> <user>USERNAME</user> <pass>PASSWORD</pass> <name>xbmc_MyVideos</name> </videodatabase> <musicdatabase> <type>mysql</type> <host>xbmcdb.private</host> <port>3306</port> <user>USERNAME</user> <pass>PASSWORD</pass> <name>xbmc_MyMusic</name> </musicdatabase> Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] XMBC doesn't start automatically with nfs shared configured | Lukeid | 11 | 33,123 |
24th Mar, 2014 10:55 AM Last Post: mk01 |
|
Shared Library | ilgrank | 5 | 18,912 |
19th Jul, 2013 04:13 AM Last Post: ilgrank |
|
Multiple Pi with shared library | Calp87 | 1 | 7,087 |
19th May, 2013 07:58 PM Last Post: rikardo1979 |
|
[PROBLEM] can't access a shared folder on my laptop(windows 8) | xhuntrkillerx | 4 | 16,195 |
3rd May, 2013 01:40 AM Last Post: xhuntrkillerx |
|
[PROBLEM] Can't see shared folders with Win7 | Muertomatao | 4 | 14,180 |
19th Mar, 2013 04:12 AM Last Post: Muertomatao |