(2010-11-26, 19:12)jhsrennie Wrote: kulprit Wrote:I never tried it in global jhsrennie. I thought this would stop it working when you type in a time stamp for a position in a movie. Will give it a go.
I've just tried it, and it does stop you typing in a time.
You could either move the jumpsms mappings to whatever sections you want to use them, or you could add mappings for the number keys to the fullscreenvideo section e.g.
Code:
<keymap>
<global>
<keyboard>
<two>JumpSMS2</two>
<three>JumpSMS3</three>
<four>JumpSMS4</four>
<five>JumpSMS5</five>
<six>JumpSMS6</six>
<seven>backspace</seven>
<eight>JumpSMS8</eight>
<nine>JumpSMS9</nine>
</keyboard>
</global>
<fullscreenvideo>
<keyboard>
<two>Number2</two>
<three>Number3</three>
<four>Number4</four>
<five>Number5</five>
<six>Number6</six>
<seven>backspace</seven>
<eight>Number8</eight>
<nine>Number9</nine>
</keyboard>
</fullscreenvideo>
</keymap>
JR
Hi jhsrennie,
Thank you for this awesome plugin.
Before I had manually modified the registry settings on my main htpc to set it up properly and it was a pain. (Because as you know, out of the box mce remote's "info" button does not work for xbmc and there is no "context menu" button set up. And not to mention if you press the wrong button it fires up the annoying windows media center)
But for a secondary htpc, I just decided to use your plugin instead and I can't believe how easy it was. Great job.
The only feature I can suggest would be adding the functionality for setting up JumpSMS through the plugin as well. Although I understand it is more complicated than it sounds because the script would have to check and append the keyboard.xml if it already exists.
And just to confirm, there are three parts to getting JumpSMS to work correctly without breaking other functions. 1) adding the JumpSMSX mappings in Global, 2) adding NumberX mappings in fullscreenvideo (so you can enter a time to jump to during playback) and 3) adding NumberX mappings in virtualkeyboard (I believe this is necessary for the virtual keyboard to work properly with jumpsms set globally, I have had this in my keyboard.xml for years because at the time I believed it was required, but can't remember if I tested it extensively)
And also to others who were wondering, this addon worked just fine in Eden RC2 on win7x64; you just have to run xbmc as admin, but the addon reminds you to do that anyway.