small problem with ZOOM in filmstrip view (1 Viewer)

2BitSculptor

Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    The zoomed icon, for some reason displays larger than the associated folder image. It only happens in MotionPictures. The code was duplicated from the MyVideo facade. I don't know what is causing it, as the zoom control is the same in both.

    Here are a couple pics to show.... The first is from MyVideo, the second in MotionPictures.

    Thanks for any insight.

    Chuck
     

    Attachments

    • TrueView_4x3_MyVideo_filmstrip.jpg
      TrueView_4x3_MyVideo_filmstrip.jpg
      382.8 KB
    • TrueView_4x3_MovingPictures_filmstrip.jpg
      TrueView_4x3_MovingPictures_filmstrip.jpg
      348 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,728
    1,185
    Alingsås
    Home Country
    Sweden Sweden
    MyVideos gets it's covers from another source, right? So maybe those covers have a smaller resolution? Or... Does MyVideos use some kind of rezise/thumb creation? Just my guess.

    Emph
     

    2BitSculptor

    Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #4
    Could you post the skin files from each?

    Here are the facade xml's for MyVideo and MovingPictures from my 'not yet done' 4x3 (800x600) skin. There may be a lot of comments that are just duplicated controls, so I didn't loose the original settings while making changes.

    Chuck
     

    Attachments

    • common.facade.video.imdb.xml
      30.7 KB
    • movingpictures.facade.xml
      30.7 KB

    2BitSculptor

    Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #5
    MyVideos gets it's covers from another source, right? So maybe those covers have a smaller resolution? Or... Does MyVideos use some kind of rezise/thumb creation? Just my guess.

    Emph

    Yes the source images are different sizes. My impression is that the skin engine should scale the source art, no matter what size it is, to the defined height and width control values. The image-folder graphic gets scaled correctly in both cases, just in the MovingPictures view the cover image is not scaled properly when it is zoomed.

    :)

    Chuck
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    42
    Texas
    Home Country
    United States of America United States of America
    Hrmm. Okay well I looked at your two skin files and they are not the same, as you suggested. :( There are many differences, but the few that jumped out at me are these tags in the MyVideos facade:

    Code:
    <keepaspectratio>no</keepaspectratio>
    <enableFocusZoom>no</enableFocusZoom>

    I haven't gone and tested alternate values or anything, but I am highly skeptical it is anything outside the differences in the skin files. While different artwork is loaded for each plug-in in the facade, the logic used is to display things is all the same.
     

    2BitSculptor

    Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #7
    fair enough...

    I'll move those tags over, look at some other things and see what happens.

    Chuck

    That did it...... :D

    I assumed (wrong thing to do) that those controls were defaulted to 'no' so I didn't duplicate them.... (that's what I get for being a nooB)

    Thanks for the assist.....

    Chuck
     

    Users who are viewing this thread

    Top Bottom