PDA

View Full Version : Cum sa schimbi pe audio la Enigma 2!!!



otheitis
16-11-08, 19:23
Put this in your /usr/local/share/enigma2/keymap.xml:

<map context="InfobarAudioSelectionActions">
<key id="KEY_AUDIO" mapto="audioSelection" flags="m" />
</map>

instead of this:

<map context="InfobarAudioSelectionActions">
<device name="dreambox remote control (native)">
<key id="KEY_AUDIO" mapto="audioSelection" flags="m" />
</device>
<device name="dreambox ir keyboard">
<key id="KEY_AUDIO" mapto="audioSelection" flags="m" />
</device>
<device name="dreambox advanced remote control (native)">
<key id="KEY_YELLOW" mapto="audioSelection" flags="m" />
</device>
</map>


Restart GUI and from now on you can change your audio track.
Thanks to zbigzbig20 for inspiration

:cheers: