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.

Closed Thread
 
Thread Tools Display Modes
Old 2007-09-02, 00:00   #51 (permalink)
iSP
Portal Member
 
Join Date: Jan 2007
Age: 24
Posts: 67
Thanks: 0
Thanked 4 Times in 4 Posts

Country:


Default

I found a way that works for me again and again:

when: new 2.3 install + latest plugin = fail
then: deinstall 2.3, install 2.2, install 2.3 again, add the plugin from the first post as it won't crash, make at least 1 change to the settings, get the latest one and replace the old one, now it should work whatever settings you fill in.

No idea what's causing it but at least I found a fix again, on winxp mce I didn't get this problem, it's just vista x64.
Will test the latest plugin later this night and see if that one works right away without those steps.
iSP is offline  
Old 2007-09-02, 03:43   #52 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts

Country:


Default

Here is the latest version of the iMON plugin...

Fixed: initialization logic
Fixed: unsafe proceedures removed
Fixed: display off (or clock display) on standy/hibernate
Added: Icon control for music/dvd/video

source and compiled DLL are included.

Last edited by cybrmage; 2008-03-14 at 08:10.
cybrmage is offline  
Old 2007-09-02, 13:31   #53 (permalink)
iSP
Portal Member
 
Join Date: Jan 2007
Age: 24
Posts: 67
Thanks: 0
Thanked 4 Times in 4 Posts

Country:


Default

The latest version seems to work without crashing down the external plugin at all
Not much to add except for the rotating cd icon, which I already did.
Nice to see the plugin is this close to be finished, as in, all parts working.
iSP is offline  
Old 2007-09-02, 18:20   #54 (permalink)
Portal Member
 
Join Date: Apr 2006
Age: 32
Posts: 277
Thanks: 2
Thanked 3 Times in 2 Posts

Country:


Default

I can not get this latest version to work. I can configure it, but MP is crashing at startup on "Starting plug-ins".
I am running 0.2.3.0 RC1.
Johan is offline  
Old 2007-09-03, 01:12   #55 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 36
Thanks: 0
Thanked 3 Times in 1 Post

Country:

My System

Default

Quote:
Originally Posted by Johan View Post
I can not get this latest version to work. I can configure it, but MP is crashing at startup on "Starting plug-ins".
I am running 0.2.3.0 RC1.
I had the same problem and needed to load/update DirectX. I am also not sure if the accented characters are in this build - cybrmage was going to check.
ralphy is offline  
Old 2007-09-03, 05:59   #56 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts

Country:


Default

Here is the updated plugin...

Added: disk icons to display the status of the CD/DVD drive when not playing media
fixed: updated font to the latest updated version
removed: default audio settings display (removed dependance on latest DirectX)

I have not yet found any functions which expose the currently playing audio stream format... so the audio status icons are out for now...

What other functionality is needed/desired??

Last edited by cybrmage; 2008-03-14 at 08:10.
cybrmage is offline  
This User Say Thank You:
Old 2007-09-03, 13:16   #57 (permalink)
Portal Member
 
darkaz's Avatar
 
Join Date: Dec 2006
Location: Melbourne
Age: 33
Posts: 26
Thanks: 3
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via ICQ to darkaz Send a message via MSN to darkaz Send a message via Yahoo to darkaz
Default

Thanks for the updates CybrMage

I'll pull down this latest version and have a play

I did try some tweaks on the weekend for contrast and the like - but seem to get little if any change on the display

I think there's a potential issue which I'm getting with my antec version of the soundgraph (either that or noone else has pointed it out) - the icons around the edges are appearing in a nice bright blue against black but the text in the 96 x 16 pixel area are still shoing as a brighter blue for the text on a duller blue for all "off" pixels - anyone else come across this?

It seems that even a basic initialization of the LCD (I temporarily disabled the whole SendText function to disable any sending of text) turns the whole grid on at a dull illumination.

Is there a way I can trace the calls sent to the display by the antec software? - in the hope that we can figure something else out with this?

Quote:
I have not yet found any functions which expose the currently playing audio stream format...
might be easiest to implement this within the DoWork() function contained in ExternalDisplay.cs ?

what properties are set for the g_Player object? for example .IsMusic will let us know that we're dealing with a music file - but is there a way of determining the filetype? (even using filenames?)... _currentSong.FileName perhaps?

