Kodi Community Forum
Sounds file - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Xperience More (https://forum.kodi.tv/forumdisplay.php?fid=128)
+----- Thread: Sounds file (/showthread.php?tid=104443)



Sounds file - Kertis - 2011-06-28

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


- `Black - 2011-06-28

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>



- Kertis - 2011-06-28

`Black
thanks, but how i can now the name of window?


- `Black - 2011-06-28

http://wiki.xbmc.org/index.php?title=Window_IDs


- Kertis - 2011-06-28

thanks a lot)