Kodi Community Forum
Next audio track in movies. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Next audio track in movies. (/showthread.php?tid=132422)



Next audio track in movies. - Marco275 - 2012-05-26

Hi..

Most movies have 2 or more different languages tracks, would it be possible to ad a shortcut butten to select next track as is the case with subtitles?
Or maybe there is already but I can't find it. Big Grin

thnx..


RE: Next audio track in movies. - sialivi - 2012-05-26

Edit the keyboard.xml file and assign some key the AudioNextLanguage command.

Personally I never user the AudioDelay command that's hooked up to the 'A' key by default, so I just change that keybinding from:
Code:
<a>AudioDelay</a>
...to:
Code:
<a>AudioNextLanguage</a>



RE: Next audio track in movies. - Marco275 - 2012-05-27

I'm going to try that, thnx. Smile