Shared libraries using MySQL not scanning properly
#1
Here is my set up. I have a 2012 server with a huge raid-5 array serving up my files to my XBMC's the setup worked correctly scanning for metadata and art work of my movie and TV show library.
I have now added a VM on the 2012 server running centOS and installed MySQL too.

Put the entries in the advancesettings.xml on my Openelec box:
Code:
<advancedsettings>
  <network>
    <buffermode>1</buffermode>
    <cachemembuffersize>524288000</cachemembuffersize>
  </network>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.000.101</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.000.101</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
</advancedsettings>

Since I wanted a fresh start I dumped the video and TV show library then added the library back in and let it scan. After completion some titles are missing fan art, or description, or the name of the movie, or poster...ect some are fine. It a mess now.
I used phpMyAdmin to look over the database and there are lots of fields with missing information, when before the move to MySQL the information was displayed.

If anyone can help me out to get this to scan properly id appreciate it[/quote]

Thanks
WW
Reply
#2
It looks familiar, see my post from yesterday. Sadly no respons

http://forum.xbmc.org/showthread.php?tid=189628
Reply

Logout Mark Read Team Forum Stats Members Help
Shared libraries using MySQL not scanning properly0