[mythtv-users] Squeezebox Control

George Galt george.galt at gmail.com
Tue Oct 28 15:23:38 UTC 2008


On Mon, Oct 27, 2008 at 5:45 PM, Info at pc-copy.de <info at pc-copy.de> wrote:
> Hi,
>
> is it possible to control Squeezebox Classic, Boom or Duet with mythtv? Is
> there a plugin for it?
>
> Regards
>
> Roland
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Roland:

I'm not aware of any.  You would probably want to use the command-line
interface of SqueezeCenter to do what you want.

I've built a mythplugin for emulating a softsqueeze-type player in
Mythtv (http://sourceforge.net/projects/mythsqueezebox/) and it uses
the command-line interface to pull information from the SqueezeCenter
server.  You can look at that code for information on how access the
cli.

I'm currently working on an update to the player that will use the cli
as an optional control for the player, but it will be tied to the MAC
address of the mythfrontend emulating the player.  However, you could
use the same code to control another player if you simply changed the
MAC address used by the cli to that of the player you want to control
(you could use the cli to discover the players attached to the
SqueezeCenter server and create a pull-down list too).  Once the code
is done, you could use that code to build your own plugin.  Keep an
eye on the SVN repository at the site above.

George


More information about the mythtv-users mailing list