(2012-03-05 13:35)siremastimus Wrote: Does anyone have a way of switching profiles or audio sources with one click via the Harmony one - want to be able to switch between digital and analogue outputs for audio and films and I understand this can be done via profiles unless someone knows a better way? Thanks
You can easily switch between profiles.
Use eventghost to press F12 (for example) when you press a key you're not using on your harmony.
Then use keymap tool to add in load profile when F12 is pressed to keyboard.xml
Sounds complex but took me less than 5 mins to setup & I can now switch quickly between kids & master profile, & more importantly, so can my 4 year old & my wife!
This is what my keyboard.xml looks like:
Code:
<!--Template XBMC keyboard file-->
<keymap>
<global>
<keyboard>
<f7>LoadProfile(kids)</f7>
<f6>LoadProfile(master)</f6>
</keyboard>
</global>
</keymap>Obviously you'll need to add the button press to key press function to Eventghost, but I'm guessing you're ok doing that, & if not there's loads of guides about, it's fairly simple, you'll just want to map a spare button on your remote to press a key that XBMC doesn't already use.

Search
Help