Menu when watching movie doesent work
#1
Okay maybe this is a dum question but here it goes.

I have used xbmc on the org xbox for many years with the org xbox remote.
When i watched movies the button "menu" would pull up the movie menu.

But with xbmc on pc i cant get any movie menu at all. no buttons
pulls up a menu for me i have tryed them all Wink

I have tried to figure out whats wrong, i guess it's something with the keymap.xml file. i can see that the remote global section the "menu" button is set to
<menu>PreviousMenu</menu>

Is this correct ?
Reply
#2
Check the fullscreenvideo section in keymap.xml, and add a link to OSD as necessary.
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.


Image
Reply
#3
Code:
<FullscreenVideo>
    <remote>
      <left>StepBack</left>
      <right>StepForward</right>
      <up>BigStepForward</up>
      <down>BigStepBack</down>
      <back>SmallStepBack</back>
      <menu>OSD</menu>
      <start>OSD</start>
      <title>CodecInfo</title>
      <info>Info</info>
      <enter>AspectRatio</enter>
      <select>AspectRatio</select>
   </remote>

i have it there. i got keymap.xml in xbmc/userdata
No idea why i dont get an osd working Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Menu when watching movie doesent work0