MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Input / Output interfaces » External Display » Support


Support Support for external displays.

Reply
 
Thread Tools Display Modes
Old 2007-12-29, 02:12   #41 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 116
Thanks: 4
Thanked 24 Times in 14 Posts

Country:


Default

Remote controller is now working!!! Cool to have native support for this. I only did arrow keys, back and select buttons but concept is ready and easy to expand. I will tidy up this source and attach it here (and maybe also a sneak peek dll if you are nice).

To CybrMage, can you help as this will also need a time conversion (separated hrs, min, sec, day, month etc. as hex) to setup the display after exiting MP or otherwise it will show just crap. I can write a spec for that - it will take too much time from me even though learning quickly. Oh and I will test your driver also today to see if it is still crashing.

Has anybody anything to comment, at least somebody downloaded those early versions?!? I mean working for your setup or not?

/m

P.S. It is also possible to set fans and read temps if really needed for some purpose.
-Manfred- is offline   Reply With Quote
Old 2007-12-29, 11:11   #42 (permalink)
aXs
Portal Member
 
Join Date: Sep 2007
Age: 39
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

For me the problem is still the same, display is working but not the remote controller. What is the configuration of your remote in MP. I tried everything and nothing works.
Thanks.
aXs is offline   Reply With Quote
Old 2007-12-29, 11:35   #43 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 116
Thanks: 4
Thanked 24 Times in 14 Posts

Country:


Default

Maybe my first sentence was a bit misleading. Support for remote wasn't included any of those previous versions, but try this. Source included.

Note that only arrow, select, stop and back buttons are working. See what happens when you exit from MP: display is dimmed with correct time and date!

I removed all earlier versions from previous posts.

Still to do all key mappings and thats it. How about killing MHC if it is active when MP is started as it will prevent display usage?

Last edited by -Manfred-; 2007-12-30 at 10:52.
-Manfred- is offline   Reply With Quote
Old 2007-12-29, 13:23   #44 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts

Country:


Default

Quote:
Originally Posted by -Manfred- View Post
Note that only arrow, select, stop and back buttons are working.
Good job!!
I have taken your work and incorporated it into my version of the driver... The advantages are that I have already done all the mappings for all the remote keys within the "inputmapper" framework... That way, the remote buttons are all configurable, just like any of the remotes that are supported by the Remotes plugin... (Which even allows for "context sensitive" mapping of the remote buttons). I have included "default" mappings based on the "MCE remote" configuration. Any changes or additions to the mapping is done with the "Advanced" option in configuration.

I have included the source code this time, so you can expand on it if needed...

Quote:
Originally Posted by -Manfred- View Post
How about killing MHC if it is active when MP is started as it will prevent display usage?
You may find that this option may become a point of contention (as I found out with my driver for the SoundGraph iMON display). Many people don't like the driver "interfering" with other programs... If you want to go this route, you can take the code to shut down other programs from the SoundGraph driver (iMONLCDg.cs - it's in the autodetect section of the Setup routine).

Regards,

CybrMage

Last edited by cybrmage; 2007-12-29 at 17:11. Reason: DRIVER REMOVED DUE TO NEW VERSION
cybrmage is offline   Reply With Quote
Old 2007-12-29, 14:10   #45 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 116
Thanks: 4
Thanked 24 Times in 14 Posts

Country:


Default

That was quick. Good, I'll take that source as base for further development if needed. I will remove all my drivers when this is finalized.

But remote doesn't work. Always in log (file exists in custom-folder):

2007-12-29 15:05:28.510600 [Info.][ExternalDisplay]: VLSYS_Mplay: remote mapping file does not exist - Creating default mapping file
2007-12-29 15:05:28.513600 [Info.][ExternalDisplay]: VLSYS_Mplay: Error creating remote mapping file - Remote support disabled

And yes that configuration is now OK without crashing or any warnings on log.
/m

Last edited by -Manfred-; 2007-12-29 at 14:23.
-Manfred- is offline   Reply With Quote
Old 2007-12-29, 14:33   #46 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts

