bobo1on1/script.xbmc.boblight
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This is the boblight addon for using the open source ambilight clone ( http://code.google.com/p/boblight/ ) from within Kodi. For accessing the settings during video playback just put the file script.xbmc.boblight.keymap.xml into your "userdata/keymaps" folder. You can access the settings during playback by hitting the key "b" or "B". (Note: a former keymapping to that key will be overwritten by this keymap file. If there is a conflict you just can change the mapped key to something else). For this addon to be working you need a library for communicating with the boblightd - daemon. For linux you need to compile it on your own: Linux: goto the projects site http://code.google.com/p/boblight/ and download the source code. Then compile and install the library by issueing the following commands (without the $'s): $ cd <source of boblight> $ ./configure --without-portaudio --without-ffmpeg --prefix=/usr $ make && sudo make install This will install the libboblight.so library into /usr/lib - where the boblight addon will find it