![]() |
|
[RELEASE] Official XBMC boblight Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (/forumdisplay.php?fid=152) +---- Thread: [RELEASE] Official XBMC boblight Addon (/showthread.php?tid=116331) |
RE: [RELEASE] Official XBMC boblight Addon - illiac4 - 2012-04-23 06:46 Bobo1on1: Do you plan to integrate into the boblight feature like MoodLamp (Backlight) in Lightpack has. Basically it is backlight like constant the only difference is that it is constantly changing colours and can also change the speed of colour switching. RE: [RELEASE] Official XBMC boblight Addon - draven187 - 2012-04-25 21:41 (2012-04-21 12:14)wolfgr Wrote: hello all.I manage to read all 33 pages but unfortunately i can't understand what is going on about Windows users.... sorry iam slow and without coding skills. So i realy want to know how iam gonna use my amblone setup with win7 x64 eden xbmc. I have an arduino mega with amblone using all 4 channels to lead 4rgb 15 each led strips, one left two top and one right. You need a boblight daemon to run on your windows machine on the background, with the proper boblight.conf for the deamon. The addon in XBMC and your done! I've searched a lot and found this daemon to run on windows 7. Run the daemon : boblightd.exe -c %location of the boblight.conf% You need to edit the boblight.conf according to your setup RE: [RELEASE] Official XBMC boblight Addon - wolfgr - 2012-04-25 22:46 many thanx for your answer,as i said i dont know much about linux methods i am a windows idiot so can u please tell me how to run boblightd?A win7 comand prompt can do or i have to download cygwin terminal to do so? Edit:nevermind got it working, thanx RE: [RELEASE] Official XBMC boblight Addon - PolliSoft - 2012-04-29 00:28 Hi, I don't know if anything is changed for the Windows vesion, but here is the latest one, r228: http://www.4shared.com/rar/O2l9RyF2/boblight_win_r228.html RE: [RELEASE] Official XBMC boblight Addon - bobo1on1 - 2012-04-29 01:11 That can't be right, r228 is over two years old, maybe it's r428? RE: [RELEASE] Official XBMC boblight Addon - wolfgr - 2012-04-29 16:01 r428 is the latest source i put at my mega and works superb, many thanx to the developers. l run boblightd r416 that draven187 told me at win7 by running a shortcut with -c boblight. conf command. Is there a way to run it to the background as a servise or something? sorry for the offtopic, thanx. RE: [RELEASE] Official XBMC boblight Addon - gman3042 - 2012-04-29 16:02 been looking at this thread for a while. i'm a noob. what exactly is the use of this? don't flame me too bad.. im just insanely curious
RE: [RELEASE] Official XBMC boblight Addon - ensy3k - 2012-04-30 20:15 Hello, I have a few questions. If I need me a AtmoLight I buy just about Boblight XBMC install and run AtmoLight? Can anyone add information. I have a Xtreamer Ultra with Ubuntu, and Windows 7 OpenELEC I would of course continue to use OpenELEC. The question then: My colleague has a MacMini built in 2011. Can he use the addon Ambilight or so? Thank for info RE: [RELEASE] Official XBMC boblight Addon - schumi2004 - 2012-05-02 19:33 @smajor, i thought i mentioned it before but i'm unsure. I was calculating again some led positions and noticed the following, 10 and 11 are overlapping. Just to let you know. http://sanya.tarhelyszolgaltato.eu/index.php?w1=0&h1=0&w2=1920&h2=1080&x=20&y=11&wcm=89&hcm=50&r=100&g=100&b=100&fs=1&customw=80&customh=70&ol=20&rs=1&comb=40 RE: [RELEASE] Official XBMC boblight Addon - draven187 - 2012-05-02 21:57 (2012-04-29 16:01)wolfgr Wrote: r428 is the latest source i put at my mega and works superb, many thanx to the developers.Put the "boblightd.exe -c boblight.conf" in the batch file and the code beneath in a vbs and start the vbs Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "%PATH%\%BATCHFILE%" & Chr(34), 0 Set WshShell = Nothing Replace the "%PATH%\%BATCHFILE%" with yours and leave the " If you are a bit handy you can use RunAsService or build one your own. (2012-04-29 16:02)gman3042 Wrote: been looking at this thread for a while. i'm a noob. Look at this video http://www.youtube.com/watch?v=MBUD_yQtcSY (2012-04-30 20:15)ensy3k Wrote: Hello, The BobLight addon is platform independent, the daemon must be run on a Linux distro or use the Cygwin version in my post above for windows. |