Movie / Episode info no longer available during playback.
#1
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?
Reply
#2
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>
Reply
#3
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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Movie / Episode info no longer available during playback.0