Kodi Community Forum

Full Version: Sounds file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi 2 all
i need some help with sound.xml file
1) actually i changed defauult sounds to other, but i want to add a different sound when closing and opening guide menu (button 'm')
2) is it possible to set up own sound on notification

advise plz, i'm noob in this Sad
You can add windows to the sounds.xml file.

Code:
<windows>
  <window>
    <name>playercontrols</name>
    <activate>open.wav</activate>
    <deactivate>close.wav</deactivate>
  </window>
</windows>
`Black
thanks, but how i can now the name of window?
thanks a lot)