AllQuiet

A plugin for SlimServer

AllQuiet displaying pause message

Installation:
SqueezeCenter 7.3: you can use the repository URL https://tuxreborn.netlify.com/slim/slim7/repodata.xml in the web Extension Downloader interface instead of manually unzipping the plugin.

  1. Download the plugin.
  2. Unpack in your Plugins directory.
  3. If you're running SqueezeCenter older than verion 7.1, modify your IR/Default.map file as described below. If you're running SqueezeCenter 7.1 or newer, you do not need to touch Default.map!
  4. Restart SqueezeCenter/SlimServer.

Releases for SqueezeCenter 7 are available here.
Download AllQuiet-1.1.zip for SlimServer 6.5.x.

Stop the music!

Ever want to stop the music for a moment to get the attention of a family member or housemate, and allow them to hear you, or for you to hear them? AllQuiet provides an easy way to pause the music on all Squeezebox players. Once invoked, all players will display a message indicating they've been paused. Players that are "off" or "idle" will only show the message for a number of seconds; players that are "on" will show the message until a user uses the left arrow key to back out of the message, or until the When Idle screensaver kicks in.

Remote control usage

Used with a remote control, AllQuiet displays a message like "Paused by Family Room" to indicate where the person is who has paused the music. To pause the music with a remote control, you simply hold the Sleep button. To make this possible, you must edit the IR/Default.map file to map "sleep.hold" to AllQuiet. Change the one line reading

sleep                                  = sleep
to the following set of lines:
sleep.single                           = sleep
sleep.repeat                           = dead
sleep.hold                             = modefunction_PLUGIN.AllQuiet::Plugin->allquiet
and change each of the two lines reading
sleep                                  = dead
to the following set of lines:
sleep.single                           = dead 
sleep.repeat                           = dead
sleep.hold                             = modefunction_PLUGIN.AllQuiet::Plugin->allquiet

CLI usage

AllQuiet provides a new CLI command, allquiet. This command requires one argument, the message to display on the players.

Other plugins - Home

$Id: AllQuiet.html,v 1.6 2008/11/15 16:27:31 peterw Exp peterw $