I've only had a quick look at it all - but hopefully this can help a bit
darkaz is offline  
Old 2007-09-03, 13:18   #58 (permalink)
iSP
Portal Member
 
Join Date: Jan 2007
Age: 24
Posts: 67
Thanks: 0
Thanked 4 Times in 4 Posts

Country:


Default

This version let's mediaportal crash down again, at least it closes itself without an error screen.
Can't get into the configuration menu as that will too crash down but with error screen.
Will try a clean setup once again and see if I can get it to work the old way.


[edit]
After deinstalling 2.3, installing 2.2, deinstalling 2.2, reinstalling 2.3 Plus plugin + .dll it works once again.
Stil makes me wonder if it's some reg setting that makes it crash mp with every new version.
Nobody else experiencing this?
[/edit]

Last edited by iSP; 2007-09-03 at 13:56.
iSP is offline  
Old 2007-09-03, 14:59   #59 (permalink)
Portal Member
 
Join Date: Jun 2007
Posts: 36
Thanks: 0
Thanked 3 Times in 1 Post

Country:

My System

Default

Quote:
Originally Posted by darkaz View Post
I think there's a potential issue which I'm getting with my antec version of the soundgraph (either that or noone else has pointed it out) - the icons around the edges are appearing in a nice bright blue against black but the text in the 96 x 16 pixel area are still shoing as a brighter blue for the text on a duller blue for all "off" pixels - anyone else come across this?
I do experience something similar, but doesn't seem as bad as your's sounds

Quote:
Originally Posted by darkaz View Post
Is there a way I can trace the calls sent to the display by the antec software? - in the hope that we can figure something else out with this?
This post might help


Quote:
Originally Posted by darkaz View Post
might be easiest to implement this within the DoWork() function contained in ExternalDisplay.cs ?
A possible advantage of doing it in DoWork() is that each display driver would just need to supply the appropriate methods to display a given set of icons, should the display support icons.
ralphy is offline  
Old 2007-09-03, 16:37   #60 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts

Country:


Default

Quote:
Originally Posted by darkaz View Post
I think there's a potential issue which I'm getting with my antec version of the soundgraph (either that or noone else has pointed it out) - the icons around the edges are appearing in a nice bright blue against black but the text in the 96 x 16 pixel area are still shoing as a brighter blue for the text on a duller blue for all "off" pixels - anyone else come across this?
Yep.. I have the same problem... It appears to be due to the way the display is designed (Inverse STN LCD with very poor quality polarizers). The display contrast is abismal... but you might be able to correct it with some polarizing film (not cheap).


Quote:
Originally Posted by darkaz View Post

what properties are set for the g_Player object? for example .IsMusic will let us know that we're dealing with a music file - but is there a way of determining the filetype? (even using filenames?)... _currentSong.FileName perhaps?
That's how I'm gathering information now. But g_player is a proxy interface to either the internal media player or an external media player... it does not expose underlying media details )such as number of audio channels, or MPEG Profile, or video resolution)... i'm going through the entire MP source looking fr appropriate interfaces, but no luck so far.


Quote:
Originally Posted by iSP View Post
This version let's mediaportal crash down again, at least it closes itself without an error screen.
Can't get into the configuration menu as that will too crash down but with error screen.
Will try a clean setup once again and see if I can get it to work the old way.
Can you look in the log files to see what, if any, errors are generated and you post them so we can investigate?


Quote:
Originally Posted by ralphy View Post
A possible advantage of doing it in DoWork() is that each display driver would just need to supply the appropriate methods to display a given set of icons, should the display support icons.
Having the work done in the DoWork() function would be ok, butyou still need MP functions that expose the information.... 8-}
cybrmage is offline  
Closed Thread

Bookmarks

Tags
driver, imon, lcd, soundgraph, updated

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
Fernbedienung - Soundgraph iMon robbie Media Portal - Support 3 2008-08-21 12:05
MediaPortal & iMON ULTRA Bay (Soundgraph) Testudo Media Portal - Allgemeines 27 2008-02-04 13:10
soundgraph imon direction pad sensitivity Sentinel General Support 4 2007-10-13 14:32
Driver Available for Soundgraph OEM LCD / UltraBay ralphy Support 38 2007-08-30 23:58
Soundgraph iMon remote direct my xx buttons DonBogo General 4 2006-12-10 01:46


All times are GMT +1. The time now is 23:58.


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