|
|
|
|
|
by manyxcxi
3475 days ago
|
|
Ha, I just threw together a little project to turn my CHIP into a headless jukebox. What funny timing that I was working on this out of boredom/an excuse to actually use my CHIP and this is like 8th post on Pi/CHIP jukeboxes that's come across various feeds. Pianobar really is a great application, and their thought to use a FIFO file as a command interface makes it incredibly easy to put a display on. In case anyone's interested in a Websocket based front end for this[0], I built it with HTML and Node.js. There's an install script that should probably get this up and running on a Debian Jessie system in one fell swoop, but YMMV. Also, I added a library for GPIO commands with the intent of taking it past a breadboard and putting a TFT and some tactile inputs on it. [0] https://github.com/mashurex/PandoraChipWeb |
|