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.

New to Apple TV 4K & MrMC. Help needed.

Any issues that are tvOS specific
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: New to Apple TV 4K & MrMC. Help needed.

Post by amet »

SUPERBIF wrote: 23 Jan 2018, 06:38 That's what i have done but it is not working. Can you please check the debug log..
11:55:03 T:6165770240 INFO: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
loads customcontroller.SiriRemote.xml from system, not from "special://masterprofile/"
SUPERBIF
Posts: 170
Joined: 31 Mar 2016, 06:43

Re: New to Apple TV 4K & MrMC. Help needed.

Post by SUPERBIF »

But I only have access to copy the file to 1 keymap folder..
SUPERBIF
Posts: 170
Joined: 31 Mar 2016, 06:43

Re: New to Apple TV 4K & MrMC. Help needed.

Post by SUPERBIF »

Any help?
Have someone it working with mappen bottoms?
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: New to Apple TV 4K & MrMC. Help needed.

Post by amet »

I honestly have no idea what you are doing wrong, can you please post modified keymap file so we can check it for errors and let us know where you are copying from and to where. Capture that on debuglog please as there might be some info regarding copying in it.
SUPERBIF
Posts: 170
Joined: 31 Mar 2016, 06:43

Re: New to Apple TV 4K & MrMC. Help needed.

Post by SUPERBIF »

Here is what I want in customcontroller.SiriRemote.xml

Can you please test and see if it's working for you?
The changed items I have placed to the left in the .xml file.

<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad,remote and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
<!-- for a single action per button at this stage. -->
<!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox -->
<!-- gamepads. -->

<!-- The format is: -->
<!-- <device> -->
<!-- <button id=""#>xbmc action</button>
<!-- </device> -->

<!-- To map keys from other remotes using the RCA protocol, you may add <customcontroller name="SiriRemote"> blocks -->
<!-- In this case, the tags used are <button id=""#> where # is the original button code (OBC) of the key -->
<!-- You set it up by adding a <customcontroller name="SiriRemote"> block to the window or <global> section: -->
<!-- <customcontroller name="SiriRemote"> -->
<!-- <button id="45">Stop</button>
<!-- </customcontroller> -->

<!-- Note that the action can be a built-in function. -->
<!-- eg <button id="6">ActivateWindow(Favourites)</button>
<!-- would bring up Favourites when the button with the id of 6 is press. In this case, "Menu" -->

<!-- -->
<!-- Button Ids: -->
<!-- 'id' is the button ID used by SDL. The key ids recognized from your remote appears -->
<!-- in /var/log/syslog on the ATV2 for each button pressed and when debug mode is enabled -->
<!-- Use your log to discover and map custom buttons to actions. -->

