Foobar 2000


Recommended Posts

With some of the plugins I'm using I don't know if they are creating a problem, or the script that is in this layout that is causing it.

Every time I click around in the browser view, Genre, Artist, Album, that I have it set to, and then look up at the top in the Album List, the sort order goes out, which I have it set to:

Sort/Group by : Date/Artist/Album

Screen shot:

31313824fz0.th.jpgthpix.gif

I'm using the scripts that came with the Foolej layout.

This is where you can download it:

http://apul.wordpress.com/foolej/#comment-2185

Any help would be greatly appreciated to figure out if there is a way to keep it always locked, to whatever 'Sort/Group by' I pick, and I don't have to keep reclicking it over every time I move around in the browser view...

THANKS

SCRIPTS:

Group Display:

--> EDGE STYLE: None
--> Row height: 15
--> Group rows: 2
--> Background Color: Red:245 Green:245 Blue:239

--> GROUP DISPLAY:

// other fonts
$put(item_fontfamily,'segoe ui')
$put(item_fontsize,8)
$put(item_fontbold,bold)


$put(date,$font(Swis721 Cn BT D-Type,%_height%,bold,SYSCOL-9)[%date%])
$put(genre,$font(Segoe UI,7,bold,SYSCOL-5)$upper([%genre%]))
$put(album,$font(Swis721 Cn BT D-Type,11,bold,150-150-140)%album%)
$put(artist,$font(Swis721 Cn BT D-Type,11,bold,SYSCOL-5)%album artist%)

$put(martistleft,$eval($calcwidth($get(album))-$calcwidth(artist)+4))

$put(mleft,$eval($calcwidth($get(date))+4))
$drawrect(0,0,0,0,brushcolor-SYSCOL-1 pencolor-null)

$font(calibri,8,bold,SYSCOL-5)
$alignabs(53,-30,%_width%,81,left,top)
$font(Calibri,48,bold,SYSCOL-5)
//$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),SYSCOL-5)
$alignabs(2,-9,%_width%,60,left,top)
$get(date)
$alignabs($get(mleft),0,%_width%,20,left,top)

$get(artist)
$alignabs($get(mleft),13,%_width%,20,left,top)
$get(album)

Item Display:

-->ITEM DISPLAY:

$puts(item_fontfamily,segoe ui)
$puts(item_fontsize,7)
$puts(item_fontbold,bold)

$puts(item_vertoffset,1)
$puts(progress,$eval($div($mul(%playback_time_seconds%,%_width%),%length_seconds%)-2))

$puts(standardcolors,

$ifequal($mod(%list_index%,2),0,
$drawrect(-1,0,$add(%_width%,2),0,brushcolor-SYSCOL-15 pencolor-null)
,
$drawrect(0,0,0,0,brushcolor-SYSCOL-5 pencolor-null)
)
)

$if(%_isplaying%,

$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-200-200-200)\
$if($strcmp($get(progress),0),,
$drawrect(1,1,$get(progress),$eval(%_height%-2),brushcolor-SYSCOL-9 pencolor-255-255-255)
)
,
$if(%_selected%,
$ifequal($mod(%list_index%,2),0,
$drawrect(0,0,0,0,brushcolor-35-35-35 pencolor-null)
,
$drawrect(0,0,0,0,brushcolor-40-40-40 pencolor-null)
)
,
$get(standardcolors)
)
)

$padding(2,0)

$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),$if(%_isplaying%,SYSCOL-12,SYSCOL-1))

$alignabs(4,$get(item_vertoffset),$eval(%_width%-75),21,left,top)
$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),$if(%_isplaying%,SYSCOL-12,SYSCOL-16))

[Disc %discnumber% ][%tracknumber%. ]

$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),$if(%_isplaying%,SYSCOL-12,180-180-172))

$if($meta_test(album artist),%artist%' - ')
$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),$if(%_isplaying%,SYSCOL-12,160-160-154))

%title%

$puts(length,$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),$if(%_isplaying%,SYSCOL-12,160-160-150))
%length%)
$puts(playcount,$font($get(item_fontfamily),$get(item_fontsize),$get(item_fontbold),$if(%_isplaying%,SYSCOL-12,200-200-190))
%play_count% play$if($strcmp(%play_count%,1),,s))

$alignabs($sub(%_width%,75),$get(item_vertoffset),55,21,center,top)$get(playcount)
$alignabs($sub(%_width%,56\),$get(item_vertoffset),50,21,right,top)$get(length)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.