All skins designer - logo tv (1 Viewer)

wonkyd

Retired Team Member
  • Premium Supporter
  • August 29, 2007
    792
    177
    Home Country
    United Kingdom United Kingdom
    All the UK logos I've made are 100x100px. Only the Maya logos are in a 80x80px frame, I then centre the logo in the transparent frame. Keeps it centred on the TV OSD's :)
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,955
    5,628
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #12
    hello Wonkyd
    ,
    that's what I did too!
    my first logos are applied and centered in a transparent background, but I noticed that having the outline transparent to shorter, promotes adaptation to the skins! as represented in the first post.

    And the rectangular format, agree better with the logos, because those containing long names anyway height is usually blocked by the space available in the skins, while the length is less! (In much of the skins)

    Azzuro
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: All skins designer - logo tv

    azzuro, as I told you in your other threads covering the same theme, find someone who puts your TV logos in a square background (I showed you my screenshots already!) and your problem (which at least isn´t one) is gone.
    All the provided TV logos (UK, Germany, Australia etc.) have a square format. Therefore there definitely won´t be any changes for listviews and TVMiniGuide in skin engine.
    Hope you finally understand.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,955
    5,628
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #16
    Catavolt hello,
    Thank you for your message
    I understand the format of the logos, they are square by default in the skins. :oops:
    my only question now is: Is it possible to have a resizing of the logo on the raster of skins.

    Example: You can view this image "https://forum.team-mediaportal.com/attachments/mediaportal-skins-50/71318d1289472212-all-skins-designer-logo-tv-schema-logo-additional_cr2.jpg
    So my logo - (adapted) -> size set of skin :D

    but my logos were also created in 200X200, but I'm asking is BETA ;)

    if I make a small point:
    Purevision: your skin is very complete and logos are square
    Black Glass: Skin of TGX, very complete too, but my logo rectangle are accepted in the GuideTv, but not in the Miniguide!

    For Uk/Germany logo, maybe if MP work with adapt logo, to different skins, they will change the format of their logos ! :p

    thank you for your patience
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,955
    5,628
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #17
    hello everyone,
    after my message, I tried the solution, I found the tracks.

    with the skin BLACKGLASS and PurevisionHD.
    I understood what is the "ListControl. :oops:

    to resize the logo should be given command "Keepaspectratio" "to "Yes ".

    list of code blackglass in files : TVMiniGuide.xml -> ID:37

    <control>
    <type>group</type>
    <description>group element</description>
    <control>
    <description>list to show channels with channel state logos</description>
    <type>listcontrol</type>
    <id>37</id>
    <posX>68</posX>
    <posY>145</posY>
    <width>1143</width>
    <height>540</height>
    <textYOff>35</textYOff>
    <textXOff>100</textXOff>
    <textXOff2>1060</textXOff2>
    <textYOff2>35</textYOff2>
    <textXOff3>100</textXOff3>
    <textYOff3>5</textYOff3>
    <IconXOff>10</IconXOff>
    <IconYOff>8</IconYOff>
    <PinIconXOff>1080</PinIconXOff>
    <PinIconYOff>10</PinIconYOff>
    <PinIconWidth>50</PinIconWidth>
    <PinIconHeight>50</PinIconHeight>
    <itemWidth>65</itemWidth>
    <itemHeight>50</itemHeight>
    <spaceBetweenItems>0</spaceBetweenItems>
    <textureHeight>65</textureHeight>

    <keepaspectratio>no</keepaspectratio> to switch to <keepaspectratio>yes</keepaspectratio>
    <itemAlign>center</itemAlign> to create
    <itemValign>middle</itemValign> to create
    <font>font12</font>
    <font2>font12</font2>
    <font3>font18</font3>
    <textvisible2>yes</textvisible2>
    <textvisible3>yes</textvisible3>
    <textcolor>ffb0b0b0</textcolor>
    <textcolor2>ffb0b0b0</textcolor2>
    <textcolor3>ffffffff</textcolor3>
    <remoteColor>ff77ccff</remoteColor>
    <playedColor>ff77ccff</playedColor>
    <onleft>36</onleft>
    <onright>34</onright>
    <scrollOffset>2</scrollOffset>
    <spinPosX>1120</spinPosX>
    <spinPosY>608</spinPosY>

    </control>
    </control>

    should be the creation of commands: :D
    <itemAlign> </ itemAlign>
    <itemValign> </ itemValign>
    as the Wiki link, cited above for image alignment.

    and if possible!
    <itemkeepaspectratio> </ itemkeepaspectratio> for adapt only item, because on BlackGLass, the statut logo is adapted ! :oops:

    Please if an Dev, look my post, can you addon this feature ??? :D
     

    Attachments

    • Purevision before.jpg
      Purevision before.jpg
      153.8 KB
    • Purevision after.jpg
      Purevision after.jpg
      153.8 KB
    • BlackGlassnova before.jpg
      BlackGlassnova before.jpg
      141.5 KB
    • BlackGlassnova after.jpg
      BlackGlassnova after.jpg
      140.5 KB

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,955
    5,628
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #18
    @catavolt @ncoH
    with logomanager, i have re-switch to my 1st approach of logo design.
    with the last MP 1.5, few things are not corrected on officials skins.
    you can look on dropbox link, the screenshot. with logo without keep aspect ractio and align image at center .
    https://www.dropbox.com/sh/v7hzhs9kgmxq61a/DwLOXY0sgs
    Please guys, can you correct this hidden issue ?
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Just to mention this will be only azzuro's issue since for all other users logos will be squared
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    I dont think you can center align images on a list control as their position is set by x and y offsets, but I am not at a pc to test so I could be wrong.:D
     

    Users who are viewing this thread

    Top Bottom