Author Topic: "Album Cover" attributes  (Read 15267 times)

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3778
  • MB Version: 3.5.8402 P
1. Does the "aspectRatio" attribute work with AlbumCover element ? (and if no, can it be enabled?)

2. Is it possible to have the album art rotation from "Now Playing" available in Embedded Theater mode?
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 33707
1. Does the "aspectRatio" attribute work with AlbumCover element ? (and if no, can it be enabled?)

2. Is it possible to have the album art rotation from "Now Playing" available in Embedded Theater mode?
1. it always keeps the aspect ratio - are you looking to stretch it to a square?
2. if its not already done (thought it was) then i will add that

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3778
  • MB Version: 3.5.8402 P
1. it always keeps the aspect ratio - are you looking to stretch it to a square?

I was trying to map Album Art to a scaling autohide panel and have the albumcover stay centered in that panel. Just like you can with the Gallery element

  <autoHide name="#CoverPanel" xAnchor="HL2.Left" x="1" y="15" widthDock="X:Panel.Right" width="-5" heightDock="Panel" height="-20" bg="0,0,0,0" allowPinning="false" resizePictures="false" >
    <element type="AlbumCover" xAnchor="#CoverPanel.Left" x="20" y="17" widthDock="X:#CoverPanel.Right" width="-10" heightDock="Y:#CoverPanel.Bottom" height="0" min="200" max="400" fillColor="0,0,0,0" brightness="1.0" ></element>
  </autoHide>
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 33707
would you be able to send me the skin file?

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3778
  • MB Version: 3.5.8402 P
Oops. Sorry, sent link in PM earlier  :-[
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 33707
for embedded skins it now respects the aspectRatio setting which by default is "Keep", so you will now get it centering by default.
its in the next update

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3778
  • MB Version: 3.5.8402 P
for embedded skins

I see now that I left that important bit out of my original post.  :-X
MusicBee and my library - Making bee-utiful music together

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3778
  • MB Version: 3.5.8402 P
tested and works fine if kept small



if the panel is dragged up to enlarge, AlbumCover ignores min/max settings and doesn't respect panel size limitations

MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 33707

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3778
  • MB Version: 3.5.8402 P
thanks Steven, working perfectly now
MusicBee and my library - Making bee-utiful music together