-
Notifications
You must be signed in to change notification settings - Fork 2
Home
sbController is a widget for your Chumby that displays the current track and playlist on your Squeezebox (or any other device attached to your SqueezeCenter, including the Chumby itself).
There are already some out there, e.g.
- http://forum.chumby.com/viewtopic.php?id=1218&p=2
But they weren’t to my liking, so here’s my take on it.
Right now, the implemented actions are -
- pause/unpause
- next track
- previous track
See this project’s issues for some kind of roadmap – http://github.com/slai/sbController/issues
It is based on the Chumby widget example provided here – http://wiki.chumby.com/mediawiki/index.php/FlashDevelop/FlickrPhotoViewer
You will need a Chumby, a USB drive connected to it, and a SqueezeCenter instance. This has only been tested on SqueezeCenter 7.2.1.
- Download the latest version at – http://github.com/slai/sbController/downloads
- Extract the contents to the root of your Chumby’s USB drive. If profile.xml already exists, DO NOT overwrite it. Instead, rename the existing one, extract sbController’s profile.xml and manually merge. Otherwise you will lose your other custom widgets.
- Open up profile.xml on the USB drive in a text editor. Notepad is not recommended due to the Unix line endings.
- In the widget parameters section, fill in your SqueezeCenter address/port and the cauth value. See the instructions in there to determine your cauth value.
- Save profile.xml.
- Plug the USB drive back into Chumby and reboot – you should now see the sbController widget in your widget list.
It’s pretty straight forward. I’ll let you play around and work it out :)
Feel free to add issues to this project or the forum thread on the Chumby forums.