Kodi Community Forum

Full Version: Movie / Episode info no longer available during playback.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Previously I was able to hit the info button during video playback then use the up/down/left/right arrows to view the Plot Summary and Actor Info, now the arrows do their normal navigation actions.

Did something change during a recent (last two months) update or did I change a setting somewhere?
yup, code changed, you have to add related key mappings to your keymap.

Remote Control example:

Code:
    <FullscreenInfo>
        <remote>
            <left>Left</left>
            <right>Right</right>
            <up>Up</up>
            <down>Down</down>
            <back>Back</back>
            <select>Select</select>
        </remote>
    </FullscreenInfo>
yeah, due to changes in xbmc it doesn't work anymore.
i'll probably remove those buttons from FullscreenInfo
and move them to the VideoOSD instead.