Celedhrim / docker-kodi-server

Runs Kodi in headless mode with docker
MIT License
79 stars 20 forks source link

push patch to official Kodi? #6

Closed brianjmurrell closed 8 years ago

brianjmurrell commented 8 years ago

I wonder why the headless patch is not in the official Kodi repo rather than having to do a build-from-source every time, just to apply that patch.

Are the Kodi dev's rejecting the patch and/or idea of a headless mode?

Alternatively, have you considered having Kodi start with a GUI in an Xvfb or something?

Celedhrim commented 8 years ago

This is just an ugly hack to permit headless for kodi. There was discussion on kodi forum for a "real" kodi server/headless mode , but this need to be full web or other setting capable.

And I use docker because I don't want to install all the compilation depends on my server and don't depend specific linux distribution on my server.

bauruine commented 8 years ago

Alternatively, have you considered having Kodi start with a GUI in an Xvfb or something?

I was using Kodi with Xvfb for some time. It crashed every few days and used a shitload of cpu.

Celedhrim commented 8 years ago

No , because doesn't need it.

Xvfb should use few more memory for nothing.

patch + docker is ok for my needs and is ok for my friend / other people on internet.