Kodi in LXC containers

Wahoo simos thanks a lot that helps !!!

My starting point for trying to pull this off was these links regarding a headless kodi (first in french just for reference lol)
https://forum.mpdb.tv/index.php/topic,31096.0.html
https://hub.docker.com/r/celedhrim/kodi-server/
https://github.com/Celedhrim/docker-kodi-server

I even tried the part about building the container myself but it didn’t work, I think for 2 reasons

  1. the version of docker for 32bit is too old
  2. the image Celedhrim based it on might be 64bit

You are right about the configuration of kodi, in the docker guide you have to create a profile that kodi will use, which I’ve already done, but at some time you’ll have to tell the container where to look for it.

I think that in order to update the libraries (Video and Music) kodi needs at least to know

  1. what the sources to use (their paths)
  2. what type of info to put in it (what scraper to use)
  3. and the location of the mysql databases

Thanks again