I have a small thing that I find annoying, and I would like to report the "bug" but I'm not sure if it is a skin, extension or MP core bug.
When I use RadioTime, and I play a music. I'm able to natigate the menu's in silence. So pressing up and down does not make any sound while music is playing. But using the "back" option on my remote (like pressing "esc" on keyboard) still produce the sound of "back".
So what part of the 3 components are responsible for "muting" the sound? Keeping in mind that some of the sound is already "muting" so for instance the plugin may have issued the correct command, but the back sound is not included in the list of "muted" sounds....
The sound that is associated with each key press on the keyboard is defined in "keymap.xml". If you modify this file, you can remove or change the sounds. There is a global section that defines the default sounds that are to occur, but you can then define overrides for specific panels. So, if you wanted no sound for the ESCAPE key on the music panels, but wanted to retain sound on other panels, you could do that.When I use RadioTime, and I play a music. I'm able to navigate the menu's in silence. So pressing up and down does not make any sound while music is playing. But using the "back" option on my remote (like pressing "esc" on keyboard) still produce the sound of "back".
You need to use "MP Config" to modify the mapping files for the keyboard and the remote control. For example, the global setting for the ESCAPE key in the keyboard mapping file is like this:Do you know of a parameter in the xml that 'add it' to the 'mute' list?
<action>
<id>10</id>
<key>esc</key>
<sound>back.wav</sound>
<description>Previous Menu</description>
</action>