Minor bug in teletext (1 Viewer)

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
47
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
47
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
47
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

Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload your debug log files, if you want to solve the issue.
Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload...
Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
Replies
6
Views
1K
MP has adjustable audio delay. I don't know whether this works for all video formats, but it certainly works for TS files, and may work for MP4 files. There is a slider that allows you to adjust the audio delay while playing a video. Press the INFO button on the remote control to display the OSD, select the "Audio" icon, and then...
MP has adjustable audio delay. I don't know whether this works for all video formats, but it certainly works for TS files, and may...
This is not an audio/video out of sync issue but a delay in audio in playback I have been using MP for years and noticed their...
Replies
1
Views
250
oops! here it is. Corrected xml
oops! here it is. Corrected xml
Before you create this bug report: Make sure that your system (windows, codecs and drivers) is up to date, matching the...
Replies
2
Views
767
I removed all sign of MySQL, rebooted, did a clean reinstall. It reinstalled 5.6, But I've still got both the same problem - unable to connect to any of the specified MySQL hosts. And Hostname is still in red. I don't understand - this is a dedicated TV computer. Unless an update did this I don't know why there's a problem in the...
I removed all sign of MySQL, rebooted, did a clean reinstall. It reinstalled 5.6, But I've still got both the same problem -...
I've been using MediaPortal for 20 or so years. Last night it recorded perfectly. This arvo it doesn't - will run videos but not...
Replies
2
Views
520
I uninstalled MP, made sure no sub folders were left n any programmes folders, changed the computer name, rebooted, installed MP and set logs and rebooted and ran TVServer. Didn't do anything in regard to S Loopback adapter. I've been using NextPvr since the problem became insurmountable. Only reason it's not a good long term...
I uninstalled MP, made sure no sub folders were left n any programmes folders, changed the computer name, rebooted, installed MP...
I've been using MediaPortal for 20 or so years. Last night it recorded perfectly. This arvo it doesn't - will run videos but not...
Replies
24
Views
2K
Top Bottom