December 20, 201411 yr Because a lot of people have asked for it, i've cobbled together a working but not overly stable helix version of kodi headless server in a docker. It's a patched release-candidate version i can ping it from sickbeard and browse the web interface, but not tested on a live library as i have no helix installs. https://github.com/sparklyballs/private-repo/tree/templates/ it's in template form and you have to fill in your mysql details and config path. EDIT: this post is obsolete as have made a docker based on 14.0 final code.
December 21, 201411 yr Author rebuilt against latest kodi commits on git. using stock depends from xbmc/kodi ppa and an update patch from kodi forums. somewhat better stability but still needs to be run for a good five minutes or so, stopped and restarted to get web interface and polling by sickbeard etc... up and running. it looks possible (may be an overread of kodi statuses on facebook) that helix will go final before christmas.
December 22, 201411 yr Author it looks possible (may be an overread of kodi statuses on facebook) that helix will go final before christmas. it's iminent by the looks of things.
December 22, 201411 yr somewhat better stability but still needs to be run for a good five minutes or so, stopped and restarted to get web interface and polling by sickbeard etc... up and running. What do we think is happening here because that sounds odd? Also a couple of other ideas: rather than use GIT use pull a specific build tar from github. This way you have reproducibility and it clear what specific build the docker is. It also means you can produce docker tagged version per Kodi milestone if you like rather than "built sometime last week".
December 22, 201411 yr Author i shall try that, but when i attempted it with 13.2 tar.gz after the git pull and patching it, trying to bootstrap and configure it told me it had no make file.
December 22, 201411 yr Author What do we think is happening here because that sounds odd? I'm not certain, but the log spews out cannot find display, which was the original problem with running gotham in ubuntu 14.04 until someone came up with a patch for 14.04 to be able to run it. I just tried a build against the latest git pull and it failed with checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu [91m./configure: line 421: test: make: integer expression expected [0m [91mconfigure: error: sure [0m [91m./configure: line 310: return: make: numeric argument required [0m [91m./configure: line 320: exit: make: numeric argument required [0m
December 22, 201411 yr might be worth trying to get someones' attention or a sponsor in #kodi-linux I also think this is a good example of why we should use git for this. The dbase version hasn't chnaged for weeks so technically we can get away with an older version and report some bugs in interim. Using git and head you are at the whim of bugs like this.
December 22, 201411 yr Author might be worth trying to get someones' attention or a sponsor in #kodi-linux I also think this is a good example of why we should use git for this. The dbase version hasn't chnaged for weeks so technically we can get away with an older version and report some bugs in interim. Using git and head you are at the whim of bugs like this. yeah, there is a tag for 14.0 rc3 that compiles. i've tried it again, and if it fails again i'll revert to rc3.
December 22, 201411 yr Ignore me if you know this but if you go into any commit on github, choose browse code, the nex page shows you the code but also offers you a zip file link for that specific build. This doesn't rely on git client side or tags github side.... something to ponder since you could forgo git completely and use native docker ADD.
December 22, 201411 yr Author Ignore me if you know this but if you go into any commit on github, choose browse code, the nex page shows you the code but also offers you a zip file link for that specific build. This doesn't rely on git client side or tags github side.... something to ponder since you could forgo git completely and use native docker ADD. that's good to know information that i was unaware of. i could also get the zip, patch it and then whack it back wholesale as patched code into my personal git and call it from there.
December 23, 201411 yr Kodi Helix just went final!! www.kodi.tv Dying to try this docker, any feedback from people using it?
December 23, 201411 yr Author Kodi Helix just went final!! www.kodi.tv Dying to try this docker, any feedback from people using it? kodi helix docker based on the final code released today here in my repo. https://github.com/sparklyballs/docker-repo/tree/templates/
Archived
This topic is now archived and is closed to further replies.