HOW-TO:Share libraries using MySQL: Wiki Edition
Update. Everything is working now.

I havnt used the right path to my movies and tv-series.
When i changed to smb://workgroup/computer-name/movies it worked =)

Hi all.
I have some problems to get this to work. Trying to explain here now.
I have an server computer with MySQL 5.5 and Xbmc 13.3 on.
Have followed all the instructions (i think)and im sharing some tvseries and some movies.
And i also have copied advancedsettings.xml to all my xbmc installations,

Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.3</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>

    <musicdatabase>
        <type>mysql</type>
        <host>192.168.1.3</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </musicdatabase>

     <videolibrary>
          <importwatchedstate>true</importwatchedstate>
     </videolibrary>
</advancedsettings>

So now im on the ATV2. Fresh Xbmc installation.
I see Tv-shows and Movies directly.
On tv-shows i have posters, banners, everything.
Movies i dont have any pics. I see only Movie name, imdb score and plot.
When i try to play a movie/tv-show i got message that the movie/tv-show is no longer availiable.

If i add the movie or tv-show directory (smb:ip-adress/folder) he doesnt care.
But the funny part if i go to files/movie directory i can see all posters etc. on the movies.

Have i missed something important? I think the database is working but i have mostly missed something.
Its the same problem with my computer.
Reply


Messages In This Thread
RE: HOW-TO synchronize XBMC between every room in the house: Wiki Edition - by zidewinder - 2014-01-27, 22:49
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2