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
MrWedel Offline
Junior Member
Posts: 5
Joined: Mar 2012
Reputation: 0
Post: #451
(2012-05-09 22:39)Dilligaf Wrote:  I think you got the : and @ swapped try...

<to>smb://<user>:<password>@192.168.1.64/</to>

Mike

GREAT! It works! Now I just need to clean up the database as it looks like he is rescanning the whole content and adding duplicates..
Thanks a million!!

/Christian
find
acme-badboy Offline
Junior Member
Posts: 28
Joined: Jan 2009
Reputation: 0
Post: #452
Hi there,

for the last year I used the lifehacker-solution for syncing the xbmc-database for a Windows7-PC and two XBMC live 10.1 installations on a second Windows7-PC. It is nicely working, but now I want to update all 10.1-Versions on XBMC 11 Eden. Is there a howto especially for this? Or can someone point me in the right direction on what I have to do? Do I have to start from scratch or can I "update" the database?
As for the XBMC live Clients, I figured that I have to reinstall the new XBMC live Versions.

Thanks

Edit:
Oops! I found the Info in the wiki: http://wiki.xbmc.org/index.php?title=HOW...v10_to_v11
(This post was last modified: 2012-05-18 15:28 by acme-badboy.)
find
digitalb0y Offline
Member
Posts: 96
Joined: Feb 2012
Reputation: 1
Location: denver.co
Post: #453
Does anybody know what it would take to sync actual XBMC user settings across multiple devices? I was thinking maybe a symlink to a mounted smb share. Has anyone tried this? I only use XBMCbuntu at my house, so I wouldn't think it would be too tough to mount a share at boot, put my userdata on the share and then symlink from ~/.xbmc/userdata to /mnt/share/userdata, but I was just curious whether anyone had tried this and how successful they were. I also have done a lot of setup for relatives who are setting up multiple boxes in their houses. We've done ATV2 jailbreaks and CrystalBuntu on ATV1 boxes, and I don't even know if those store data in the same place (the Home Directory source didn't contain the same thing in CrystalBuntu that it does in XBMCBuntu). It takes some time to reconfigure XBMC, whatever skin you like, populate your favorites, etc. It would be nice to only have to do it once, and then for changes to be reflected on all f them.

I realize a lot of his will be answered as I play with the other systems a little bit, and perhaps I coud do some trial and error on my own systems as well to see if it even works, I just wondered if anyone else had tried something similar and if they had an stories or tips to share.

Thanks!

XBMCbuntu 11.0
Zotac ZBOX Blu-ray HD-ID34
URC RF-20 (configured with Flirc)
(This post was last modified: 2012-05-20 10:49 by digitalb0y.)
find
Hudson_Hawk04 Offline
Posting Freak
Posts: 1,305
Joined: Oct 2006
Reputation: 3
Post: #454
I am having some trouble getting the sql database to work together, I am probably omitting something pretty simple. I have two machines an one atv with crystal buntu and one aspire revo with xbmcbuntu. I can see the database when I run show databases; in this case I named it bob60 and I am getting counts for each database part when running SELECT COUNT(*) from databasename.movie; SELECT COUNT(*) from databasename.tvshow; However when media is either watched, or paused/stopped I cannot resume it from the other machine. In my advanced settings.xml file I added:

<videodatabase>
<type>mysql</type>
<host>192.168.1.3</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>bob</name>
</videodatabase>

Here is the Debug log for my revo with crystalbuntu
http://xbmclogs.com/show.php?id=3041

Here is the Debug log for ATV
(Will be added shortly)

I feel sorry for people who don't drink. When they wake up in the morning, that's as good as they're going to feel all day.
Frank Sinatra
If I managed to help you in any way, please add to my reputation
.
find
b4pjoe Offline
Junior Member
Posts: 6
Joined: Jan 2012
Reputation: 0
Post: #455
I have followed the instructions from the first post of this thread (from the WIKI for XBMC 11) and I can see my content just fine and it it will play from both installs of XBMC on two different PCs but from both installs there are things that just do not work.

If I stop watching a show or movie midway through it never gives me the option to resume on either XBMC PC.

If I try to view movie information nothing happens on both installs of XBMC. If I try to view show information from TV Shows instead of showing the show information it plays the show.

