Posts: 6
Joined: Aug 2015
Reputation:
0
Hello, I am trying to get a smooth way to share my kodi movie and tv-show library between 3 windows machines, one android phone, one Philips TV with android on it, and one Chromecast device.
I want them all to use the same library.
And I have a NAS where I store my libraries on.
On the windows machines I could use "mklink /d" for different files and folders inside my userdata folder.
But that does not help the other machines.....
So I wonder how I should set up all to be as smooth as possible for all machines to be able to share my libraries, should I use MySQL or should I do something else?
Posts: 6
Joined: Aug 2015
Reputation:
0
Yeah, my first try was install Kodi on windows, and set that up, scrape my media and export it to multiple files.
Created my "advancedsettings.xml" and set up the lines for my MySQL Library in that.
Run that client to update and insert all media to MySQL database on the NAS.
Copied "advancedsettings.xml", "Textures13.db" and the "Thumbnails" from my first windows client, and paste into my second and third windows clients, and then run Kodi on them, and all works fine.....
Now to my first Android device, my TV, the movies is there, and work and so on....
But no thumbnail working, or other pictures, so no logo, no fanart, no banner, no landscape, and no poster for movies working.
So I first try to do the same way, paste the "Textures13.db" and the "Thumbnails" to the userdata folder, in my TV, but still no thumbnail was working.
I did try to remove them as well, and after that using default files......
But I can not get my android device to show any thumbnails, logo, fanarts, banners, landscape, posters for my media.
So how to get my android devices to be able to show logo, fanarts, banners, landscape, posters for my media when using MySQL solution?
Posts: 6
Joined: Aug 2015
Reputation:
0
Yesterday I was looking into why my thumbnails did not working. And just want to update this post if anyone else got this problem.
It was because I did not have permission on the files that kodi create when I do export my library I did try one export with single file, and one with multiple files, and it did get the same result, I do not have permission to that files.
So I tested to use smb instead of the nfs I use in my path to my media library. And after I using smb it all works fine, I can export files, and have permission to that files.
And my Android can easy pickup that export and use thumbnails now.
So I guess I got it to work now as I wanted. With MySQL on multiple devices.