[will not fix] settins→plug ins→ Number of rows in EPG set to12: the channel names are not correctly sized or posi (1 Viewer)

Reggie Schaffnit

Portal Member
September 16, 2015
18
0
Home Country
United States of America United States of America
settins→plug ins→ Number of rows in EPG set to12: the channel names are not correctly sized or positioned.
upload_2017-3-2_15-50-51.png
 

Brownard

Development Group
  • Team MediaPortal
  • March 21, 2007
    2,306
    1,884
    Home Country
    United Kingdom United Kingdom
    Unfortunately I can not fix it. There is no possibility to scale the font size according to available height known to me
    You should be able to use a MultiBinding to bind different sizes based on the number of rows property on the guide model (sorry not at computer so can't give you exact property/model names)
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,743
    3,501
    Stuttgart
    Home Country
    Germany Germany
    You should be able to use a MultiBinding to bind different sizes based on the number of rows property on the guide model (sorry not at computer so can't give you exact property/model names)
    Ok. I'll try to find and bind the correct property. Perhaps I can even use a formula with rounding to allow full flexibility instead of creating a predefined correlation matrix.

    <MultiBinding Converter="{StaticResource ExpressionMultiValueConverter}" ConverterParameter="{}{{0}/{1}:F0}">
    <Binding Path="MaxFontSize"/>
    <Binding Path="EPGRows"/>
    </MultiBinding>

    Edit:
    @Brownard
    I made a few trials and found the ideal correlation between No of rows and Fontsize.
    The formulation would be: {FontSize = -0.5 * EPGRows + 23} But there should be no FontSize larger than 28, because then width becomes a problem. I'm not sure how to set both in combination and also I need the EPGRow parameter :)
     

    Users who are viewing this thread


    Write your reply...

    Similar threads

    I installed the new EXE on my MP 1.36 64-bit system (Win 10 laptop), and... it works fine. (y) :) Thank you for making this change :). I hope that it will be included in the next release. -- from CyberSimian in the UK
    I installed the new EXE on my MP 1.36 64-bit system (Win 10 laptop), and... it works fine. (y) :) Thank you for making this...
    In "MP Config" the following setting enables the display of channel numbers in the TV EPG: But there is no equivalent setting in...
    Replies
    4
    Views
    932
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
    Replies
    1
    Views
    1K
    Thanks very much, Jasmeet. Worked. But note that this setting has moved, apparently, to: Settings > TV (not Plugins)
    Thanks very much, Jasmeet. Worked. But note that this setting has moved, apparently, to: Settings > TV (not Plugins)
    I recently did a fresh install of 2.5 on a new Windows 11 PC. My previous (Windows 10) version of 2.5 gave my broadcast TV channel...
    Replies
    2
    Views
    360
    Hey CyberSimian you nailed it! Looks like the secret is:- After EPG Collector has Run and provided the TVGuide.xml Open MediaPortal - TV Server Configuration "Force Import" on the Plugins/Xmltv/General dialogue, (ignore the status) Go to the Mappings dialogue and Load/Refresh and Save a Group - (It does not appear to matter which...
    Hey CyberSimian you nailed it! Looks like the secret is:- After EPG Collector has Run and provided the TVGuide.xml Open...
    Hi everyone I posted in the EPG section a while back concerning MediaPortal EPG using EPG Collector and MediaPortal xmltv plugin...
    Replies
    52
    Views
    4K
    In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary genre (i.e. a subgenre). The primary genre might be something like Film (or Movie in the USA). The secondary genre for Film might be something like: Action, Comedy, Crime, Fantasy, Romance, Science...
    In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary...
    In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary...
    Replies
    0
    Views
    590
    Top Bottom