Skip to content
View in the app

A better way to browse. Learn more.

Flirc Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mapping FUNCTIONS to keypress

Featured Replies

Is there a way to map XBMC functions to keypresses?

The specific function I'm wanting is UpdateLibrary(database,[path]) ...

I would like to press a key on my remote (and have FLIRC see it) and have the XBMC Library update itself for new content.

This particular function does not have a pre-defined keyboard key.

Thanks

  • 2 months later...

Sorry to resurrect such an old thread, but I was looking for something else and found this, and wanted to say that this is actually REALLY easy to do. From your userdata folder, go to keymaps/keyboard.xml (create the file if you don't already have it there, and add the update function to any key that isn't already used by XBMC. In my map below, I have my video library updated using the U key, and then I mapped U to the remote button for updating the video library using the flirc software. In my map, ctrl_U does the music library.


<keymap>

  <global>

    <keyboard>

	  <h mod="ctrl">ActivateWindow(Home)</h>

	  <f3>ActivateWindow(Favourites)</f3>

	  <f4>XBMC.ShutDown()</f4>

	  <f5>XBMC.ActivateWindow(MyPrograms)</f5>

	  <u>UpdateLibrary(video)</u>

	  <u mod="ctrl">UpdateLibrary(music)</u>

    </keyboard>

  </global>

</keymap>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.