![]() |
|
HOW-TO synchronize your XBMC Media Center between every room in the house: Lifehacker - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: HOW-TO synchronize your XBMC Media Center between every room in the house: Lifehacker (/showthread.php?tid=80829) |
- Nick8888 - 2010-10-05 05:46 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. - avus m3 - 2010-10-05 09:30 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 - Cirion - 2010-10-08 09:28 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. - ederson - 2010-10-15 19:41 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 - ederson - 2010-10-16 13:12 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) - aeiah - 2010-10-20 16:34 Cirion Wrote:Anyone have a guide to get this working in Ubuntu? 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. - Magua - 2010-10-20 21:39 ederson Wrote:Two scripts randomitems and recentlyadded need some changes in order to work. 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 library update problem - Magua - 2010-10-20 21:42 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 - enoklinger - 2010-10-21 21:47 I'm facing the same library update problem here... ![]() Anyone knows the solution? - opensauce - 2010-10-22 01:53 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. |