Author Topic: (Embedded at bottom) Narrow One  (Read 24628 times)

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
For downloading the latest version go to the newest posts
-----------------------------------------------------------------

Very simple TM. Work in progress

Last Edit: August 15, 2013, 10:34:02 AM by lnminente

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Updated, better an image for seeing the changes:



Note: It needs the latest patch for taking the background color from the actual skin
Last Edit: August 15, 2013, 10:34:32 AM by lnminente

beeing good

  • Guest
Thanks lnminente! This one looks good even in tab mode.

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Thanks Being good :) In a future when able to align an image to the right will look better in a tab. By the moment is designed for dark skins and showing at the bottom, i will see if i can find a trick for making it work for clearer backgrounds too.

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Updated with the following changes:
-Artist picture is now using the new square artist picture and new aligment to the right
-Added artist name under the artist pic
-Aligned album name and artist name to the sides and increased its width
-Increased width of buttoms for avoiding as a workaround for changing width



Download: http://www.mediafire.com/?mlqz4jgcvx84nwn

redwing

  • Guest
Very nice! I like it! The only issue I have is its invariably low-resolution artist picture.

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
I prefer it with just the album art - though the option to choose which end the album art is shown at would be nice.
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
I don't get what you mean. Anyway tell me what elements do you want to change and i will give you their names so you can freely modify them

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
I mean, take out the artist picture at the right and possibly move the album cover to that end.  I don't know if that makes it clearer or not...
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

lnminente

  • Sr. Member
  • ****
  • Posts: 1049

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
Sweet, thanks so much!
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Updated the official Narrow one adding a fourth panel with more details inspired by the status bar of wiindow's explorer. Specially useful for classical music:


Spectrum removed
Designed to work also with clear skins
Last Edit: August 15, 2013, 10:38:19 AM by lnminente

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Forgot uploading version from 2013 02 19: http://www.mediafire.com/?3coy4vvjkuyyanl

Central panel can show Artist info, Lyrics, Wavebar, Details/tags from currently playing song or Next covers

outlander

  • Jr. Member
  • **
  • Posts: 25
Hi, this looks fantastic!

Is there a way to configure number of next covers? Example changing it from 5 covers to 8 covers?

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Thanks! Glad you like it (Y)

I wrote the code for easy manipulation. First search for this line in the xml file:
<autoHide name="#NextCoversPanel" allowPinning="true" >

Between that and the next </autoHide> is all the code for the next covers

Now this is the pattern for each cover, i have put in bold the numbers which has to be increased one unit each time. The more times you add this pattern increasing the numbers, the more covers you will get

<element type="AlbumCover" id="Tracks[2]" name="#AlbumCover2"
xAnchor="#AlbumCover1.Right" x="0" y="19"
widthDock="Panel.Height" heightDock="Panel" width="-36" height="-36"
min="50" max="450" brightness="0.60"
></element>
<element type="Block"
xAnchor="#AlbumCover2.Left" x="2" yAnchor="#AlbumCover2.Bottom" y="-18"
widthDock="#AlbumCover2" width="-2" height="20"
bg="180,10,10,10"
></element>
<element type="Field" id="Tracks[2]"
xAnchor="#AlbumCover2.Left" x="0" yAnchor="#AlbumCover2.Bottom" y="-16"
widthDock="#AlbumCover2" width="-2" height="20"
font="Segoe UI" style="Bold" size="9"  align="center"
fg="186,186,186"
><child fg="TrackAndArtistPanel(86)" id="Title" ></child>
</element>
Last Edit: March 21, 2013, 08:02:29 PM by lnminente