Minor bug in teletext (2 Viewers)

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Well, the font size problem should be properly fixed now with the latest CVS build.

About your transparency thing: I don't see it here on the TV channels I can receive. So it doesn't seem to be a general bug, as such "hidden" time is also used by those channels, but they're not transparent, they're properly black here. Maybe your TV channel(s) are transmitting them as transparent (and not as hidden as on my channels). I guess that's the cause for what you are seeing there. The only fix would be to put an opaque black background behind it all, but that's not possible atm.
Just a theory, as I cannot reproduce your screen here. But that sounds reasonable to me.
 

wortelsoft

Portal Pro
May 13, 2005
374
1
49
Rotterdam, The Netherlands
Home Country
Netherlands Netherlands
The tranparency only happens for a few channels and seems to be wrong color choice of that channel so that's not an mp issue.

I installed the latest cvs build this morning but I stil have minor problems with the letters. Only the very long letters like j, y, g are cut of at the botom.
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Still?! Well, gonna make it a bit smaller again. Hope you won't need a binocular then when you're sitting on your couch... (I can only simulate that resolution, that's why it's a bit of try and see for me.)
 

wortelsoft

Portal Pro
May 13, 2005
374
1
49
Rotterdam, The Netherlands
Home Country
Netherlands Netherlands
mpod could you give me soem directions on what to change in the source code

I guess it must be in this part, but ten I change it for everyone?

int y = 0;
int x;
int width = _pageRenderWidth / 40;
int height = (_pageRenderHeight - 2) / 25;
int fntSizeX = (width - 2 < 10) ? 10 : width - 2;
int fntSizeY = (height - 6 < 10) ? 10 : height - 6;
_fontTeletext = new System.Drawing.Font("Courier New", Math.Min(fntSizeX, fntSizeY), System.Drawing.FontStyle.Bold);
System.Drawing.SolidBrush brush=null;

Your help is much appreciated.
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
wortelsoft said:
mpod could you give me soem directions on what to change in the source code

I guess it must be in this part, but ten I change it for everyone?

int y = 0;
int x;
int width = _pageRenderWidth / 40;
int height = (_pageRenderHeight - 2) / 25;
int fntSizeX = (width - 2 < 10) ? 10 : width - 2;
int fntSizeY = (height - 6 < 10) ? 10 : height - 6;
_fontTeletext = new System.Drawing.Font("Courier New", Math.Min(fntSizeX, fntSizeY), System.Drawing.FontStyle.Bold);
System.Drawing.SolidBrush brush=null;

Your help is much appreciated.
Ah, damn. I totally forgot you... :oops:

Play with that line:

int fntSizeY = (height - 6 < 10) ? 10 : height - 6;

and change the 6 to 7 or 8. Post your results again, I'm gonna change it in CVS then.

Info: fntSizeY affects 16:9 only, fntSizeX normal 4:3.
 

wortelsoft

Portal Pro
May 13, 2005
374
1
49
Rotterdam, The Netherlands
Home Country
Netherlands Netherlands
This bug is back.


I think we need a check box in the mediaportal setup programm (general) for wide screen so all plugins can check this and use separate calculations for 4:3 or 16:9.
 

sdf

Portal Pro
September 29, 2006
292
42
Home Country
Italy Italy
I also have the same problem of transparency.
With some channel all the left part of the teletext screen becimes transparent and teletext is not visible.
The bug is only with full screen teletext.
With windowed teletext (called from the tv menu) the back is perfectly black.
By the way, at the native plasma resolution (848x480) the font is barely visible (too small).
Is better at 960x600 resolution.
Couldn't be implemented something indipendent from desktop resolution and more readable?
I can test it if it is necessary.
 

Users who are viewing this thread

Similar threads

Are the media/video folders on the Mint host?
Are the media/video folders on the Mint host?
I've used Mediaportal for years on a Windows Host with restricted online-access. Lately I reinstalled...
Replies
1
Views
1K
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve...
Hello Folks, Is it possible to enable MP to resume in an External Player, where it left off ? I guess the question also is, can...
Replies
2
Views
1K
I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The Latest Media Handler plugin seems to be working as expected. I've had no lock-ups.
I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The...
Before you create this bug report: Make sure that your system (windows, codecs and drivers) is up to date, matching the...
Replies
13
Views
4K
MP1 MP2 Picture-in-picture DE
Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many tries, and it’s not clear what I am doing that makes it work on those occasions when it does. Cannot find guidance on the site. Thanks, N. Again, if anyone knows how to do this, would be much...
Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many...
Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many...
Replies
0
Views
2K
I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
Replies
1
Views
651
Top Bottom