If I mark a show as watched nothing happens. If I watch a show or movie it is marked as watched temporarily but the next time I view the list of shows or movies it is then unchecked as being watched.

Bookmarks do not work. I tell it to create a bookmark and nothing happens.

I tried running "Update Library" on Movies & TV Shows libraries and now I see two of every show and movie. Then I tried "Clean database" and it looks like something is working but then I still still both instances of my TV Shows and Movies when it gets done.

Any ideas? Here is my pastebin XBMC debugging log.

http://pastebin.com/YC7xFu5n
find
tboooe Offline
Fan
Posts: 463
Joined: Dec 2010
Reputation: 0
Post: #456
(2012-06-09 21:01)b4pjoe Wrote:  I have followed the instructions from the first post of this thread (from the WIKI for XBMC 11) and I can see my content just fine and it it will play from both installs of XBMC on two different PCs but from both installs there are things that just do not work.

If I stop watching a show or movie midway through it never gives me the option to resume on either XBMC PC.

If I try to view movie information nothing happens on both installs of XBMC. If I try to view show information from TV Shows instead of showing the show information it plays the show.

If I mark a show as watched nothing happens. If I watch a show or movie it is marked as watched temporarily but the next time I view the list of shows or movies it is then unchecked as being watched.

Bookmarks do not work. I tell it to create a bookmark and nothing happens.

I tried running "Update Library" on Movies & TV Shows libraries and now I see two of every show and movie. Then I tried "Clean database" and it looks like something is working but then I still still both instances of my TV Shows and Movies when it gets done.

Any ideas? Here is my pastebin XBMC debugging log.

http://pastebin.com/YC7xFu5n

Any update on this? I am having the same issues!
find
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,906
Joined: Jan 2011
Reputation: 130
Location: Arizona, USA
Post: #457
(2012-06-09 21:01)b4pjoe Wrote:  I have followed the instructions from the first post of this thread (from the WIKI for XBMC 11) and I can see my content just fine and it it will play from both installs of XBMC on two different PCs but from both installs there are things that just do not work.

If I stop watching a show or movie midway through it never gives me the option to resume on either XBMC PC.

If I try to view movie information nothing happens on both installs of XBMC. If I try to view show information from TV Shows instead of showing the show information it plays the show.

If I mark a show as watched nothing happens. If I watch a show or movie it is marked as watched temporarily but the next time I view the list of shows or movies it is then unchecked as being watched.

Bookmarks do not work. I tell it to create a bookmark and nothing happens.

I tried running "Update Library" on Movies & TV Shows libraries and now I see two of every show and movie. Then I tried "Clean database" and it looks like something is working but then I still still both instances of my TV Shows and Movies when it gets done.

Any ideas? Here is my pastebin XBMC debugging log.

http://pastebin.com/YC7xFu5n

In your advancedsettings.xml file:

Code:
<substitute>
  <from>E:\root\Media\Videos\Movies\</from>
  <to>SMB:\\JOE-AMD64\Media\Videos\Movies</to>
</substitute>

Needs to be changed to

Code:
<substitute>
  <from>E:\root\Media\Videos\Movies\</from>
  <to>SMB://JOE-AMD64/Media/Videos/Movies/</to>
</substitute>

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
(This post was last modified: 2012-06-18 06:17 by Ned Scott.)
find
tboooe Offline
Fan
Posts: 463
Joined: Dec 2010
Reputation: 0
Post: #458
^^ all of my paths in the Source/xml file are of the smb:// format and I am still having the same issues as described b4pjoe. My logs do not have any errors.
find
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,906
Joined: Jan 2011
Reputation: 130
Location: Arizona, USA
Post: #459
(2012-06-18 06:38)tboooe Wrote:  ^^ all of my paths in the Source/xml file are of the smb:// format and I am still having the same issues as described b4pjoe. My logs do not have any errors.

Can you post the logs anyways, even if they're not showing errors? Remember to turn debugging on: debug log.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find
Blaz Offline
Junior Member
Posts: 2
Joined: Jun 2012
Reputation: 0
Post: #460
Not sure if this is useful to anyone/posted before but here is how I configured a client with read only access to the shared XBMC database (to prevent a particular client updating watched/unwatched).

http://g33ka.com
find
Thread Closed