MediaPortal Forums HTPC/MediaCenter
Old 2007-12-18, 10:20   1 links from elsewhere to this Post. Click to view. #1 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 37
Posts: 816
Thanks: 10
Thanked 101 Times in 18 Posts

Country:

My System

Improvement Suggestion - Done ShortCut'er Plugin - Shortcuts for the MP sections

FINAL RELEASE 1.0 NOW AVAILABLE!

This plugin let you create keryboard shortcuts to any screen like myDVD, TV etc...

You can also create shortcuts like CTRL + SHIFT + [KEY] !!!

Just put the ShortCuter.dll in the plugin / process folder and let me know if its works for you.

-----------------------------------------------------------------------------------------------------------------------------------------------------------
Update 24.08.2009
- Compiled against the MP1.1 Alpha version (ShortCuter_MP1.1.rar)

Update 24.3.2008
- Release 1.0 (final) are now available!
- New sources and plugin attached
- Its now possible to use CTRL + SHIFT with some keys

Update 8.2.2008
- its now possible to add new shortcuts
- New sources and plugin attached
- i have not found yet a solution to implement that 3 keys at the sametime are detected in MP like CTRL+ALT+X, if anyone has a tip...give it to me

Update 18.12.2007:
- the Sources are now attached here
- a compiled version is also attached

feel free to check the sources an give feedback how to solve this

-----------------------------------------------------------------------------------------------------------------------------------------------------------

greetz
MoPhat
Attached Thumbnails
ShortCut'er Plugin - Shortcuts for the MP sections-sc_screenshot.jpg  
Attached Files
File Type: rar ShortCuter_plugin.rar (16.2 KB, 6080 views)
File Type: rar ShortCuters_sources.rar (85.7 KB, 1259 views)
File Type: rar ShortCuter_MP1.1.rar (16.4 KB, 2334 views)

Last edited by MoPhat; 2009-08-24 at 19:44..
MoPhat is offline   Reply With Quote
Old 2007-12-18, 16:03   #2 (permalink)
MP1 Development Manager
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 36
Posts: 4,539
Thanks: 502
Thanked 575 Times in 404 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

MoPhat,

thanks a lot for this great plugin. It seems it will solve all my keyboard/remote problems.

In any case I suggest to put those shortcut in the main MP code so all users are not forced to download an external dll to have all My* keys work.

Will post my feedback this evening , after a try in real life...

Simone
chemelli is offline   Reply With Quote
These User Thank You:
Old 2007-12-18, 20:11   #3 (permalink)
MP1 Development Manager
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 36
Posts: 4,539
Thanks: 502
Thanked 575 Times in 404 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

MoPhat,

I'm trying to test your shortcut, but with Imon I have some difficulties mapping the choiced keys.
Can you change them using something like:

Home = Ctrl + h
Tv = Ctrl + t
Tv Full = Ctrl + Shift + t = Ctrl + T
Teletext = Ctrl + e
Teletext Full = Ctrl + Shift + e = Ctrl + E
Movies = Ctrl + v
Movies Full = Ctrl + Shift + v = Ctrl + V
Radio = Ctrl + r
Music = Ctrl + m
Pictures = Ctrl + p
Tv guide = Ctrl +g
Weather = Ctrl + w

Thanks in advance.

Simone
chemelli is offline   Reply With Quote
Old 2007-12-18, 21:07   #4 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 37
Posts: 816
Thanks: 10
Thanked 101 Times in 18 Posts

Country:

My System

Default

@chemelli

Check version 1.0 in the first post.
you can now set the keys for the shortcuts - i hope this solves your problems

With my iMon remote control, i have no problems with the remote keys.


=> sorry its not possible for this moment to use 2 keys like Ctrl + h or similar

greetz
MoPhat
MoPhat is offline   Reply With Quote
Old 2007-12-18, 21:50   #5 (permalink)
MP1 Development Manager
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 36
Posts: 4,539
Thanks: 502
Thanked 575 Times in 404 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

MoPhat,

thanks a lot for the quick update, but how to do configure iMON software to handle semigraphic char like the one in the first post ?

