![]() |
|
Next audio track in movies. - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: Next audio track in movies. (/showthread.php?tid=132422) |
Next audio track in movies. - Marco275 - 2012-05-26 14:51 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. ![]() thnx.. RE: Next audio track in movies. - sialivi - 2012-05-26 16:02 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>Code: <a>AudioNextLanguage</a>RE: Next audio track in movies. - Marco275 - 2012-05-27 10:21 I'm going to try that, thnx.
|