Posts: 24
Joined: Jul 2019
Reputation:
0
witty
Junior Member
Posts: 24
2019-07-18, 17:01
Hi,
I just "upgraded" my local Kodi-library copies at home to a shared MySQL-library running on my QNAP-NAS.
I'm also running a portable Kodi version on a notebook (no admin rights) and want to use the shared LAN-library also locally/offline ...
I don't want to play the movies/TV-shows/music (as the big files are located on my local NAS) - but I want to have access to the movie list and playinfo/pictures etc. offline
=> so I think I need an SQLite-export (MyVideos116.db + MyMusic72.db) from my MySQL-library
any idea?
thanks
Michael
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
Why not run a MySQL server on your notebook as well, for local use only?
Then simply do a mysqldump from your NAS to your notebook.
It would avoid possible SQLite/MySQL conversion troubles.
Posts: 21,163
Joined: Apr 2017
Reputation:
1,469
What operating system on the laptop?
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
You don't need a .paf portable Kodi installer.
If you install the official Kodi version, and run it as portable, all should work.
Posts: 24
Joined: Jul 2019
Reputation:
0
witty
Junior Member
Posts: 24
exactly!
I can confirm, running Kodi installation is asking for admin rights immediately - decision to install in portable directory comes after having logged in with admin rights :-(
Posts: 3,575
Joined: Mar 2011
Reputation:
194
2019-07-19, 23:54
(This post was last modified: 2019-07-19, 23:55 by trogggy.)
Enable debug logging, restart kodi, post the log to a paste site and the link here - that might show up why advancedsettiungs are not being read.
Posts: 3,925
Joined: Sep 2013
Reputation:
365
Hmmm, define "database-data". Do you mean all the actual titles, or do you mean all the art ? If it's the art that's missing, that's because Kodi only stores links to the art in the music/video dbs. If Kodi has shown the art before, it'll look in its local cache first and if its not there, then it will try to load it from the link(s). Copying the Textures13.db and the entire Thumbnail directory from your live environment to the offline one might fix that. Obviously, art that cannot be loaded from the cache will be missing as the sources are not available to load it from.
Learning Linux the hard way !!