Country:


Default

That would be Vista and it's "extended" security... The driver is trying to write it's remote configuration file to the custom remote configuration directory... and failing...

While I try to figure out where else the file can be placed (depends on the search path that the imputmapper framework uses).. I have attached the default XML remote configuration file... Place it in your MediaPortal\InputDeviceMappings\custom folder... Then try the driver and see if the remote works...

Regards,
CybrMage

Last edited by cybrmage; 2007-12-29 at 17:12. Reason: MAPPING FILE REMOVED DUE TO UPDATED VERSION (created by driver)
cybrmage is offline   Reply With Quote
Old 2007-12-29, 15:23   #47 (permalink)
Portal Member
 
Join Date: Dec 2007
Location: Berlin
Age: 44
Posts: 80
Thanks: 2
Thanked 2 Times in 2 Posts

Country:

My System

Default Remote Codes for M-Play Remote

Quote:
Originally Posted by cybrmage View Post
Quote:
Originally Posted by Herr R aus B View Post
Hi!
@ cybrmage the snoop thing is next on my list - gonna report later :-)
Cool... I'm looking forward to getting the remote section working... 8-}

Regards,
CybrMage
Here it is - for convienience reasons I also scanned the manual page so that you know what the remote looks like and what buttons are on it. The table below then shows the hex codes I analyzed for the diferent buttons. Sorry for not being able to find out the hex code for the power on/off button - the reason might be obvious ;-)

Hope that helps! Greets,

Axel

Edit: Seems as if I am too late... My results match exactly with CybrMage's Mappings...
__________________
Jazz oder nie!

Last edited by Herr R aus B; 2008-01-04 at 22:17.
Herr R aus B is offline   Reply With Quote
Old 2007-12-29, 15:33   #48 (permalink)
Portal Member
 
Join Date: Dec 2007
Location: Berlin
Age: 44
Posts: 80
Thanks: 2
Thanked 2 Times in 2 Posts

Country:

My System

Default

Again me...

As a rather newbie to MP I shall be very happy if someone would explain to me, how exactly to install this driver :-) Thanks in advance...

Axel
__________________
Jazz oder nie!
Herr R aus B is offline   Reply With Quote
Old 2007-12-29, 16:09   #49 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts

Country:


Default

Umm... Please disregards my last post.... The error preventing the remote mappings is actually due to an error in the default xml mapping file...

I'm working on the fix now, and will post the updated driver once I have it fixed..

Herr R aus B: Shut down MediaPortal then Copy the ProcessPlugins.dll file in the zip archive into your MediaPortal/plugin/process directory.

Regards,
CybrMage
cybrmage is offline   Reply With Quote
Old 2007-12-29, 16:43   #50 (permalink)
Portal Member
 
Join Date: Dec 2007
Location: Berlin
Age: 44
Posts: 80
Thanks: 2
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by cybrmage View Post
Umm... Please disregards my last post.... The error preventing the remote mappings is actually due to an error in the default xml mapping file...

I'm working on the fix now, and will post the updated driver once I have it fixed..

Herr R aus B: Shut down MediaPortal then Copy the ProcessPlugins.dll file in the zip archive into your MediaPortal/plugin/process directory.

Regards,
CybrMage
and then select which driver in the configuration utility? with what parameters? am i too stupid? :-)
__________________
Jazz oder nie!
Herr R aus B is offline   Reply With Quote
Reply

Bookmarks

Tags
hd135, mplay, vfd, vlsys, zalman

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
Zalman VFD in PM Takke General Support 3 2008-01-04 13:20
Zalman HD160XT Gehäuse Diskusion Muschi Hardware 10 2007-12-29 18:18
Set-up Zalman HD160XT Remote Giorgio_ap Support 4 2007-07-05 12:44
Zalman HD160 advice aarond Hardware Selection Help 13 2007-01-12 09:06
Problems with Zalman HD160 steviweavi HTPC Projects 6 2006-06-09 15:46


All times are GMT +1. The time now is 21:33.


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