NFLnut
2008-11-06, 21:31
I tried this over in the General Discussion forum a few months back. I got a few suggestions, but I never could figure this out, and my last post never got an answer. I thought maybe THIS forum was more appropriate and I could try again:
I have a rudimentary understanding of the Default.map and Custom.map files. I want to map a button press to a MUTE function. I would like to simultaneously press on both the VOL_UP and VOL_DOWN buttons and get a volume level of ZERO (Mute). Also, if possible, I would like any subsequent press of VOL_UP or VOL_DOWN to result in the volume to return to the previous state, i.e. if volume was at 65 prior to mute, the volume would return to 65 after the VOL_UP or VOL_DOWN (second) hit.
Are either of these possible? How would I do this? Also, would the line go into the [Common] section of the .map file or another section? I would guess that I should make a Custom.map file by copying all of the Default.map file to it and adding the appropriate MUTE function line?
-----------------------------------------------------------------------------
I guess I'll try again ..
Is there ANY way to implement a "MUTE" function on the standard Squeezebox remote?
I've read the "How Do I Map a Remote Control Button" and saw THIS (when someone wanted to have date/time some up when holding the text size button):
[common]
size = dead
size.single = brightness_toggle
size.hold = datetime
I have absolutely NO idea after reading that thread or the Wiki what any of those commands mean or how to adapt them to do what I want to do.
What I DID do was add to "Custom.map" :
[Custom]
0 = Muting
and then I made certain that Squeezecenter settings were set to use Custom.map, and restarted Squeezecenter. And when I press zero it still is doing number scroll (like in the default.map settings).
Again, I want to either
(1) press both the Up_VOL AND Down VOL and get a MUTE function. I want a subsequent press of either VOL_UP or VOL_DOWN to return the volume to the previous (unmuted) state.
OR
(2) press and hold the 0 (ZERO) button and get the MUTE function and then return to unmuted state with VOL UP or VOL DOWN.
Can anyone help me do this?
Someone said the new Controller does this natively. I am not ready to buy a Controller and would like to implement this with the standard SB3 remote.
I have a rudimentary understanding of the Default.map and Custom.map files. I want to map a button press to a MUTE function. I would like to simultaneously press on both the VOL_UP and VOL_DOWN buttons and get a volume level of ZERO (Mute). Also, if possible, I would like any subsequent press of VOL_UP or VOL_DOWN to result in the volume to return to the previous state, i.e. if volume was at 65 prior to mute, the volume would return to 65 after the VOL_UP or VOL_DOWN (second) hit.
Are either of these possible? How would I do this? Also, would the line go into the [Common] section of the .map file or another section? I would guess that I should make a Custom.map file by copying all of the Default.map file to it and adding the appropriate MUTE function line?
-----------------------------------------------------------------------------
I guess I'll try again ..
Is there ANY way to implement a "MUTE" function on the standard Squeezebox remote?
I've read the "How Do I Map a Remote Control Button" and saw THIS (when someone wanted to have date/time some up when holding the text size button):
[common]
size = dead
size.single = brightness_toggle
size.hold = datetime
I have absolutely NO idea after reading that thread or the Wiki what any of those commands mean or how to adapt them to do what I want to do.
What I DID do was add to "Custom.map" :
[Custom]
0 = Muting
and then I made certain that Squeezecenter settings were set to use Custom.map, and restarted Squeezecenter. And when I press zero it still is doing number scroll (like in the default.map settings).
Again, I want to either
(1) press both the Up_VOL AND Down VOL and get a MUTE function. I want a subsequent press of either VOL_UP or VOL_DOWN to return the volume to the previous (unmuted) state.
OR
(2) press and hold the 0 (ZERO) button and get the MUTE function and then return to unmuted state with VOL UP or VOL DOWN.
Can anyone help me do this?
Someone said the new Controller does this natively. I am not ready to buy a Controller and would like to implement this with the standard SB3 remote.