Linux 'Select' button changed behaviour during video playback?
#1
In Eden bulids pressing 'select' button in 'XBMC Remote for Android' during video playback toggled between view modes (AspectRatio). Now (pre-Frodo nightly builds) it opens playback menu (OSD) which is redundant as the same thing happens when i press 'menu' button.

Is there any way of changing this behaviour back to what it was in Eden?

Most movies in my collection are in 16:9 ratio, but some live TV channels still broadcast in 4:3 ratio, so I need to open playback menu, select "videos - setting", go down to "view mode" and change it there (at least 10 clicks.)

Thanks for reading,
zarac
Reply
#2
Yes they remove it from default keymap : http://forum.xbmc.org/showthread.php?tid=145041

Seems the solution is to add back the command to your keymap
Reply
#3
Oh, thank you very much for the quick reply.

Could you assist me?
How to add the command to keymap?
My .xbmc/userdata/keymaps folder is empty and I don't know where else to look.
BTW, I'm on Ubuntu 12.04.

EDIT:
figured it out, here's remote.xml to revert to the old behaviour
Code:
<keymap>
    <FullScreenVideo>
        <remote>
            <select>AspectRatio</select>
        </remote>
    </FullScreenVideo>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
'Select' button changed behaviour during video playback?0