-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discussion] Ideas / Improvements / In-Use #34
Comments
My overall changes to Dockerfile: @ehough
Note, when |
Thanks so much for these great suggestions! And sorry for my late response.
Good idea. I'll add it as an
I'll be merging that PR (I promise!) as soon as I'm able to run some local testing. Did you also have to install
Any chance you have some examples of add-ons that invoke the
Interesting. You don't remember what error message or behavior you saw, by chance? I'll investigate adding that package. Last note for now: if you haven't considered it already, you could just extend this image to make your custom mods. e.g. FROM erichough/kodi
RUN dpkg --add-architecture i386 && \
sed -i ...
... Know what I mean? That way you wouldn't have to update your image every time I update the base image. |
don't really care here
I don't have tools.
Often things don't work, and then you can bash into docker container. And if not even basics are there it's troublesome to debug why EPG streams.xml doesn't download.
No error message. Just nothing with audio or any audio output channel was working for me.
Yeah but I found it easier to maintain forked Dockerfile for myself. For the reason, I can independently update/downgrade Kodi version if new update is out..or something doesn't work. |
Closing. Don't use Kodi in Docker anymore. It's been 4 years and there are better options now (Flatpak/Snap) with similar goal...even supported by the Kodi project itself. |
Hello, thanks for this project. I'm using since a while now and pretty happy with it.
I thought to open a issue for discussion and sharing ideas to improve the project.
Myself having some dockerfile changes (and custom docker image), that I wanted to share, maybe the one or other might sense to be picked up by the project by default.
The text was updated successfully, but these errors were encountered: