home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
aMPed
Overlapping Text
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dadeo" data-source="post: 1095817" data-attributes="member: 27204"><p>Those are aMPed skin settings, and default is supposed to be EPG 10 lines and 15 pt font. Sometimes you have to reapply them using aMPedConfig, especially if you change skins within MP. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p><p></p><p></p><p>Yeah, Config tools are not DPI aware <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> - but then many other apps aren't either. Drives me nujts too as I can barely read text anymore on larger PC screen. I usually adjust Windows desktop settings to use larger fonts as that has fewer issues than DPI scaling, but still isn't perfect. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite11" alt=":rolleyes:" title="Roll Eyes :rolleyes:" loading="lazy" data-shortname=":rolleyes:" /></p><p></p><p></p><p>OK good, so that rules out that option.</p><p></p><p></p><p>That doesn't surprise me - I was thinking about it when you first mentioned the crash. There is a lot of processing/rendering in both TV and Radio Guide/EPG screens and the larger fonts and options aMPed offers/uses might exacerbate that. However, I have occasionally had the fontdll error in many different skins in unpredictable cases (i.e. different screens), so I suspect the issue is deeper - related to the now outdated skin engine (which is one of the reasons for MP2 development).</p><p></p><p>So I don't think I can help much with the crash, but I can fix the overlapping text - I found the issue - it's the genre overlapping the other text (not the other way). It's rare to have such long genre names like "game show (general)" in your screenshot, so probably most users haven't noticed it before. You can <a href="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/TV-Server_Configuration/05_DVB_EPG/EPG_Genre_Map" target="_blank">configure EPG genre names</a> in TV-Server config. But still aMPed shouldn't do that. Can you try the attached myradioguide.10lines.xml and see if that fixes it? (just copy it to your aMPed skin folder). Since I can't get Radio EPG data we might have to use trial and error a couple times to set the width perfectly <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /> </p><p></p><p>If it isn't quite right, you can edit it yourself using any editor (I use Notepad++ but Notepad will do). You need to edit the <strong>width</strong> in the following:</p><p>[code] <control Style="Align Right"></p><p> <description>Current program genre</description></p><p> <type>fadelabel</type></p><p> <id>27</id></p><p> <posY>670</posY></p><p> <width>230</width></p><p> <label>#Radio.Guide.Genre</label></p><p> <textcolor>#amped.text2f.color</textcolor></p><p> <visible>!Player.hasmedia</visible></p><p> </control></p><p>[/code]</p><p>If you can let me know what the perfect width is, that would be a big help!</p><p>You can edit the skin xml while MP is open, but you'll need to exit/re-enter the Radio Guide/EPG screen to see your changes.</p></blockquote><p></p>
[QUOTE="Dadeo, post: 1095817, member: 27204"] Those are aMPed skin settings, and default is supposed to be EPG 10 lines and 15 pt font. Sometimes you have to reapply them using aMPedConfig, especially if you change skins within MP. :( Yeah, Config tools are not DPI aware :( - but then many other apps aren't either. Drives me nujts too as I can barely read text anymore on larger PC screen. I usually adjust Windows desktop settings to use larger fonts as that has fewer issues than DPI scaling, but still isn't perfect. :rolleyes: OK good, so that rules out that option. That doesn't surprise me - I was thinking about it when you first mentioned the crash. There is a lot of processing/rendering in both TV and Radio Guide/EPG screens and the larger fonts and options aMPed offers/uses might exacerbate that. However, I have occasionally had the fontdll error in many different skins in unpredictable cases (i.e. different screens), so I suspect the issue is deeper - related to the now outdated skin engine (which is one of the reasons for MP2 development). So I don't think I can help much with the crash, but I can fix the overlapping text - I found the issue - it's the genre overlapping the other text (not the other way). It's rare to have such long genre names like "game show (general)" in your screenshot, so probably most users haven't noticed it before. You can [URL='http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/TV-Server_Configuration/05_DVB_EPG/EPG_Genre_Map']configure EPG genre names[/URL] in TV-Server config. But still aMPed shouldn't do that. Can you try the attached myradioguide.10lines.xml and see if that fixes it? (just copy it to your aMPed skin folder). Since I can't get Radio EPG data we might have to use trial and error a couple times to set the width perfectly ;) If it isn't quite right, you can edit it yourself using any editor (I use Notepad++ but Notepad will do). You need to edit the [B]width[/B] in the following: [code] <control Style="Align Right"> <description>Current program genre</description> <type>fadelabel</type> <id>27</id> <posY>670</posY> <width>230</width> <label>#Radio.Guide.Genre</label> <textcolor>#amped.text2f.color</textcolor> <visible>!Player.hasmedia</visible> </control> [/code] If you can let me know what the perfect width is, that would be a big help! You can edit the skin xml while MP is open, but you'll need to exit/re-enter the Radio Guide/EPG screen to see your changes. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
aMPed
Overlapping Text
Contact us
RSS
Top
Bottom