I can't find any simple apps for controlling my Squeezebox Boom. There used to be a Firefox plugin, but it seems development of that has stalled and it won't work with the versin of firefox I'm running. There is the web-interface to the squeezebox server, and while that does everything, it still needs you to find the relevant tab/window to be able to control the player.
Ideally, I was looking for a simple taskbar widget for Ubuntu which would allow me to start/stop/forward/back the tracks on my Squeezebox, but alas there was none.
So I made one.
This is far from ideal, it's poor coding, it's ugly....
but it works
It's written in Python, and using the egg.trayicon feature from python-gnome2-extras, and works by simply sending a 'GET' request to the web interface on my squeezecenter server. I've removed references to the player ID frpom the URL to make it easier, but that means it only controls the current player.
Set your own serverurl and it should be good to go.
It works fine for your own tracks, but for some reason, it won't advance when using some streaming content, and yet back,play and stop works fine.
#! /usr/bin/pythonMaybe someone else can make it prettier, or just generally improve on it, but this will do me for now.
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments