Kodi Community Forum
Disable navigation sounds but not startup? - 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: Back Row (https://forum.kodi.tv/forumdisplay.php?fid=127)
+----- Thread: Disable navigation sounds but not startup? (/showthread.php?tid=109495)



Disable navigation sounds but not startup? - T/\/\\/ - 2011-09-06

Hello -

I've hunted a few threads and couldn't find any answers - is there a way to disable the navigation sounds but not the start up? It appears that if you set the nav sounds to off, it won't play the start up in Back Row.

Reason being - I replaced the start-up clapping with the overly famous THX intro, but it will only play when navigation sounds are on... unfortunately, all the click-click-click between menus is starting to get to me.

Maybe something I overlooked? Thanks in advance for any help.


- Sharpe - 2011-09-06

Yeah sure no problem - within the skin look in the "sounds" folder for sounds.xml.

In there you'll find these controls - just edit it to change the sounds / delete the file names etc..

Code:
<action>
    <name>left</name>
    <file>cursor.wav</file>
</action>
<action>
    <name>right</name>
    <file>cursor.wav</file>
</action>
<action>
   <name>up</name>
   <file>cursor.wav</file>
</action>
<action>
   <name>down</name>
   <file>cursor.wav</file>
</action>
<action>
   <name>select</name>
   <file>click.wav</file>
</action>
<action>
   <name>parentdir</name>
   <file>back.wav</file>
</action>
<action>
   <name>previousmenu</name>
   <file>back.wav</file>
</action>
<action>
   <name>screenshot</name>
   <file>shutter.wav</file>
</action>

Cheers


- T/\/\\/ - 2011-09-07

Worked like a charm. Thanks, and stay Sharpe. Smile