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
WordMasterRice Offline
Junior Member
Posts: 22
Joined: Oct 2011
Reputation: 0
Post: #431
(2012-04-23 15:42)Moncha Wrote:  You need to create the datatbases, XBMC only reads them after you have done so.

Log in and run this as taken from the Lifehacker site:

Code:
CREATE database xbmc_video;
CREATE database xbmc_music;

This is incorrect, if you have set everything up properly you let XBMC create the databases and tables.
find
pumkinut Online
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #432
(2012-04-23 17:12)WordMasterRice Wrote:  
(2012-04-23 15:42)Moncha Wrote:  You need to create the datatbases, XBMC only reads them after you have done so.

Log in and run this as taken from the Lifehacker site:

Code:
CREATE database xbmc_video;
CREATE database xbmc_music;

This is incorrect, if you have set everything up properly you let XBMC create the databases and tables.
Yup, as long as the permissions are set up correctly, i.e. grant all on *.* to 'xbmc'@'%' it should Just Work©.

Also, have you set the content correctly on all of the pertinent folders and updated your library?
(This post was last modified: 2012-04-24 02:53 by pumkinut.)
find
Kami Offline
Junior Member
Posts: 17
Joined: May 2010
Reputation: 0
Post: #433
I've ran through the steps several times, and ran the permissions query multiple chance but still no luck.

I've even renamed the profiles and updated the settings file a couple of times, but still nothing.

I'm about to try it on a different computer and see how well I do.
find
Moncha Offline
Junior Member
Posts: 3
Joined: Jul 2011
Reputation: 0
Post: #434
I may stand corrected but, I had no luck in having XBMC create the DB and tables so I did it manually and all worked great.
In Dharma I was using WHS, now with eden I am using WHS 2011 and both time had to manually set the DBs.
find
Kami Offline
Junior Member
Posts: 17
Joined: May 2010
Reputation: 0
Post: #435
I finally managed to get this working after a couple of mistakes, the first being that the advancedsettings.xml file wasn't saved in the userdata folder and the second being a missing closing '>' in my file.

However after I checked the database and found all my videos had been added to the tables, when trying to play them in XBMC all the folders were now empty. I then tried to fix this by readding the content, but now it doesn't save the content settings and doesn't scan the videos to the library.

Anyone got any ideas?

Cheers
find
labtopia Offline
Junior Member
Posts: 21
Joined: Jun 2010
Reputation: 0
Post: #436
(2012-04-27 00:13)Kami Wrote:  but now it doesn't save the content settings and doesn't scan the videos to the library.

im having this issue too after switching over to mysql, tv shows will keep set content, but movies will not, it keeps reverting to NONE. this was working just fine when i set it up, but i discoverd yesterday that movies i can no longer set the scraper and content type.

i've tried removing the source and adding it again, but doesnt work.

dave
find
labtopia Offline
Junior Member
Posts: 21
Joined: Jun 2010
Reputation: 0
Post: #437
(2012-04-27 14:57)labtopia Wrote:  
(2012-04-27 00:13)Kami Wrote:  but now it doesn't save the content settings and doesn't scan the videos to the library.

im having this issue too after switching over to mysql, tv shows will keep set content, but movies will not, it keeps reverting to NONE. this was working just fine when i set it up, but i discoverd yesterday that movies i can no longer set the scraper and content type.

i've tried removing the source and adding it again, but doesnt work.

dave

i was able to fix this, it looks like my user profile was bad, so i backed up my userdata folder and deleted it, new fresh one, i put back my advanced, sources, medialocations xml's and it is now working again.
find
allen00se Offline
Member
Posts: 64
Joined: Apr 2011
Reputation: 0
Post: #438
So has anyone got thumbnails working for movies and TV shows on Eden? I have my libraries sync'd but I have no thumbnails. I can manually go into each movie and set the thumbnail, then it stays... but for some reason it isnt working automatically.
find
TheGooch Offline
Junior Member
Posts: 3
Joined: Mar 2012
Reputation: 0
Post: #439
(2012-04-25 22:09)Moncha Wrote:  I may stand corrected but, I had no luck in having XBMC create the DB and tables so I did it manually and all worked great.
In Dharma I was using WHS, now with eden I am using WHS 2011 and both time had to manually set the DBs.

How did you do it manually? I tried manually creating the databases but it won't create the tables. Since I don't know the schema for the database, I can't create them manually.

Please let me know as I've been googling for hours trying to figure out how to manually create the tables.
find
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #440
Do not create the tables, XBMC will do it for you. Read the wiki!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find
Thread Closed