Can you be so kind to attach your .IMO file ?
Simone
chemelli is offline   Reply With Quote
Old 2007-12-18, 23:20   #6 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 37
Posts: 816
Thanks: 10
Thanked 101 Times in 18 Posts

Country:

My System

Default

Please use the new bug-fixed version 1.1 and the imo file, this works well for me

MoPhat
MoPhat is offline   Reply With Quote
Old 2007-12-18, 23:33   #7 (permalink)
MP1 Development Manager
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 36
Posts: 4,539
Thanks: 502
Thanked 575 Times in 404 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

Quote:
Originally Posted by MoPhat View Post

> Knows anyone the ID of the DVD screen?

greetz
MoPhat

In the Generic Keyboard Plugin source I found this:

---------- KEYBOARD.XML
<button name="DVD/Menu" code="11077">
<action layer="0" condition="PLAYER" conproperty="DVD" command="ACTION" cmdproperty="91" sound="cursor.wav" />
<action layer="0" condition="PLAYER" conproperty="DVD" command="ACTION" cmdproperty="92" sound="cursor.wav" />

----------
give it a try :-)

Simone
chemelli is offline   Reply With Quote
Old 2007-12-19, 07:34   #8 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg
Age: 37
Posts: 816
Thanks: 10
Thanked 101 Times in 18 Posts

Country:

My System

Default

thanks chemelli, but that's not that what i need

I need the ID from the XML file in the skin folder like this one:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
  <id>6</id>
  <defaultcontrol>2</defaultcontrol>
  <allowoverlay>yes</allowoverlay>
  <define>#header.label:134</define>
  <define>#header.image:videos_logo.png</define>
  <define>#header.hover:hover_my videos.png</define>

Its anywhere in the mymovies files, but i have not found yet.


does this version work for you?

thanks
MoPhat

Last edited by MoPhat; 2007-12-19 at 07:37..
MoPhat is offline   Reply With Quote
Old 2007-12-19, 08:10   #9 (permalink)
MP1 Development Manager
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 36
Posts: 4,539
Thanks: 502
Thanked 575 Times in 404 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

MoPhat,

I'm not at home now to make a full test, but it seems to work really fine ;-) Thanks for your work.

I found this peace of code in C:\SourceMP\MediaPortal\MediaPortal.Base\skin\BlueTwo wide\settings_dvd.xml:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <window> <id>704</id> <defaultcontrol>24</defaultcontrol> <allowoverlay>yes</allowoverlay> <define>#header.label:6015</define> <define>#header.hover:hover_my videos.png</define>
Hope this helps.

Simone
chemelli is offline   Reply With Quote
Old 2007-12-20, 08:26   #10 (permalink)
MP1 Development Manager
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 36
Posts: 4,539
Thanks: 502
Thanked 575 Times in 404 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

MoPHat,

I have your solution up and running with the same issues I have on MyKeys actually ;-(
no MyDVD and keys overlap other keys...

Is it possible for you to share the code ? I would like to add <ctrl> and <alt> identifiers for each key. This will give users the option to enable them and translate a "T" to "Ctrl+T" or "Ctrl+Alt+t" that will not interfere with others plugin keys...

Thanks again for your work and time.

Simone
chemelli is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, sections, shortcuter, shortcuts

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/mediaportal-plugins-47/shortcuter-plugin-shortcuts-mediaportal-sections-32747/
Posted By For Type Date
MediaPortal - Setup guide for Silverstone LC16M Case | iMon Remote Setup, iMon VFD Setup, iMon Front Button Hack This thread Refback 2009-11-06 13:39

Similar Threads
Thread Thread Starter Forum Replies Last Post
My Keys Plugin mPod MediaPortal Plugins 69 2008-02-07 14:13
How to send keys keys to media portal? Blitzbat MediaPortal Plugins 1 2007-05-21 10:34
Plugin strings and keys... TesterBoy MediaPortal Plugins 3 2007-02-05 06:23
Home-Plugin, Shortcuts Jaques-Ludwig Plugins & Erweiterungen 1 2005-11-19 10:38
Home plugin and menu shortcuts igalan MediaPortal Plugins 0 2005-07-27 17:25


All times are GMT +1. The time now is 12:37.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden