Kodi Community Forum

Full Version: Loadprofile not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get running loadprofile function, but still not working.
I made 2 profiles under XBMC :
5.1 and HDMI , to the lircmap I added new buttons ( which I have also in lircd.conf ) :
<prof1>KEY_BLUE</prof1>
<prof2>KEY_RED</prof2>
and remote.xml :
Quote:<keymap>
<global>
<remote>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>Select</select>
<back>Previousmenu</back>
<info>ContextMenu</info>
<pause>Pause</pause>
<stop>Stop</stop>
<prof1>LoadProfile(HDMI)</prof1>
<prof2>LoadProfile(5.1)</prof2>
<home>ParentDir</home>
<play>Play</play>
<skipplus>SkipNext</skipplus>
<skipminus>SkipPrevious</skipminus>
<display>FullScreen</display>
<star>Aspectratio</star>
<zero>Number0</zero>
<one>Number1</one>
<two>Number2</two>
<three>Number3</three>
<four>Number4</four>
<five>Number5</five>
<six>Number6</six>
<seven>Number7</seven>
<eight>Number8</eight>
<nine>Number9</nine>
<forward>FastForward</forward>
<reverse>Rewind</reverse>
<volumeplus>VolumeUp</volumeplus>
<volumeminus>VolumeDown</volumeminus>
<mute>Mute</mute>
<menu>ShowVideoMenu</menu>
<power>XBMC.ShutDown()</power>
</remote>
</global>

<FullscreenVideo>
<remote>
<title>NexSubtitle</title>
<clear>AudioNextLanguage</clear>
</remote>
</FullscreenVideo>
</keymap>

With irw I checked that remote is working - it's ok.
But xbmc don't want switch betweet profiles.

Please help

Alda