Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[Tutorial] Shared Library / Shared Sources
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Tutorial] Shared Library / Shared Sources
27th May, 2013, 05:16 PM
Post: #6
Smiggel Offline
Registered
Posts: 22
Joined: Feb 2013
Reputation: 1
RE: [Tutorial] Shared Library / Shared Sources
(21st May, 2013 03:59 AM)mk01 Wrote:  
(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>

Ah ok. :-) Thanks.

(27th May, 2013 11:44 AM)MM3 Wrote:  Sorry for the noob question, but could you provide a step by step on how to copy over a advancedsettings to the pi. I have the rest setup as I have several different Macs using a shared resource of my synology NAS, but would like to know what is the easiest way to copy over my sources.xml and advancedsettings.xml files from one of my macs to the pi. I assume this can be done in terminal via ssh? Any help would be appreciated.

You can use the terminal to make a new file. SSH into the PI and browse to the folder where the file is stored. Use nano advancedsettings.xml to open the file in nano and you can edit it from there.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
[Tutorial] Shared Library / Shared Sources - brantje - 3rd Jan, 2013, 04:03 AM
RE: [Tutorial] Shared Library / Shared Sources - CurlyMo - 4th Jan, 2013, 10:08 AM
RE: [Tutorial] Shared Library / Shared Sources - Smiggel - 21st May, 2013, 01:19 AM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 21st May, 2013, 03:59 AM
RE: [Tutorial] Shared Library / Shared Sources - Smiggel - 27th May, 2013 05:16 PM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 27th May, 2013, 10:46 PM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 2nd Jun, 2013, 05:14 AM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 2nd Jun, 2013, 04:28 PM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 2nd Jun, 2013, 05:08 PM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 3rd Jun, 2013, 07:13 PM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 27th May, 2013, 11:44 AM
RE: [Tutorial] Shared Library / Shared Sources - brantje - 2nd Jun, 2013, 09:26 PM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 2nd Jun, 2013, 10:01 PM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 3rd Jun, 2013, 08:15 PM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 3rd Jun, 2013, 10:45 PM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 3rd Jun, 2013, 10:47 PM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 3rd Jun, 2013, 10:52 PM
RE: [Tutorial] Shared Library / Shared Sources - mk01 - 3rd Jun, 2013, 11:07 PM
RE: [Tutorial] Shared Library / Shared Sources - MM3 - 3rd Jun, 2013, 11:10 PM
RE: [Tutorial] Shared Library / Shared Sources - MiguelB - 12th Jul, 2013, 07:24 AM
Re: [Tutorial] Shared Library / Shared Sources - rikardo1979 - 12th Jul, 2013, 07:36 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
Question [SOLVED] XMBC doesn't start automatically with nfs shared configured Lukeid 11 34,857 24th Mar, 2014 10:55 AM
Last Post: mk01
  Shared Library ilgrank 5 19,951 19th Jul, 2013 04:13 AM
Last Post: ilgrank
  Multiple Pi with shared library Calp87 1 7,455 19th May, 2013 07:58 PM
Last Post: rikardo1979
  [PROBLEM] can't access a shared folder on my laptop(windows 8) xhuntrkillerx 4 16,958 3rd May, 2013 01:40 AM
Last Post: xhuntrkillerx
  [PROBLEM] Can't see shared folders with Win7 Muertomatao 4 14,932 19th Mar, 2013 04:12 AM
Last Post: Muertomatao

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 8th Jun, 2025, 02:26 AM Powered By MyBB, © 2002-2025 MyBB Group.