HOW-TO synchronize your XBMC Media Center between every room in the house: Lifehacker

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
joebrady Offline
Team-XBMC Forum Moderator
Posts: 1,625
Joined: Apr 2007
Reputation: 6
Location: Floyds Knobs, IN
Post: #1
NEW THREAD: http://forum.xbmc.org/showthread.php?tid=157572




EDIT (2012/03/06): For anyone looking for info on using MySQL with XBMC v11, go with the XBMC Wiki instructions instead. The Lifehacker link will still work for v10.

http://lifehacker.com/5634515/how-to-syn...eedfetcher

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first
(This post was last modified: 2013-02-25 22:29 by Ned Scott.)
find
Flomaster Offline
Posting Freak
Posts: 1,293
Joined: Jun 2010
Reputation: 6
Location: East Texas
Post: #2
HOLY SHIT .... thats to easy..... should i end up with another tv and front end for XBMC I will be using this for sure

-=Jason=-
find
lloydsmart Offline
Member+
Posts: 306
Joined: Sep 2009
Reputation: 0
Location: UK
Post: #3
Fantastic guide. I need to buy some more TVs and PCs so I can try this...!

No, seriously! Big Grin
find
avus m3 Offline
Senior Member
Posts: 247
Joined: May 2010
Reputation: 0
Post: #4
Planning on getting my server setup today...was going to try and use the MySQL database. This is a little easier to follow than the thread on it right now. Thanks
find
skunobe Offline
Junior Member
Posts: 3
Joined: Sep 2010
Reputation: 0
Post: #5
That is just so great. Thanks for sharing this tip
find
kophinos Offline
Junior Member
Posts: 1
Joined: Sep 2010
Reputation: 0
Post: #6
maybe i'm special, but i cannot seem to get this to work. followed the tutorial, got my libraries on the remote box, but when i try to play a file xbmc says "this file is no longer available."
find
PreviousN Offline
Junior Member
Posts: 1
Joined: Sep 2010
Reputation: 0
Post: #7
This doesn't work for me either.

Part of the problem is that the author assumes that all pcs are running Windows. The other part of the problem is that the author doesn't elaborate on mounting media shares. By this I mean, if my server (also a media center) has my files stored on /media, then when I share via samba to my other computer, then the media locations don't match and xbmc is unable to find the files.

I sent an email to the author (his email is on the lifehacker page) and he didn't get back to me. While this was an exciting article, I have yet to see a working implementation.
(This post was last modified: 2010-09-17 17:36 by PreviousN.)
find
bcboncs Offline
Member
Posts: 80
Joined: Feb 2010
Reputation: 0
Post: #8
Seems like a cool concept but I have too many questions. haah
find
mjjstorey Offline
Junior Member
Posts: 6
Joined: Oct 2009
Reputation: 0
Post: #9
I have got this working now. I was more interested for the fact its using MySQL. I am a MySQL/PHP developer.

Things to note:
--------------
You MUST use a share to add things to the library
e.g. if you have a server/htpc (name Server1) and a separate htpc (name HTPC1), you do the following:

Set up shares for all media
On Server1 add the media locations using samba share, e.g. smb://Server1/TV, smb://Server1/Movies
---------------

I have just developed a VERY crude website which checks for episodes that you are missing.

I would also STRONGLY advise making sure that your files are named correctly before setting up the shares on the second machine.
find
Ogi010 Offline
Member
Posts: 79
Joined: Apr 2010
Reputation: 1
Post: #10
I can't seem to get it working. According to my XBMC.log file, it can't find/connect to my server on start up Undecided XBMC as a result crashes at the splash screen.


EDIT1:
2 seconds after I posted it, I got an idea for a fix, and it worked.

the article suggests that in the host tag, you do

Code:
<host>###.###.###.###</host>

instead do

Code:
<host>###.###.###.###:3306</host>

that is if 3306 is the port you're using...
(This post was last modified: 2010-10-05 06:00 by Ogi010.)
find
Thread Closed