OLD:

UPDATED: Sept 29

Now with bitrate display and fixed positioning for date. Also now shows proper characters while playing on track.
I've modified Snowsfall's config for a slightly (read: massively) wider config. All of the work goes to his credit, I have just done some modifications. Thanks!
Row Height: 22
Group Rows: 4
You may have to set the year code depending on your resolution. I tagged it both above and below in the group display category. /////////////////////////////////Group By
CODE
$if($strchr(%playlist_name%,-s-),!noheader!,
$if(%tracknumber%,%album%%discnumber%,!noheader!)
)
////////////////////////////////Item Display
CODE
$padding(0,0)
$if(%_isplaying%,$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-0-0-0)
,
$ifequal($mod(%_playlist_number%,2),0,
$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-null)
,
$drawrect(0,0,0,0,brushcolor-235-235-235 pencolor-230-230-230)
)
)
$if(%_selected%,$drawrect(,,,,brushcolor-null pencolor-20-20-20)$drawrect(,,,21,brushcolor-null pencolor-20-20-20),)
$padding(2,0)
$alignabs(0,3,%_width%,%_height%,left,)
$if(%_isplaying%,$font(calibri,10,bold,180-180-180)[%tracknumber%.]$font(calibri,10,bold glow-225-202-0 glowexpand-1 glowalpha-175,255-202-0) >> ,$font(calibri,10,bold,180-180-180)[%tracknumber%. ])
$if(%_isplaying%,$font(calibri,10,bold glow-129-138-150,255-255-255),$font(calibri,10,bold,129-138-150))
$if($meta_test(album artist),%artist%' - ')
$if(%_isplaying%,$font(calibri,10,bold glow-255-202-0 glowexpand-0 glowalpha-175,255-255-255),$font(calibri,10,bold,120-120-120))
%title%
$if(%_isplaying%,$font(calibri,10,bold,180-180-180)$font(calibri,10,bold glow-225-202-0 glowexpand-1 glowalpha-175,255-202-0) <<)
$alignabs(-70,3,%_width%,%_height%,right,)
$if(%_isplaying%,$font(calibri,10,glow-255-202-0 glowexpand-0 glowalpha-195,255-255-255),$font(calibri,10,,180-180-180))%length%
$alignabs(-10,3,%_width%,%_height%,right,)
$if(%_isplaying%,$font(calibri,10,glow-255-202-0 glowexpand-0 glowalpha-195,255-255-255),$font(calibri,10,,180-180-180))%__replaygain_track_gain%
$ifequal(%_itemindex%,1,$imageabs(0,0,'images\shadow.png',),)
/////////////////////////////////Group Display
CODE
$drawrect(00,00,0,0,brushcolor-150-150-150 pencolor-null)
//$drawrect(105,25,100,39,brushcolor-000-00-0 pencolor-null)
$alignabs(230,10,%_width%,%_height%,left,)$font(calibri,22,uppercase bold shadow,220-220-220)$if($meta_test(album artist),%album%,%artist%)
$alignabs(230,43,%_width%,27,left,)$font(calibri,18,uppercase shadow,220-220-220)$if($meta_test(album artist),%album artist%,%album%)
$alignabs(120,18,%_width%,60,left,)$font(calibri,30,bold shadow,90-90-90)[%date%]
$alignabs(-50,40,%_width%,60,right,)$font(Consolas,24,shadow,125-0-00)[%__replaygain_album_gain%]
//$alignabs(-180,38,%_width%,%_height%,right,)$font(Kroeger 05_55,6,,180-180-180)[%genre% ]'|'
//$alignabs(0,39,%_width%,%_height%,center,)$font(Wingdings 3,5,,255-255-255)q
$alignabs(-50,2,%_width%,%_height%,right,)$font(Consolas,24,shadow,0-120-0)[ %__bitrate%'kbps']
$imageabs2(88,88,0,0,88,88,0,1,$replace(%path%,%filename_ext%,cover.jpg),)