No audio

Nash

Vu+ Newbie
Hi BH Team,

I have BH 2.1.4 with XBMC Beta 2 and I haven't got audio in interface and plugins, anyone knows any solution for that?
 

james81

Vu+ User
You could look for the file keyboard.xml and change a few buttons?

Its either in..

/media/hdd/.xbmc/userdata/keymaps

or..

/usr/share/xbmc/system/keymaps

Edit file keyboard.xml at these lines..

Change <volume_mute>mute</volume_mute>
To <volume_mute>ContextMenu</volume_mute>

Change <escape>PreviousMenu</escape>
To <escape>Back</escape>

Change <zero>Number0</zero>
To <zero>SwitchPlayer</zero>

Then restart xbmc so changes can be implemented

This allows the context menu if you press mute.
This is an extra menu you can use to configure addons and access extra options within certain addons, such as navi-x.

You can change media player if you press zero.
Use this when the 'no-audio & fast-playback' problems start, zero opens a menu where you can choose the E2 player.

You can also press the exit button to go back one screen rather then back to the main menu each time.
 
Top