Sounds file
#1
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
I used to drink
I used to smoke and then I'd dance
Reply
#2
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>
Image
Reply
#3
`Black
thanks, but how i can now the name of window?
I used to drink
I used to smoke and then I'd dance
Reply
#4
http://wiki.xbmc.org/index.php?title=Window_IDs
Image
Reply
#5
thanks a lot)
I used to drink
I used to smoke and then I'd dance
Reply

Logout Mark Read Team Forum Stats Members Help
Sounds file0