MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2007-12-20, 11:05   #11 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

Shure will the code shared, i think in the coming week

The myDVD issue should then be solved.

I have the same issues with overlapped Keys which other plugins using

So i'm trying to implement a possibility to use 2 Keys for the shortcuts like CTRL+H...
I think 2 keys should be enough (?)

greetz
MoPhat
MoPhat is offline   Reply With Quote
Old 2007-12-20, 12:01   #12 (permalink)
Portal Developer
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Italy - Padova
Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

I think for now they are ok, but you know that a 3 keys combine will for sure trough all problems away...

Simone
chemelli is offline   Reply With Quote
Old 2007-12-20, 21:51   #13 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Is it possible to use this plugin to play a certain playlist, or radio station with one key?

Thanx,

Peter
xpeet is offline   Reply With Quote
Old 2007-12-21, 00:18   #14 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

@xpeet
Sorry not at th moment, it does only open a scene file (page like home , tv)

MoPhat
MoPhat is offline   Reply With Quote
Old 2007-12-21, 23:43   #15 (permalink)
Portal Member
 
BjornPadding's Avatar
 
Join Date: Jan 2007
Location: Catalunya
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts


Default We want code ... We want code ... We want code...

Hey MoPhat!

Don't take it wrong.
I would just love to get my fingers on it too .

However, if you do not want to post the code here...
Where do you store the keys now?
If you store them character based; Why don't you store then integer based?
That way you can store the ctrl, alt, leftshift, rightshift and the key in one integer.
Only thing you have to do is AND the stuff to see if it matches if (<input> AND <code>) or case whatever, and your off...

Let me know if I can help, thanks! Great job... it sux that all those standard "shortcuts" are mapped to normal keys so you cannot use the normal keys anymore like in that browser plugin.
Keep it up!
And if you don't implement something like the above. Expect to receive a lot of "We want code.... we want code...." messages in your inbox

Just pulling your leg ofcourse!

THANKS!
Bjorn
BjornPadding is offline   Reply With Quote
Old 2008-01-04, 14:02   #16 (permalink)
Portal Developer
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Italy - Padova
Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

Quote:
Originally Posted by MoPhat View Post
Shure will the code shared, i think in the coming week

The myDVD issue should then be solved.
Is this working for you now ?

Quote:
Originally Posted by MoPhat View Post
I have the same issues with overlapped Keys which other plugins using

So i'm trying to implement a possibility to use 2 Keys for the shortcuts like CTRL+H...
I think 2 keys should be enough (?)

greetz
MoPhat
I would really like to have the updated version with 2 keys for shortcuts. I can be of help if you share the code...

again for your work.

Simone
chemelli is offline   Reply With Quote
Old 2008-01-07, 15:03   #17 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

hi, check my first post!


MoPhat
MoPhat is offline   Reply With Quote
Old 2008-01-07, 18:00   #18 (permalink)
Portal Developer
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Italy - Padova
Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

Thanks a lot Mophat,

I took a look at the sources and found that you call

GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WIN DOW, 0, 0, 0, 704, 0, null);

for MyDVD. I think taking a look at how the GUIMessage class works and how the skin files are built, that a possibile working solution will be:

GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WIN DOW, 0, 0, 0, 6, 6, null);

I will give this a try this evening when home with a compiler...

Simone
chemelli is offline   Reply With Quote
Old 2008-01-07, 19:38   #19 (permalink)
Portal Developer
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Italy - Padova
Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

I'm not able to compile due to source dependant to some path I have not in my pc...

but no problem, I found a possible way to find out MyDVD key.
In the attached xml file you can find that it can be "90" or "-1"+"90".

Just try and let me know if it works or not...

Simone
Attached Files
File Type: xml Keyboard.xml (13.9 KB, 52 views)
chemelli is offline   Reply With Quote
Old 2008-01-07, 20:06   #20 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

OK i will try the DVD issue

MoPhat
MoPhat 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 Off

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


All times are GMT +1. The time now is 05:46.


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