Next audio track in movies.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Marco275 Offline
Member
Posts: 53
Joined: Mar 2012
Reputation: 0
Location: Netherlands
Post: #1
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..
find quote
sialivi Offline
Posting Freak
Posts: 974
Joined: Dec 2008
Reputation: 7
Location: Sweden
Post: #2
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>
find quote
Marco275 Offline
Member
Posts: 53
Joined: Mar 2012
Reputation: 0
Location: Netherlands
Post: #3
I'm going to try that, thnx. Smile
find quote