1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

How to remap FireTV remote keys in MrMC

Any issues that are FireTV specific
Post Reply
GPinzone
Posts: 9
Joined: 24 Dec 2016, 01:53

How to remap FireTV remote keys in MrMC

Post by GPinzone »

MrMC allows for modified keymaps by adding an appropriate xml file in the /storage/self/primary/Android/data/tv.mrmc.mrmc/files/.mrmc/userdata/keymaps directory. The problem is generating a correct xml file that works with the FireTV remote.

The examples on the Kodi Wiki page for the FireTV don't seem to work: https://kodi.wiki/view/Alternative_keym ... _TV_remote

I don't think the Keymap Editor Addon is an option for MrMC, so we'll have to install Kodi and the Keymap Editor addon.

Once you remapped all the buttons, use adb to grab the resulting xml file:

adb pull /storage/self/primary/Android/data/org.xbmc.kodi/files/.kodi/userdata/keymaps/gen.xml

and push to MrMC:

adb push gen.xml /storage/self/primary/Android/data/tv.mrmc.mrmc/files/.mrmc/userdata/keymaps/gen.xml

It worked for me. Here's my xml file:

<keymap><fullscreenvideo><keyboard><key id="61656">nextsubtitle</key></keyboard></fullscreenvideo></keymap>

All I needed was to cycle the subtitles using the context key.
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: How to remap FireTV remote keys in MrMC

Post by amet »

Why is keymap editor not an option in MrMC? It’s included in bundled extensions.
GPinzone
Posts: 9
Joined: 24 Dec 2016, 01:53

Re: How to remap FireTV remote keys in MrMC

Post by GPinzone »

Cool. I'll give it a try.
Post Reply