Shortcut for audio track change
#1
Hi

Short question.

Is there an shortcut for changing the audio track in an movie?

You have "A" for adjust the sync of sound.
But can`t find if there is "letter" for audio track

Sorry if this has being asked before.
Google did not find anything...Sad
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#2
It's probably not setup by default. Look in keyboard.xml in system/keymaps for the default map. Copy it to userdata/keymaps if you change it. AudioNextLanguage is the action IIRC.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
I will look at this when I get home from work today...
It`s Friday, and that`s the last workday of the week... Nice:-)
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#4
Hi again.

Sorry, but I did not find/understand this.

I opened keyboard.xml file, and searched for AudioNextLanguage but did not find this?

And out from the name"audionextlanguage" will this say that it changes the language file (track).
Not between the different audio sets, like DTS, Dolby and so on?
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#5
In the keyboard.xml file you just use a key that isn't being used (or find one that is being used for something you don't care for) and map it to "audionextlanguage". For example, you can add it to the section that says <fullscreenvideo> (since that's the only time we will need this action) and add

<k>AudioNextLanguage</k>

then save keyboard.xml to your userdata (wiki) folder under "keymaps".

Then the letter K will cycle through the audio language tracks.

As for your second question, I'm not really sure. I think it will cycle all of the audio tracks.
Reply
#6
Thanks, this worked like a charm..
Nice :-)

Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#7
Hi, again

This don`t work anymore.

AudioNextLanguage does not do this ant more. Just comes up vomule something.

I have changed the from "k" to "RightParenthesis", because "RightParenthesis" is free from what I could
search in keyboard XML file. (there is soon nothing left for new things on the keyboard that could work with an Harmony remote)

Is there something new with FRODO?
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#8
(2012-12-09, 00:33)pettergulbra Wrote: Hi, again

This don`t work anymore.

AudioNextLanguage does not do this ant more. Just comes up vomule something.

I have changed the from "k" to "RightParenthesis", because "RightParenthesis" is free from what I could
search in keyboard XML file. (there is soon nothing left for new things on the keyboard that could work with an Harmony remote)

Is there something new with FRODO?

I just tried it with Frodo RC3 and it's still working for me.
Reply
#9
Sorry for late answer, but yes it looks like it working OK.

Thanks
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
#10
I just did this and it worked for me, I can't believe this isn't a default keyboard mapping but all these idiot PVR things are, which interrupt playback. MAN I wish I could find an option which just turns off ALL PVR STUFF ENTIRELY FOREVER
Reply
#11
I plan on proposing this as a default for long-press up during video playback. Long-press down would then be subtitles. People I spoke with found these more useful than next/prev.
Reply
#12
As in enable subtitles / disable or change language of subtitles?

Ned how do I make opensubtitles my default provider btw? I'm so sick of browsing to the right to switch provider, I never use the stock one.
Reply
#13
Both. Subs get rotated and "off" is one of the options.

Default provider should be an option in the subtitle settings under Settings -> Videos.
Reply
#14
Hello,

I'd like to disable that feature, but I don't know where to do it...

Coud anyone help me ? Thanks !

-- EDIT --

I tried adding 

Code:
<up mod="longpress"></up>
<down mod="longpress"></down>

or

Code:
<up mod="longpress">noop</up>
<down mod="longpress">noop</down>

to my keymap xml, with no success.
Reply
#15
OK it works, there was 2 errors :

- it's Up (not up), the cap was missing.
- those lines has to be put in the "fullscreen section", not the global.

Here is below my ***.xml file, to help anyone trying to do the same stuff :

Code:
<keymap>
  <global>
    <keyboard>
     
    <!-- NOTIFICATIONS SON -->
        
    <j mod="shift,alt">Notification(ENCEINTES DU BUFFET,NORMAL,4)</j>
    <b mod="ctrl,alt">Notification(SON 5.1,NORMAL,4)</b>
    <t mod="ctrl,alt">Notification(SON STÉRÉO,MODE CINÉMA,4)</t>
    <d mod="shift,alt">Notification(BASSES,SANS SUB,4)</d>
        
    <u mod="shift,alt">Notification(DELAY AUDIO,NORMAL,4)</u>
    <k mod="shift,alt">Notification(DELAY AUDIO,NETFLIX,4)</k>
    <l mod="ctrl,alt">Notification(SON,FORMAT ORIGINAL,4)</l>
    <r mod="shift,alt">Notification(BASSES,SANS SUB ET BAISSÉES,4)</r>
        
    <n mod="shift,alt">Notification(SON,COMPRESSÉ,4)</n>
    <v mod="shift,alt">Notification(SON,DYNAMIQUE ORIGINALE,4)</v>
        
    <y mod="shift,alt">Notification(BASSES,NORMALES,4)</y>
    <!-- DECALAGE AUDIO A LA VOLEE -->
        
    <x mod="shift,alt">AudioDelayPlus</x>
    <s mod="shift,alt">AudioDelayMinus</s>
        
        
    <!-- IMAGE -->
               
    <e mod="shift,alt">zoomout</e>
    <f mod="shift,alt">verticalshiftdown</f>
    <g mod="shift,alt">zoomin</g>
    <h mod="shift,alt">verticalshiftup</h>
        
        
    <!-- REATTRIBUER LE RACCOURCI CLAVIER CTRL+SHIT+R (qui génère un changement de colorimétrie) POUR PAS QU'IL S'ACTIVE AVEC VOLUME UP-->
        
    <r mod="ctrl,shift">noop</r> 
                           
    </keyboard>  
  </global>
  <FullScreenVideo>
    <keyboard>
    
    <!-- SUPPRESS ACTIONS UP et DOWN LONG PRESS-->
    
    <Up mod="longpress"></Up>
    <Down mod="longpress"></Down>
      
    </keyboard>
  </FullScreenVideo>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
Shortcut for audio track change0