Music RecentlyAdded covers are too big (2 Viewers)

trepamuros

Portal Pro
December 2, 2008
71
2
Home Country
Spain Spain
Hello,

I noticed the RecentlyAdded albums covers overlay are slightly out of position. The album cover seems to be a bit bigger and overlaps the text.

Added a capture: Take a look at the album cover, it's too big and right-justified (should be left?). This happens with every album I add. The files I use (folder.jpg) are usually 300x300 or 500x500, not bigger.
 

Attachments

  • capture.jpg
    capture.jpg
    159.9 KB

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
Hello,

I noticed the RecentlyAdded albums covers overlay are slightly out of position. The album cover seems to be a bit bigger and overlaps the text.

Added a capture: Take a look at the album cover, it's too big and right-justified (should be left?). This happens with every album I add. The files I use (folder.jpg) are usually 300x300 or 500x500, not bigger.

Hi,

What version of MP are you using, I have seen this but only when running the 1.2 SVN.
 

trepamuros

Portal Pro
December 2, 2008
71
2
Home Country
Spain Spain
I'm using MP 1.1.0 (no SVN) along with StreamedMP 1.4.2009.
RencentlyAdded / Watched (fanart mode) work fine on TVSeries. Not using MovingPictures.

Please tell me if you need logs or something.
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    I can reproduce in MP 1.1.x and MP 1.2 SVN. Its an easy fix, but am curious as to why it works ok for Trevor.
     

    trepamuros

    Portal Pro
    December 2, 2008
    71
    2
    Home Country
    Spain Spain
    Trevor:

    The version of the editor you provide did the job. The album cover is no longer overlapping text. However, the cover is still aligned to the right, not to the left like (I think) should be.

    I also noticed the album covers do not cycle, it stays on the last added one. Not sure if it happened with the previous version of the editor.
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Trevor:

    The version of the editor you provide did the job. The album cover is no longer overlapping text. However, the cover is still aligned to the right, not to the left like (I think) should be.

    I also noticed the album covers do not cycle, it stays on the last added one. Not sure if it happened with the previous version of the editor.

    The cover is actually centred within the overlay background, not sure it would look that good left aligned....

    The covers dont cycle for the overlays that are supplied by Fanart Handler, music and recordedtv but I could do it easy enough - maybe next patch.

    Cheers
     

    trepamuros

    Portal Pro
    December 2, 2008
    71
    2
    Home Country
    Spain Spain
    The cover is actually centred within the overlay background, not sure it would look that good left aligned....

    I said that because the text (Artist, album) is aligned to the left. Probably it would look better with the cover left aligned too.

    Thank you very much for your help.
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    The cover is actually centred within the overlay background, not sure it would look that good left aligned....

    I said that because the text (Artist, album) is aligned to the left. Probably it would look better with the cover left aligned too.

    Thank you very much for your help.

    maybe, if you want to try it edit the basichome.recentlyadded.Music.Summary.xml

    Find the control below and change the posX from 1047 to 995


    from this

    <control>
    <description>Music1 thumb/fanart</description>
    <type>image</type>
    <id>0</id>
    <posX>1047</posX>
    <posY>92</posY>
    <width>155</width>
    <height>155</height>
    <keepaspectratio>true</keepaspectratio>
    <texture>#fanarthandler.music.latest1.thumb</texture>
    </control>

    to this

    <control>
    <description>Music1 thumb/fanart</description>
    <type>image</type>
    <id>0</id>
    <posX>995</posX>
    <posY>92</posY>
    <width>155</width>
    <height>155</height>
    <keepaspectratio>true</keepaspectratio>
    <texture>#fanarthandler.music.latest1.thumb</texture>
    </control>

    Easy way will the addition of an align option.

    thx
     

    Users who are viewing this thread

    Top Bottom