Kodi Community Forum

Full Version: Cannot setup audio hardware.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In both djh and cf2009 branches.That screen is corrupted.
Let me know of you can replicate it.
I just wanted to switch between analog and digital.Works fine in pm3.

EDIT:
This only happens when you use the shortcuts in audio or video settings.If you go to systems settings it works fine.
to fix this open up SettingsCategory.xml

find (second line)
Code:
<defaultcontrol always="true">3</defaultcontrol>

and replace with this
Code:
<defaultcontrol>3</defaultcontrol>
CF2009 Wrote:to fix this open up SettingsCategory.xml

find (second line)
Code:
<defaultcontrol always="true">3</defaultcontrol>

and replace with this
Code:
<defaultcontrol>3</defaultcontrol>

I see you fixed that on github.Thank you.