[RELEASE] Official XBMC boblight Addon

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
illiac4 Offline
Fan
Posts: 432
Joined: May 2009
Reputation: 1
Post: #331
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.
(This post was last modified: 2012-04-23 06:46 by illiac4.)
find quote
draven187 Offline
Junior Member
Posts: 8
Joined: Nov 2009
Reputation: 0
Post: #332
(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.
can anyone lead me or send me what software i need to make it work? I dont have any coding/editing skills so i will be gratefull to keep things simple enough for my old gray hair head :-)

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
find quote
wolfgr Offline
Junior Member
Posts: 19
Joined: Mar 2012
Reputation: 0
Post: #333
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
(This post was last modified: 2012-04-26 11:02 by wolfgr.)
find quote
PolliSoft Offline
Senior Member
Posts: 108
Joined: Oct 2008
Reputation: 0
Location: Sweden
Post: #334
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/bobl..._r228.html

Asus motherboard
Intel Core 2 Duo @ 2.66 GHz
Nvidia 8600GT graphics card
2 GB RAM
Win 7 32bit
find quote
bobo1on1 Offline
cheapass Team-XBMC Developer
Posts: 2,757
Joined: Dec 2008
Reputation: 21
Post: #335
That can't be right, r228 is over two years old, maybe it's r428?
find quote
wolfgr Offline
Junior Member
Posts: 19
Joined: Mar 2012
Reputation: 0
Post: #336
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.
find quote
gman3042 Offline
Senior Member
Posts: 298
Joined: Feb 2011
Reputation: 0
Post: #337
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 Smile
find quote
ensy3k Offline
Member
Posts: 60
Joined: Nov 2011
Reputation: 0
Location: Germany
Post: #338
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
find quote
schumi2004 Offline
Fan
Posts: 672
Joined: Aug 2011
Reputation: 4
Post: #339
@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...=1&comb=40

[Image: watched-clearlogo.jpg]
find quote
draven187 Offline
Junior Member
Posts: 8
Joined: Nov 2009
Reputation: 0
Post: #340
(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.

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.
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.

what exactly is the use of this? don't flame me too bad.. im just insanely curious Smile

Look at this video http://www.youtube.com/watch?v=MBUD_yQtcSY



(2012-04-30 20:15)ensy3k Wrote:  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

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.
(This post was last modified: 2012-05-02 22:07 by draven187.)
find quote
Post Reply