"Playing Track And Artist" info to white
An all grey skin using only different shades of the colour ArsenicArsenic(http://i.imgur.com/hO0aC25.png) (http://imgur.com/hO0aC25)(http://i.imgur.com/W7SzCk9.jpg) (http://imgur.com/W7SzCk9)Downloads
Skin available from MediaFire here (http://www.mediafire.com/download/4xq54c36hhcn436/Arsenic.zip)
This skin will use the 'mBee10_Note' icon from vpsaxman MB10 icon set available here (http://getmusicbee.com/forum/index.php?topic=15411.0)
More information and other skins can be found on the wiki (http://musicbee.wikia.com/wiki/Skins)
Can you please explain how did you get the "YYYY" element appear next to the vertical A-Z jumper bar?
and also the "Released" date on the upper right side of each album in the main area?
Thanks a lot!
Released: $If($Right(<Release Date Sort>,4)=0000,<YYYY>,$If($Right($Right(<Release Date Sort>,4),2)=00,$If($Left($Right(<Release Date Sort>,4),2)=01,"Jan "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=02,"Feb "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=03,"Mar "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=04,"Apr "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=05,"May "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=06,"Jun "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=07,"Jul "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=08,"Aug "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=09,"Sep "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=10,"Oct "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=11,"Nov "<YYYY>,"Dec "<YYYY>))))))))))),$If($Left($Right($Right(<Release Date Sort>,4),2),1)=0,$Right($Right(<Release Date Sort>,4),1),$Right($Right(<Release Date Sort>,4),2))" "$If($Left($Right(<Release Date Sort>,4),2)=01,"Jan "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=02,"Feb "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=03,"Mar "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=04,"Apr "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=05,"May "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=06,"Jun "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=07,"Jul "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=08,"Aug "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=09,"Sep "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=10,"Oct "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=11,"Nov "<YYYY>,"Dec "<YYYY>)))))))))))))
really beautiful, one request. make these highlighted areas a bit darker as endeavour1934's dark red skin.-1
really beautiful, one request. make these highlighted areas a bit darker as endeavour1934's dark red skin.
really beautiful, one request. make these highlighted areas a bit darker as endeavour1934's dark red skin.
I don't want to change the flat monochrome background of the original, so here (http://www.mediafire.com/download/7o99uop9hxofbun/Arsenic%28Dark%29.zip) is a dark variation.
Let me know if it's what you were looking for.
really beautiful, one request. make these highlighted areas a bit darker as endeavour1934's dark red skin.
I don't want to change the flat monochrome background of the original, so here (http://www.mediafire.com/download/7o99uop9hxofbun/Arsenic%28Dark%29.zip) is a dark variation.
Let me know if it's what you were looking for.
Can you please explain how did you get the "YYYY" element appear next to the vertical A-Z jumper bar?
It's not the A-Z jumper bar really. It's the column browser, 2 columns - vertical. One with "YYYY" and the other using a virtual tag "A-Z" [$Group($Sort(<Album Artist>),1)]. Can't take the credit for this one, came from the post here (http://getmusicbee.com/forum/index.php?topic=13584.0)and also the "Released" date on the upper right side of each album in the main area?
Thanks a lot!
The "Released:" date is a combination of a custom tag and a virtual tag. I have a custom tag <Release Date Sort> with the format YYYYMMDD that I have set up to use for sorting.
This allows for the use 20150000 if you only know the year, or 20150200 if you don't know the exact day. Something that can't be done if you use the year/date tag.
I then set up the virtual tag "Release Date" with formula;Codeto convert to the format DD Mon YYYY.Released: $If($Right(<Release Date Sort>,4)=0000,<YYYY>,$If($Right($Right(<Release Date Sort>,4),2)=00,$If($Left($Right(<Release Date Sort>,4),2)=01,"Jan "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=02,"Feb "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=03,"Mar "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=04,"Apr "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=05,"May "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=06,"Jun "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=07,"Jul "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=08,"Aug "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=09,"Sep "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=10,"Oct "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=11,"Nov "<YYYY>,"Dec "<YYYY>))))))))))),$If($Left($Right($Right(<Release Date Sort>,4),2),1)=0,$Right($Right(<Release Date Sort>,4),1),$Right($Right(<Release Date Sort>,4),2))" "$If($Left($Right(<Release Date Sort>,4),2)=01,"Jan "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=02,"Feb "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=03,"Mar "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=04,"Apr "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=05,"May "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=06,"Jun "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=07,"Jul "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=08,"Aug "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=09,"Sep "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=10,"Oct "<YYYY>,$If($Left($Right(<Release Date Sort>,4),2)=11,"Nov "<YYYY>,"Dec "<YYYY>)))))))))))))
It can then be used in the "Album and Tracks Layout" for the RH grouping header.
Thanks for a short replyAn explanation of virtual tags can be found here: http://musicbee.wikia.com/wiki/Virtual_Tags (http://musicbee.wikia.com/wiki/Virtual_Tags)
I dont get it.Which part don't you get?
original and dark versions updated for 3.0 release
links in first post
must have picked the wrong one from my Ditto listoriginal and dark versions updated for 3.0 release
links in first post
Hey Bee-liever, both download links seem to be for the dark version.