Posts: 24
Joined: Jul 2019
Reputation:
0
witty
Junior Member
Posts: 24
I am running Kodi on 2 Fire TV Sticks with a shared MySQL Database.
Now I want to have remote access to my up-to-date movie/tv-show library only (playing the video-files is not needed).
My idea is to setup my RaspberryPi with Kodi, but only use Kodi’s Webserver. Is it possible to run Kodi in kind of daemon mode?
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
Kodi has an internal Library Export function, which creates one or several nfo files with metadata, and also does fanart files.
Those nfo files will be used when (re) importing your media collection.
Proper backups of the MySQL database are best done via MySQL client tools (Workbench, PHPMyAdmin, etc), or via the local mysqldump command.
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
Kodi has an export option, for Kodi backup and import purposes only. I'm just not quite sure what the interpretation is for.
The WebGUI can display all movies, tvshows, etcetera directly from the video database.
If you want export listings of all movies in, say, an HTML file, Kodi does not have built-in options for those.
One way would be to export your database directly to .csv files using your preferred SQLite or MySQL client tool, and use a spreadsheet for further customization or interpretation.
Posts: 24
Joined: Jul 2019
Reputation:
0
witty
Junior Member
Posts: 24
... thanks for your comments - perfectly understood, I had the same thoughts.
Still I believe, that the web-gui will be closest to my requirement -> so any chance to start kodi in kind of deamon Mode?
Posts: 24
Joined: Jul 2019
Reputation:
0
witty
Junior Member
Posts: 24
rephrasing the question:
I installed kodi on my headless rpi
-> can I now run kodi on the rpi, with the only purpose to have access to the kodi-webgui?
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
Every Kodi client has a webserver for a webgui. You'll have to activate it via Settings / Services / Control / Allow remote control via HTTP
. There are currently 3-4 web interfaces available.