Add Kodi 14 autostart script and boot hook#636
Open
yoavmagor wants to merge 1 commit intoboxeehacks:masterfrom
Open
Add Kodi 14 autostart script and boot hook#636yoavmagor wants to merge 1 commit intoboxeehacks:masterfrom
yoavmagor wants to merge 1 commit intoboxeehacks:masterfrom
Conversation
Adds kodi_autostart.sh: polls /tmp/mnt/ for kodi.bin, kills Boxee stack, sets required environment vars, and launches Kodi 14 from USB/SD card. Updates boot.sh to invoke kodi_autostart.sh at boot. This enables running Kodi 14.2 (Helix) on the Boxee Box with Plex via PlexBMC. See https://github.com/yoavmagor/boxee-kodi-plex for full guide. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hack/kodi_autostart.sh: polls/tmp/mnt/forkodi.bin, kills Boxee/BoxeeLauncher/BoxeeHal, sets required environment variables, and launches Kodi 14.2 (Helix) from a USB stick or SD cardhack/boot.shto invokekodi_autostart.shat bootWhy
Kodi 14.2 (Helix) for Intel CE4100 can run on the Boxee Box, but requires:
HOME,KODI_HOME,PYTHONHOME,PYTHONPATH,LD_LIBRARY_PATH)The script is UUID-independent — works regardless of which slot or what filesystem UUID the media has.
Test plan
kodi_autostart.shat/data/hack/kodi_autostart.shon a Boxee Box with Boxee+Hacks installedboot.shhas the autostart line/tmp/kodi_autostart.logfor boot statusFull setup guide: https://github.com/yoavmagor/boxee-2026-yoavm
🤖 Generated with Claude Code