[Approved] Support for keepaspectratio in Coverflow (2 Viewers)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #31
    It works here with a clean checkout of SVN 27445?

    Code:
    		<posX>800</posX>
    		<width>720</width>
    		<posY>297</posY>
     

    Attachments

    • 27445.jpg
      27445.jpg
      259.8 KB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Support for keepaspectratio in Coverflow

    As I said before:

    <posX>100</posX>
    <posY>280</posY>
    <width>1166</width>

    Coverflow covers whole screen from left to right... (with SVN 27445 from dev-ftp)
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #33
    Re: AW: Support for keepaspectratio in Coverflow

    As I said before:

    <posX>100</posX>
    <posY>280</posY>
    <width>1166</width>

    Coverflow covers whole screen from left to right... (with SVN 27445 from dev-ftp)

    Which skin is it? I'll try and download it and see if I have the same issue...
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #34
    Screenshot of Blue3Wide attached with these figures:

    Code:
              <posX>680</posX>
              <posY>200</posY>
              <width>600</width>

    Something in your build is not updated... try and delete mediaportal\Core\guilib\GUICoverFlow.cs and update from SVN again.
     

    Attachments

    • b3w.jpg
      b3w.jpg
      192.7 KB

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Peter,

    If you could confirm that all is well, could you please close the mantis entry?

    Thanks,

    Mark
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Re: Support for keepaspectratio in Coverflow

    Something in your build is not updated... try and delete mediaportal\Core\guilib\GUICoverFlow.cs and update from SVN again.
    As you can see from your own screenshot, the patch is no way working as expected.
    The selected card is totally off center, the gap to the left of selected card is much bigger than on the right etc. and the angle of the other cards differ on left and right side.
    Managed to "center" it with my skins, but experiencing the same errors.
    And it´s even more: It takes about a second before the most left card disappears and the most right card appears to center the coverflow. This is a bad user experience IMHO.
    Could you please overwork your patch so that all these bugs are eliminated?
    My own sreenshots (before and after applying your values):
     

    Attachments

    • 11-03-05.jpg
      11-03-05.jpg
      171.9 KB
    • 11-03-29.jpg
      11-03-29.jpg
      135.6 KB

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #37
    Andy, we need to make the camera positionable but I can't figure out how...
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,428
    10,455
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Support for keepaspectratio in Coverflow

    I really don´t want more properties in coverflow (there are more than enough already :)), just make it possible that the given posX and a given width are respected as it´s done in all other facadeviews.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #39
    posX and width IS respected, but the calculation of the card placement and angle is not offset correctly. What I meant with camera position was the I need to calculate the RotateY's posX correctly.
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Hi guys,

    We are getting close to release of 1.2.0beta.

    Could I suggest that if this cannot be fixed quickly (and there is clearly something wrong) then this commit be reverted quickly while the problems are resolved?

    Best wishes,

    Mark
     

    Users who are viewing this thread

    Top Bottom