fć邨 C˜śą,Q{2Ý////////////////////////////////////////////////////////////// VARIABLES $puts(TextColor1,50-50-50) $puts(TextColor2,159-159-159) $puts(TextColor3,250-250-250) $puts(StarColor,220-220-220) $puts(RectColor1,200-200-200) $puts(RectColor2,0-155-239) $puts(StarPos,$sub(%el_width%,19)) $puts(LovePos,$if(%el_selected%,$sub(%el_width%,25),$sub(%el_width%,19))) $puts(StringLen2,$ifequal(%Lastfm_Loved_db%,1,$sub(%el_width%,77),$sub(%el_width%,55))) $puts(StringLen3,$if(%rating%,$sub($sub(%el_width%,65),$mul(%rating%,11)),$sub(%el_width%,50))) $puts(XPos,$if(%el_selected%,$sub(%el_width%,178),$sub(%el_width%,156))) $puts(Playcount,$ifgreater(%lastfm_playcount_db%,%play_count%, $if($strcmp(%lastfm_playcount_db%,'?'),0,%lastfm_playcount_db%),%play_count%)) $puts(_Playcount,$if($strcmp($get(playcount),'1'),Play,Plays)) $puts(Format,$if($info(codec_profile),%codec% ,%codec%)$if($strcmp($info(codec_profile),'CBR'),%bitrate% kbps,$info(codec_profile)) $div(%samplerate%,1000)/$if2(%__bitspersample%,16)$if2( '['%replaygain_track_gain%']',)) $if(%length%, $puts(1stStrings,[%title%]) $puts(2ndStrings,[%album% ][by %artist%]) $puts(3rdStrings,$get(Format) - $get(Playcount) $get(_Playcount)) $puts(ArtworkImage,%skinpath%\nocover_m.png), $if(%el_isplaying%, $puts(1stStrings,) $puts(2ndStrings,) $puts(3rdStrings,Streaming from [%title%]) , $puts(1stStrings,[%title%]) $puts(2ndStrings,[%genre%]) $puts(3rdStrings,[%URL%]) ) $puts(ArtworkImage,%skinpath%\stream_small.png) ) ////////////////////////////////////////////////////////////// RECTS, ARTWORK & SYMBOLS $if3( $imageabs(1,1,48,48,%artworkpath%\%album%.*g,wc), $imageabs(1,1,48,48,%path%,artreader,), $drawrect(1,1,48,48,$sub(%el_height%,1),$get(RectColor1)-200,) $imageabs(2,2,48,48,$get(ArtworkImage),,,255) ) $measurestring(%length%,0,0,%el_width%,%el_height%, glow_aa) $puts(LengthLen,$add($getlastpos(W),3)) $if(%el_isplaying%, $if(%el_selected%, $puts(StringLen1,$sub(%el_width%,$add($mul(2,$get(LengthLen)),83))) $drawrect($sub(%el_width%,$add($mul(2,$get(LengthLen)),32)),0,$add($mul(2,$get(LengthLen)),32),20,80-80-80,,aa), $puts(StringLen1,$sub(%el_width%,$add($mul(2,$get(LengthLen)),61))) $drawrect($sub(%el_width%,$add($mul(2,$get(LengthLen)),10)),0,$add($mul(2,$get(LengthLen)),10),20,80-80-80,,aa)), $if(%el_selected%, $puts(StringLen1,$sub(%el_width%,$add($get(LengthLen),81))) $if(%length%, $drawrect($sub(%el_width%,$add($get(LengthLen),27)),0,$add($get(LengthLen),27),20,80-80-80,,aa),), $if(%length%, $puts(StringLen1,$sub(%el_width%,$add($get(LengthLen),61))) $drawrect($sub(%el_width%,$add($get(LengthLen),5)),3,$get(LengthLen),17,80-80-80,,aa),))) $if(%el_selected%, $drawrect(0,0,%el_width%,2,$get(RectColor2),,) $drawrect(0,$sub(%el_height%,3),%el_width%,2,$get(RectColor2),,) $drawrect(0,1,2,$sub(%el_height%,3),$get(RectColor2),,) $drawrect($sub(%el_width%,2),1,2,$sub(%el_height%,3),$get(RectColor2),,) $drawtriangle($sub(%el_width%,1),1,$sub(%el_width%,33),1,$sub(%el_width%,1),32,$get(RectColor2),,aa) $imageabs($sub(%el_width%,17),5,12,12,%skinpath%\check_small.png) ,) $if(%el_isplaying%, $if(%el_selected%,, $drawrect(0,0,%el_width%,2,$get(RectColor2),,) $drawrect(0,$sub(%el_height%,3),%el_width%,2,$get(RectColor2),,) $drawrect(0,1,2,$sub(%el_height%,3),$get(RectColor2),,) $drawrect($sub(%el_width%,2),1,2,$sub(%el_height%,3),$get(RectColor2),,)) $drawtriangle(1,1,33,1,1,32,$get(RectColor2),,aa) $imageabs(3,5,15,15,%skinpath%\play.png), ) $drawrect(1,$sub(%el_height%,1),$sub(%el_width%,2),1,$get(RectColor1)-50,) ////////////////////////////////////////////////////////////// TEXTS $font(Segoe UI,7,) $drawstring($get(1stStrings),51,3,$get(StringLen1),17,$get(TextColor1),elipchar glow_aa,outline:$get(TextColor1)-120) $if(%length%, $if(%el_isplaying%,, $font(Segoe UI Semibold,7,) $drawstring(%length%,$get(XPos),3,150,15,$get(TextColor3),right glow_aa,outline:$get(TextColor1)-50)),) $font(Segoe UI Semibold,6,) $drawstring($get(2ndStrings),51,19,$get(StringLen2),16,$get(TextColor2),elipchar glow_aa,outline:$get(TextColor1)-20) $drawstring($get(3rdStrings),51,32,$get(StringLen3),16,$get(TextColor2),elipchar glow_aa,outline:$get(TextColor1)-20) ////////////////////////////////////////////////////////////// LASTFM $if($strcmp(%Lastfm_intg%,'Yes'), $ifequal(%Lastfm_Loved_db%,1, $imageabs($get(LovePos),22,12,12,%skinpath%\love_h.png,nokeepaspect,,255) ,) ,) ////////////////////////////////////////////////////////////// RATING $font(Segoe UI Symbol,10,) $ifequal(%rating%,1,$drawstring(★,$sub($get(StarPos),1),31,25,25,$get(StarColor)),) $ifequal(%rating%,2,$drawstring(★★,$sub($get(StarPos),12),31,50,25,$get(StarColor)),) $ifequal(%rating%,3,$drawstring(★★★,$sub($get(StarPos),23),31,75,25,$get(StarColor)),) $ifequal(%rating%,4,$drawstring(★★★★,$sub($get(StarPos),34),31,100,25,$get(StarColor)),) $ifequal(%rating%,5,$drawstring(★★★★★,$sub($get(StarPos),45),31,125,25,$get(StarColor)),) %album%˙˙˙š////////////////////////////////////////////////////////////// VARIABLES $puts(TextColor1,250-250-250) $puts(TextColor2,159-159-159) $puts(XPos,$if(%el_selected%,$sub(%el_width%,178),$sub(%el_width%,156))) $puts(XLength1,$if(%el_selected%,$if(%el_isplaying%,$sub(%el_width%,131),$sub(%el_width%,119)),$if(%el_isplaying%,$sub(%el_width%,109),$sub(%el_width%,97)))) ////////////////////////////////////////////////////////////// TEXTS $if(%length%, $puts(LengthString,/ %length%), $font(Segoe UI,7,) $drawstring([%title%],51,3,$get(Xlength1),17,$get(TextColor1),elipchar glow_aa,outline:$get(TextColor1)-120) $font(Segoe UI Semibold,6,) $drawstring([%album% ][by %artist%],51,19,$get(XLength2),16,$get(TextColor2),elipchar glow_aa,outline:$get(TextColor1)-20)) $if(%el_isplaying%, $font(Segoe UI Semibold,7,) $drawstring(%playback_time% $get(LengthString),$get(Xpos),3,150,15,$get(TextColor1),right glow_aa,outline:$get(TextColor1)-50),) !%album% - %tracknumber% - %title%ô˙˙˙Segoe UI˙˙˙˙Wdefault%album%!%album% - %tracknumber% - %title%2  ART.ROW5 ART.MARGIN4ON.ART.IN.GROUP0 ON.SHADOW1< ADD.ART.ROW)$add(1,$ifequal(%ON.ART.IN.GROUP%,1,0,1))R TEXT.COLOUR?$blendcolour(%el_ui_colour_text%,3,%el_ui_colour_background%,1)+PLAY.TEXT.COLOUR%el_ui_colour_text%$GROUP.TEXT.COLOUR 255-255-255'GROUP.GLOW.COLOUR64-192-192-222˝defaultÝ////////////////////////////////////////////////////////////// VARIABLES $puts(TextColor1,50-50-50) $puts(TextColor2,159-159-159) $puts(TextColor3,250-250-250) $puts(StarColor,220-220-220) $puts(RectColor1,200-200-200) $puts(RectColor2,0-155-239) $puts(StarPos,$sub(%el_width%,19)) $puts(LovePos,$if(%el_selected%,$sub(%el_width%,25),$sub(%el_width%,19))) $puts(StringLen2,$ifequal(%Lastfm_Loved_db%,1,$sub(%el_width%,77),$sub(%el_width%,55))) $puts(StringLen3,$if(%rating%,$sub($sub(%el_width%,65),$mul(%rating%,11)),$sub(%el_width%,50))) $puts(XPos,$if(%el_selected%,$sub(%el_width%,178),$sub(%el_width%,156))) $puts(Playcount,$ifgreater(%lastfm_playcount_db%,%play_count%, $if($strcmp(%lastfm_playcount_db%,'?'),0,%lastfm_playcount_db%),%play_count%)) $puts(_Playcount,$if($strcmp($get(playcount),'1'),Play,Plays)) $puts(Format,$if($info(codec_profile),%codec% ,%codec%)$if($strcmp($info(codec_profile),'CBR'),%bitrate% kbps,$info(codec_profile)) $div(%samplerate%,1000)/$if2(%__bitspersample%,16)$if2( '['%replaygain_track_gain%']',)) $if(%length%, $puts(1stStrings,[%title%]) $puts(2ndStrings,[%album% ][by %artist%]) $puts(3rdStrings,$get(Format) - $get(Playcount) $get(_Playcount)) $puts(ArtworkImage,%skinpath%\nocover_m.png), $if(%el_isplaying%, $puts(1stStrings,) $puts(2ndStrings,) $puts(3rdStrings,Streaming from [%title%]) , $puts(1stStrings,[%title%]) $puts(2ndStrings,[%genre%]) $puts(3rdStrings,[%URL%]) ) $puts(ArtworkImage,%skinpath%\stream_small.png) ) ////////////////////////////////////////////////////////////// RECTS, ARTWORK & SYMBOLS $if3( $imageabs(1,1,48,48,%artworkpath%\%album%.*g,wc), $imageabs(1,1,48,48,%path%,artreader,), $drawrect(1,1,48,48,$sub(%el_height%,1),$get(RectColor1)-200,) $imageabs(2,2,48,48,$get(ArtworkImage),,,255) ) $measurestring(%length%,0,0,%el_width%,%el_height%, glow_aa) $puts(LengthLen,$add($getlastpos(W),3)) $if(%el_isplaying%, $if(%el_selected%, $puts(StringLen1,$sub(%el_width%,$add($mul(2,$get(LengthLen)),83))) $drawrect($sub(%el_width%,$add($mul(2,$get(LengthLen)),32)),0,$add($mul(2,$get(LengthLen)),32),20,80-80-80,,aa), $puts(StringLen1,$sub(%el_width%,$add($mul(2,$get(LengthLen)),61))) $drawrect($sub(%el_width%,$add($mul(2,$get(LengthLen)),10)),0,$add($mul(2,$get(LengthLen)),10),20,80-80-80,,aa)), $if(%el_selected%, $puts(StringLen1,$sub(%el_width%,$add($get(LengthLen),81))) $if(%length%, $drawrect($sub(%el_width%,$add($get(LengthLen),27)),0,$add($get(LengthLen),27),20,80-80-80,,aa),), $if(%length%, $puts(StringLen1,$sub(%el_width%,$add($get(LengthLen),61))) $drawrect($sub(%el_width%,$add($get(LengthLen),5)),3,$get(LengthLen),17,80-80-80,,aa),))) $if(%el_selected%, $drawrect(0,0,%el_width%,2,$get(RectColor2),,) $drawrect(0,$sub(%el_height%,3),%el_width%,2,$get(RectColor2),,) $drawrect(0,1,2,$sub(%el_height%,3),$get(RectColor2),,) $drawrect($sub(%el_width%,2),1,2,$sub(%el_height%,3),$get(RectColor2),,) $drawtriangle($sub(%el_width%,1),1,$sub(%el_width%,33),1,$sub(%el_width%,1),32,$get(RectColor2),,aa) $imageabs($sub(%el_width%,17),5,12,12,%skinpath%\check_small.png) ,) $if(%el_isplaying%, $if(%el_selected%,, $drawrect(0,0,%el_width%,2,$get(RectColor2),,) $drawrect(0,$sub(%el_height%,3),%el_width%,2,$get(RectColor2),,) $drawrect(0,1,2,$sub(%el_height%,3),$get(RectColor2),,) $drawrect($sub(%el_width%,2),1,2,$sub(%el_height%,3),$get(RectColor2),,)) $drawtriangle(1,1,33,1,1,32,$get(RectColor2),,aa) $imageabs(3,5,15,15,%skinpath%\play.png), ) $drawrect(1,$sub(%el_height%,1),$sub(%el_width%,2),1,$get(RectColor1)-50,) ////////////////////////////////////////////////////////////// TEXTS $font(Segoe UI,7,) $drawstring($get(1stStrings),51,3,$get(StringLen1),17,$get(TextColor1),elipchar glow_aa,outline:$get(TextColor1)-120) $if(%length%, $if(%el_isplaying%,, $font(Segoe UI Semibold,7,) $drawstring(%length%,$get(XPos),3,150,15,$get(TextColor3),right glow_aa,outline:$get(TextColor1)-50)),) $font(Segoe UI Semibold,6,) $drawstring($get(2ndStrings),51,19,$get(StringLen2),16,$get(TextColor2),elipchar glow_aa,outline:$get(TextColor1)-20) $drawstring($get(3rdStrings),51,32,$get(StringLen3),16,$get(TextColor2),elipchar glow_aa,outline:$get(TextColor1)-20) ////////////////////////////////////////////////////////////// LASTFM $if($strcmp(%Lastfm_intg%,'Yes'), $ifequal(%Lastfm_Loved_db%,1, $imageabs($get(LovePos),22,12,12,%skinpath%\love_h.png,nokeepaspect,,255) ,) ,) ////////////////////////////////////////////////////////////// RATING $font(Segoe UI Symbol,10,) $ifequal(%rating%,1,$drawstring(★,$sub($get(StarPos),1),31,25,25,$get(StarColor)),) $ifequal(%rating%,2,$drawstring(★★,$sub($get(StarPos),12),31,50,25,$get(StarColor)),) $ifequal(%rating%,3,$drawstring(★★★,$sub($get(StarPos),23),31,75,25,$get(StarColor)),) $ifequal(%rating%,4,$drawstring(★★★★,$sub($get(StarPos),34),31,100,25,$get(StarColor)),) $ifequal(%rating%,5,$drawstring(★★★★★,$sub($get(StarPos),45),31,125,25,$get(StarColor)),) š////////////////////////////////////////////////////////////// VARIABLES $puts(TextColor1,250-250-250) $puts(TextColor2,159-159-159) $puts(XPos,$if(%el_selected%,$sub(%el_width%,178),$sub(%el_width%,156))) $puts(XLength1,$if(%el_selected%,$if(%el_isplaying%,$sub(%el_width%,131),$sub(%el_width%,119)),$if(%el_isplaying%,$sub(%el_width%,109),$sub(%el_width%,97)))) ////////////////////////////////////////////////////////////// TEXTS $if(%length%, $puts(LengthString,/ %length%), $font(Segoe UI,7,) $drawstring([%title%],51,3,$get(Xlength1),17,$get(TextColor1),elipchar glow_aa,outline:$get(TextColor1)-120) $font(Segoe UI Semibold,6,) $drawstring([%album% ][by %artist%],51,19,$get(XLength2),16,$get(TextColor2),elipchar glow_aa,outline:$get(TextColor1)-20)) $if(%el_isplaying%, $font(Segoe UI Semibold,7,) $drawstring(%playback_time% $get(LengthString),$get(Xpos),3,150,15,$get(TextColor1),right glow_aa,outline:$get(TextColor1)-50),)đxŔ((đđđđ,đđđ˙˙˙3™˙fĚ3™˙6DefaultDefault