Quick jump/search in movie library mode?
#31
Lol, I really hate when people post questions before having exhausted their options and now did it myself :p

After a little thinking, I went into the __init__.py file in EventGhost\plugins\XBMC and changed the number 2-9 events from number2-9 to JumpSMS2-9 respectively.

Basically, under ACTIONS = ( replace the number 2-9 actions with:

("Number0", "Number 0", "Remote number 0.", "Number0"),
("Number1", "Number 1", "Remote number 1.", "Number1"),
("Number2", "Number 2", "Remote number 2.", "JumpSMS2"),
("Number3", "Number 3", "Remote number 3.", "JumpSMS3"),
("Number4", "Number 4", "Remote number 4.", "JumpSMS4"),
("Number5", "Number 5", "Remote number 5.", "JumpSMS5"),
("Number6", "Number 6", "Remote number 6.", "JumpSMS6"),
("Number7", "Number 7", "Remote number 7.", "JumpSMS7"),
("Number8", "Number 8", "Remote number 8.", "JumpSMS8"),
("Number9", "Number 9", "Remote number 9.", "JumpSMS9"),

Works like a charm Smile
Reply
#32
hey many thanks for that tip Nod
Reply
#33
Great big thank you! See the search does work. Laugh
Reply
#34
phunqe Wrote:Lol, I really hate when people post questions before having exhausted their options and now did it myself :p

After a little thinking, I went into the __init__.py file in EventGhost\plugins\XBMC and changed the number 2-9 events from number2-9 to JumpSMS2-9 respectively.

Basically, under ACTIONS = ( replace the number 2-9 actions with:

("Number0", "Number 0", "Remote number 0.", "Number0"),
("Number1", "Number 1", "Remote number 1.", "Number1"),
("Number2", "Number 2", "Remote number 2.", "JumpSMS2"),
("Number3", "Number 3", "Remote number 3.", "JumpSMS3"),
("Number4", "Number 4", "Remote number 4.", "JumpSMS4"),
("Number5", "Number 5", "Remote number 5.", "JumpSMS5"),
("Number6", "Number 6", "Remote number 6.", "JumpSMS6"),
("Number7", "Number 7", "Remote number 7.", "JumpSMS7"),
("Number8", "Number 8", "Remote number 8.", "JumpSMS8"),
("Number9", "Number 9", "Remote number 9.", "JumpSMS9"),

Works like a charm Smile

bumping thread, I haven't been able to try it in the video menu, but doing this breaks the standard number/sms functionality in XBMC's On-screen Keyboard Oo
Reply
#35
There's a <virtualkeyboard> section in the keymap for a reason Smile
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
#36
sorry for bumping an old thread, but filtering using FilterSMS seem to not work in my RC3 installation.
I have defined this in keyboard.xml but it seem not to work in Library mode.

<keymap>
<global>
<keyboard>
<two>FilterSMS2</two>
<three>FilterSMS3</three>
<four>FilterSMS4</four>
<five>FilterSMS5</five>
<six>FilterSMS6</six>
<seven>FilterSMS7</seven>
<eight>FilterSMS8</eight>
<nine>FilterSMS9</nine>


Full xml at http://pastebin.com/MWbs48yx

Filtering works fine in File mode.

Filed as bug: http://trac.xbmc.org/ticket/13915
Reply
#37
Clutch can't tell you how glad I am you posted that, because I've just spent hours thinking I was doing it wrong.
Reply
#38
I think FilterSMS functionality was completely removed from Frodo. I noticed this a few months ago with nightlies. I hope I am wrong and it is just a bug that needs attention...
Image
VoxCommando.com
Reply

Logout Mark Read Team Forum Stats Members Help
Quick jump/search in movie library mode?0