kershner / screenBloom

Fake Ambilight for Philips Hue via Python
http://www.screenbloom.com
329 stars 48 forks source link

Added option to run silently. Uses existing config. #16

Closed SimplyMinimal closed 7 years ago

SimplyMinimal commented 7 years ago

I'm not able to fully test it since I'm currently out of town but it appears to run on my test environment. Please let me know if there are any changes I need to make.

This should allow users to optionally configure Screen Bloom to start silently without opening a web browser. This is useful for those who want it to be a set-it-and-forget-it type application.

To run silently simply do the following: python screenbloom.py -q

For a compiled executable: screenbloom.exe -q

kershner commented 7 years ago

This is awesome, I appreciate your work here. I'll test this as soon as I can.