Kodi Community Forum

Full Version: fixed -> [ATV1] Potenital bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have mapped my atv1 remote like so:

PHP Code:
<FullscreenVideo>
    <
joystick name="AppleRemote">
        <
button id="1">CodecInfo</button>
        <
button id="2">Info</button>
        <
button id="3">Rewind</button>
        <
button id="4">FastForward</button>
        <
button id="5">Pause</button>
        <
button id="6">OSD</button>
        <!-- 
hold play --> <button id="7">Stop</button>
        <!-- 
hold menu --> <button id="8">OSD</button>
    </
joystick>
... 

The issue is that, when I press down to get the "Info" screen - it shows it, pressing down again will not hide it, unlike the CodecInfo screen or the OSD. The only thing that can hide it is if I press the menu button.

After some investigating, this is not a skin issue and only affect the info screen with atv1+remote. Mac version of xbmc and pressing "i" works flawalessly.

Any ideas?

Running xbmc 10.1 on latest atv1 software
no one?
Please mark as resolved.

Added a mapped close button to FullScreenInfo in the keymap.. awesome!