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
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #11
Can xbmc connect to your server normally?

what happens when you restart xbmc? (Not reboot)

It may be because your network connection has not been established yet. Thats if you are referring to your OS startup.
find
avus m3 Offline
Senior Member
Posts: 247
Joined: May 2010
Reputation: 0
Post: #12
PreviousN Wrote:I have yet to see a working implementation.

:confused2:

Come one over and check out my setup. It works great. I have all me media on a whs vail server sharing via samba. I setup MySQL and also symlinked all the HTPS's thumbnails directory to the server as well. Al HTPCs are setup to update on startup so when I startup XBMC any new media is automatically scanned into the database etc. Since the directorys are symlinked, any computer can scan an item in and all will have instant access to the relevant covers, pics, etc. I can pause a show in the living room and resume it in the bedroom. All media and metadata is consistent across all pc's and it works without hitch.

See this post:

http://forum.xbmc.org/showpost.php?p=612485&postcount=4
(This post was last modified: 2010-10-05 09:32 by avus m3.)
find
Cirion Offline
Junior Member
Posts: 26
Joined: May 2009
Reputation: 0
Post: #13
Anyone have a guide to get this working in Ubuntu?

I have installed mysql server and set everything up, but it only works locally. My other computers have no library and are slow.

I guess there is something with rights. I have looked at the bind to ip setting. It was set to 127.0.0.1, and after trying 192.168.1.101 (local ip) and 0.0.0.0 it does not work in ubuntu localy or remote.

Strangely, now my Win7 PC can use the database, movies and tvshows are there. But they dont work since I use a smb://ip/share/folder/ path.
find
ederson Offline
Senior Member
Posts: 123
Joined: Sep 2009
Reputation: 0
Post: #14
when i first saw this i thought it would be too complicated but it`s unbelievably easy!!!!

My only "problem" is that the recentlyadded script doesn`t work anymore but i can live with that
find
ederson Offline
Senior Member
Posts: 123
Joined: Sep 2009
Reputation: 0
Post: #15
Two scripts randomitems and recentlyadded need some changes in order to work.

you need to change everything in the form

xxxxx isnull

to

isnull(xxxxx)
find
aeiah Offline
Junior Member
Posts: 44
Joined: Jan 2010
Reputation: 0
Post: #16
Cirion Wrote:Anyone have a guide to get this working in Ubuntu?

I have installed mysql server and set everything up, but it only works locally. My other computers have no library and are slow.

I guess there is something with rights. I have looked at the bind to ip setting. It was set to 127.0.0.1, and after trying 192.168.1.101 (local ip) and 0.0.0.0 it does not work in ubuntu localy or remote.

Strangely, now my Win7 PC can use the database, movies and tvshows are there. But they dont work since I use a smb://ip/share/folder/ path.

just commenting out that line in the mysql conf will allow other devices to access the mysql port.

in:
/etc/mysql/my.cnf

change
bind-address = 127.0.0.1
to
#bind-address = 127.0.0.1

as for your other issue, i think its as others have mentioned: you have to specify that samba share as your media location on every instance of xbmc, including the one that serves the mysql database.
find
Magua Offline
Junior Member
Posts: 36
Joined: Jun 2009
Reputation: 0
Post: #17
ederson Wrote:Two scripts randomitems and recentlyadded need some changes in order to work.

you need to change everything in the form

xxxxx isnull

to

isnull(xxxxx)

hello ederson, could you be more specific? or better could you post these two files?
recently added doesnt work for me too and i dont now how exactly change it like you wrote.

thanks
find
Magua Offline
Junior Member
Posts: 36
Joined: Jun 2009
Reputation: 0
Post: #18
auto update of xbmc library after start of xbmc is not working.
And if i try update library from menu in for example movies, nothing happened too. i have two xbmc klients and one database on synology nas.
library normaly works fine, what i change in one room i see in other room but i have no new movies in xmbc :-(
please help me
find
enoklinger Offline
Junior Member
Posts: 43
Joined: Sep 2010
Reputation: 0
Location: Rio de Janeiro / Brazil / South America / Earth / Solar System / Milky Way / 3rd Dimension
Post: #19
I'm facing the same library update problem here...Sad
Anyone knows the solution?
(This post was last modified: 2010-10-21 21:50 by enoklinger.)
find
opensauce Offline
Member
Posts: 62
Joined: Jan 2010
Reputation: 0
Post: #20
Im using dharma beta3 with default skin and recentlyadded seems to work fine for me.

Update on startup works for me also, however it seems like tvdb and other scrapers timeout way too soon.
find
Thread Closed