cramcram wrote:
> Is there a way to pause a specific Squeezebox at scheduled times? I'd
> like to block the Squeezebox in the kids room at scheduled times. I
> already tried to pause Internet access for the Squeezebox on my router.
> However the Squeezebox continues to work as it accesses the local LMS
> and not the Internet...
>
> Thanks for your ideas.
for which OS?
for linux it something like
Code:
--------------------
#! /bin/sh
###vars:
## the mac from your player
playerID="aa:bb:cc:dd:ee:ff"
## The IP from your LMS System
server=192.168.199.11
## The CLI Port from your LMS
port=9090
printf "$playerID pause\nexit\n"|nc $server $port
--------------------
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=110538
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter