bad action, when pressing <back> action button on remote
#1
Hi,

I'm using lirc and my TV remote controller to control xbmc. I have created Lircmap.xml and map remote buttons. Everything works fine, but:

When I'm in video play screen and turn <back> button on my remote, played video is moved backward about 10 seconds instead of exit the play screen to the main menu.

The same is in music play screen.

The problem is that I'm not abble, to exit from video play screen to the main menu.

In the main menu, <back> button works normally.

When I use keyboard ESC key or right mouse press I'm abble to exit videoplay screen to main menu.

Should this be some xbmc bug, or is this problem with my Lircmap.xml or other configuration?

My Lircmap.xml is in ~/.xbmc/userdata/Lircmap.xml

My Lircmap.xml:

Code:
<lircmap>
    <remote device="Philips_RC433001H_VCR">
        <left>Left</left>
        <right>Right</right>
        <up>Up</up>
        <down>Down</down>
        <select>OK</select>
        <back>Pause</back>
        <menu>Menu</menu>
        <zero>0</zero>
        <one>1</one>
        <two>2</two>
        <three>3</three>
        <four>4</four>
        <five>5</five>
        <six>6</six>
        <seven>7</seven>
        <eight>8</eight>
        <nine>9</nine>
        <title>PP</title>
        <info>OSD</info>
        <pageplus>Ch+</pageplus>
        <pageminus>Ch-</pageminus>
        <stop>Stop</stop>
    </remote>
</lircmap>

Best regards Tomas
Reply
#2
according to your lircmap, <back> is bound to Pause action - nothing about exiting or rewinding?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
Haggy Wrote:according to your lircmap, <back> is bound to Pause action - nothing about exiting or rewinding?

Lirc Pause button is used for execute <back>

try this instead
<display>Pause</display>

Or change this in Keymap.xml
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>


to <back>PreviousMenu</back>
Reply
#4
Hi bogey,

thanks fo your advices. I have changed <back>SmallStepBack</back> to <back>Fullscreen</back> in the Keymap.xml file and it is working fine now.

Just one question only: is there any posibility with my lircmapped keys, to go back to the fullscreen video mode with actualy playing video or DVD?

Thanks

Tomas
Reply
#5
porubat Wrote:Just one question only: is there any posibility with my lircmapped keys, to go back to the fullscreen video mode with actualy playing video or DVD?

map display to a some button in lircsettings, I have it like this

<display>Prev</display>

When pressing Prev in my remote during playback, the root menu is displayed. Movie or audio is played on background. When I press it again, video or audio player is displayed.

On the keyboard it's mapped to Tab button.
Reply
#6
Thanks bogey,

mapping the <display> action finaly helps me.

Regards Tomas
Reply

Logout Mark Read Team Forum Stats Members Help
bad action, when pressing <back> action button on remote0