matthuisman / docker-kodi-headless

A headless install of kodi in a docker container
GNU General Public License v3.0
124 stars 11 forks source link

step-by-step guide for the first configuration #21

Closed cap-blackbeard closed 1 year ago

cap-blackbeard commented 1 year ago

Hello Matt, is there a step-by-step guide for the first configuration of the container? Specifically I want to ask how can I add the media sources to the container? I copied the sources.xml file from my KODI installation and pasted it into the container. However, I don't get any data displayed in the web UI.

matthuisman commented 1 year ago

https://github.com/matthuisman/docker-kodi-headless/blob/master/docker-compose.yml has an example compose file you can use.

Otherwise, this kodi is the same as "Stock kodi" just without the gui.... so https://kodi.wiki/view/Main_Page is valid etc.

Cant help further than that sorry

cap-blackbeard commented 1 year ago

Thank you very much! The doker-compose.yml helped me. The container is running.

I mounted the files to the host and added the volume to the container. I also edited the source-xml. Now I see the files in the browser of Chorus2-web-ui. But the database scan doesn't work.

What am I doing wrong?

matthuisman commented 1 year ago

you'll need to set content for sources most likely from another instance of Kodi pointing to the same sql database

cap-blackbeard commented 1 year ago

Works. Thank you!