<keymap>
<global>
<customcontroller name="SiriRemote">
<!-- tap/ir up --> <button id="1">Up</button>
<!-- tap/ir down --> <button id="2">Down</button>
<!-- tap/ir left --> <button id="3">Left</button>
<!-- tap/ir right --> <button id="4">Right</button>
<!-- tap/ir center --> <button id="5">Select</button>
<!-- menu --> <button id="6">ContextMenu</button>
<!-- hold center --> <button id="7">noop</button>
<!-- swipe up --> <button id="8">Up</button>
<!-- swipe down --> <button id="9">Down</button>
<!-- swipe left --> <button id="10">Left</button>
<!-- swipe right --> <button id="11">Right</button>
<!-- play/pause --> <button id="12">PlayPause</button>
<!-- ir play --> <button id="13">Play</button>
<!-- ir pause --> <button id="14">Pause</button>
<!-- ir stop --> <button id="15">Stop</button>
<!-- ir next track --> <button id="16">info</button>
<!-- ir prev track --> <button id="17">SkipPrevious</button>
<!-- ir fast forward --> <button id="18">FastForward</button>
<!-- ir rewind --> <button id="19">Rewind</button>
<!-- menu at home --> <button id="20">PreviousMenu</button>
<!-- swipe left/up --> <button id="21">ScrollUp</button>
<!-- swipe right/down --><button id="22">ScrollDown</button>
<!-- page up --> <button id="23">PageUp</button>
<!-- page down --> <button id="24">PageDown</button>
</customcontroller>
</global>
<Home>
<customcontroller name="SiriRemote">
<button id="6">ActivateWindow(Favourites)</button>
</customcontroller>
</Home>
<FullscreenVideo>
<customcontroller name="SiriRemote">
<button id="1">subtitledelayplus</button>
<button id="2">subtitledelayminus</button>
<button id="3">StepBack</button>
<button id="4">StepForward</button>
<button id="5">OSD</button>
<button id="6">info</button>
<button id="7">Pause</button>
<button id="8">noop</button>
<button id="9">noop</button>
<button id="10">StepBack</button>
<button id="11">StepForward</button>
<button id="16">activatewindow(subtitlesearch)</button>
<button id="17">nextsubtitle</button>
</customcontroller>
</FullscreenVideo>
<FullscreenLiveTV>
<customcontroller name="SiriRemote">
<button id="1">ActivateWindow(PVROSDChannels)</button>
<button id="2">ActivateWindow(PVROSDChannels)</button>
<button id="3">StepBack</button>
<button id="4">StepForward</button>
<button id="5">OSD</button>
<button id="6">activatewindow(teletext)</button>
<button id="7">ActivateWindow(PVROSDChannels)</button>
<button id="8">noop</button>
<button id="9">noop</button>
<button id="10">noop</button>
<button id="11">noop</button>
<button id="16">channelup</button>
<button id="17">nextsubtitle</button>
</customcontroller>
</FullscreenLiveTV>
<FullscreenRadio>
<customcontroller name="SiriRemote">
<button id="1">Up</button>
<button id="2">Down</button>
</customcontroller>
</FullscreenRadio>
<Visualisation>
<customcontroller name="SiriRemote">
<button id="1">noop</button>
<button id="2">noop</button>
<button id="3">SkipPrevious</button>
<button id="4">SkipNext</button>
<button id="5">Pause</button>
<button id="6">Fullscreen</button>
<button id="7">OSD</button>
</customcontroller>
</Visualisation>
<SlideShow>
<customcontroller name="SiriRemote">
<button id="1">ZoomIn</button>
<button id="2">ZoomOut</button>
<button id="3">PreviousPicture</button>
<button id="4">NextPicture</button>
<button id="6">Stop</button>
<button id="7">Info</button>
</customcontroller>
</SlideShow>
<ScreenCalibration>
<customcontroller name="SiriRemote">
<button id="5">NextCalibration</button>
</customcontroller>
</ScreenCalibration>
<VideoOSD>
<customcontroller name="SiriRemote">
<button id="7">Back</button>
</customcontroller>
</VideoOSD>
<VideoMenu>
<customcontroller name="SiriRemote">
<button id="5">Select</button>
<button id="6">Stop</button>
<button id="7">OSD</button>
</customcontroller>
</VideoMenu>
<PictureInfo>
<customcontroller name="SiriRemote">
<button id="3">Left</button>
<button id="4">Right</button>
</customcontroller>
</PictureInfo>
</keymap>
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: New to Apple TV 4K & MrMC. Help needed.

Post by davilla »

looking into this.
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: New to Apple TV 4K & MrMC. Help needed.

Post by davilla »

Image
SUPERBIF
Posts: 170
Joined: 31 Mar 2016, 06:43

Re: New to Apple TV 4K & MrMC. Help needed.

Post by SUPERBIF »

The picture on mrmc doesn't show the XML file from my side.
SUPERBIF
Posts: 170
Joined: 31 Mar 2016, 06:43

Re: New to Apple TV 4K & MrMC. Help needed.

Post by SUPERBIF »

Does the XML file i have created work on your side?
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: New to Apple TV 4K & MrMC. Help needed.

Post by amet »

Picture is showing you that davilla fixed it, it will be in the next version
Post Reply