Help - Search - Members - Calendar
Full Version: Columns UI / Panels UI appearance
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132
Yann
My new foobar 0.9.4 smile.gif



Bye!
Snowsfall
QUOTE (sicutero @ Sep 26 2006, 01:16) *
QUOTE (Snowsfall @ Sep 26 2006, 06:27) *


+cycling album art/artist photo and playlist tree


please please please post your single column code smile.gif



QUOTE (metal_termite @ Sep 26 2006, 04:50) *
i like those buttons. where are they from?



row height - 12
group rows - 4

group by
CODE
$if($strchr(%playlist_name%,-s-),!noheader!,
$if(%tracknumber%,%album%%discnumber%,!noheader!)
)



item
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,-1,%_width%,%_height%,left,)

$if(%_isplaying%,$font(calibri,8,bold,180-180-180)[%tracknumber%.]$font(calibri,8,bold glow-225-202-0 glowexpand-1 glowalpha-175,255-202-0) ↘  ,$font(calibri,8,bold,180-180-180)[%tracknumber%. ])

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-255-202-0 glowexpand-0 glowalpha-175,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$alignabs(-93,-2,%_width%,%_height%,right,)
$if(%_isplaying%,$font(calibri,8,glow-255-202-0 glowexpand-0 glowalpha-195,255-255-255),$font(calibri,8,,180-180-180))%length%

$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,50-50-50),$font(Webdings,7,,225-225-225))
YYY
$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,203-206-211),$font(Webdings,7,,160-160-160))
$repeat(Y,%mood%)
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,50-50-50),$font(Wingdings,9,,225-225-225))
ллллл
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,203-206-211),$font(Wingdings,9,,160-160-160))
$repeat(л,%rating%)

$ifequal(%_itemindex%,1,$imageabs(0,0,'images\shadow.png',),)



group
CODE
$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-null)
$drawrect(47,1,247,39,brushcolor-180-180-180 pencolor-null)
$drawrect(0,47,%_width%,1,brushcolor-255-255-255 pencolor-null)

$alignabs(0,-2,%_width%,%_height%,center,)$font(calibri,11,uppercase bold shadow,255-255-255)$if($meta_test(album artist),%album%,%artist%)

$alignabs(0,15,%_width%,13,center,)$font(calibri,9,bold,75-75-75)$if($meta_test(album artist),%album artist%,%album%)
$alignabs(0,25,%_width%,13,center,)$font(calibri,9,,90-90-90)[%date%]


$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(181,38,%_width%,%_height%,left,)$font(Kroeger 05_55,6,,180-180-180)'|'[ %__bitrate%'kbps']

$imageabs2(46,46,0,0,46,46,0,1,$replace(%path%,%filename_ext%,)..\artist.jpg,)
$imageabs2(46,46,0,0,46,46,295,1,$replace(%path%,%filename_ext%,folder.jpg),)




buttons are from a set called squash, search for it on customize.org
SwiftBass
QUOTE (Yann @ Sep 26 2006, 13:43) *
My new foobar 0.9.4 smile.gif



Bye!



u just put some formatting text in the status bar like how one would do so for a column right? may i have your code forthe status bar(just to work with, not copy or anything?)
spex04
QUOTE (SwiftBass @ Sep 26 2006, 21:50) *
QUOTE (Yann @ Sep 26 2006, 13:43) *

My new foobar 0.9.4 smile.gif



Bye!



u just put some formatting text in the status bar like how one would do so for a column right? may i have your code forthe status bar(just to work with, not copy or anything?)


That's not the status bar, it's a trackinfo_mod panel with no borders, just placed at the bottom of the layout.
sicutero
QUOTE (Snowsfall @ Sep 26 2006, 23:11) *
QUOTE (sicutero @ Sep 26 2006, 01:16) *

QUOTE (Snowsfall @ Sep 26 2006, 06:27) *


+cycling album art/artist photo and playlist tree


please please please post your single column code smile.gif



QUOTE (metal_termite @ Sep 26 2006, 04:50) *
i like those buttons. where are they from?



row height - 12
group rows - 4

group by
CODE
$if($strchr(%playlist_name%,-s-),!noheader!,
$if(%tracknumber%,%album%%discnumber%,!noheader!)
)



item
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,-1,%_width%,%_height%,left,)

$if(%_isplaying%,$font(calibri,8,bold,180-180-180)[%tracknumber%.]$font(calibri,8,bold glow-225-202-0 glowexpand-1 glowalpha-175,255-202-0) ↘  ,$font(calibri,8,bold,180-180-180)[%tracknumber%. ])

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-255-202-0 glowexpand-0 glowalpha-175,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$alignabs(-93,-2,%_width%,%_height%,right,)
$if(%_isplaying%,$font(calibri,8,glow-255-202-0 glowexpand-0 glowalpha-195,255-255-255),$font(calibri,8,,180-180-180))%length%

$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,50-50-50),$font(Webdings,7,,225-225-225))
YYY
$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,203-206-211),$font(Webdings,7,,160-160-160))
$repeat(Y,%mood%)
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,50-50-50),$font(Wingdings,9,,225-225-225))
ллллл
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,203-206-211),$font(Wingdings,9,,160-160-160))
$repeat(л,%rating%)

$ifequal(%_itemindex%,1,$imageabs(0,0,'images\shadow.png',),)



group
CODE
$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-null)
$drawrect(47,1,247,39,brushcolor-180-180-180 pencolor-null)
$drawrect(0,47,%_width%,1,brushcolor-255-255-255 pencolor-null)

$alignabs(0,-2,%_width%,%_height%,center,)$font(calibri,11,uppercase bold shadow,255-255-255)$if($meta_test(album artist),%album%,%artist%)

$alignabs(0,15,%_width%,13,center,)$font(calibri,9,bold,75-75-75)$if($meta_test(album artist),%album artist%,%album%)
$alignabs(0,25,%_width%,13,center,)$font(calibri,9,,90-90-90)[%date%]


$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(181,38,%_width%,%_height%,left,)$font(Kroeger 05_55,6,,180-180-180)'|'[ %__bitrate%'kbps']

$imageabs2(46,46,0,0,46,46,0,1,$replace(%path%,%filename_ext%,)..\artist.jpg,)
$imageabs2(46,46,0,0,46,46,295,1,$replace(%path%,%filename_ext%,folder.jpg),)




buttons are from a set called squash, search for it on customize.org


thank you biggrin.gif
shard13
QUOTE (Snowsfall @ Sep 26 2006, 14:11) *
QUOTE (sicutero @ Sep 26 2006, 01:16) *

QUOTE (Snowsfall @ Sep 26 2006, 06:27) *


+cycling album art/artist photo and playlist tree


please please please post your single column code smile.gif



QUOTE (metal_termite @ Sep 26 2006, 04:50) *
i like those buttons. where are they from?



row height - 12
group rows - 4

group by
CODE
$if($strchr(%playlist_name%,-s-),!noheader!,
$if(%tracknumber%,%album%%discnumber%,!noheader!)
)



item
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,-1,%_width%,%_height%,left,)

$if(%_isplaying%,$font(calibri,8,bold,180-180-180)[%tracknumber%.]$font(calibri,8,bold glow-225-202-0 glowexpand-1 glowalpha-175,255-202-0) ↘  ,$font(calibri,8,bold,180-180-180)[%tracknumber%. ])

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-255-202-0 glowexpand-0 glowalpha-175,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$alignabs(-93,-2,%_width%,%_height%,right,)
$if(%_isplaying%,$font(calibri,8,glow-255-202-0 glowexpand-0 glowalpha-195,255-255-255),$font(calibri,8,,180-180-180))%length%

$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,50-50-50),$font(Webdings,7,,225-225-225))
YYY
$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,203-206-211),$font(Webdings,7,,160-160-160))
$repeat(Y,%mood%)
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,50-50-50),$font(Wingdings,9,,225-225-225))
ллллл
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,203-206-211),$font(Wingdings,9,,160-160-160))
$repeat(л,%rating%)

$ifequal(%_itemindex%,1,$imageabs(0,0,'images\shadow.png',),)



group
CODE
$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-null)
$drawrect(47,1,247,39,brushcolor-180-180-180 pencolor-null)
$drawrect(0,47,%_width%,1,brushcolor-255-255-255 pencolor-null)

$alignabs(0,-2,%_width%,%_height%,center,)$font(calibri,11,uppercase bold shadow,255-255-255)$if($meta_test(album artist),%album%,%artist%)

$alignabs(0,15,%_width%,13,center,)$font(calibri,9,bold,75-75-75)$if($meta_test(album artist),%album artist%,%album%)
$alignabs(0,25,%_width%,13,center,)$font(calibri,9,,90-90-90)[%date%]


$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(181,38,%_width%,%_height%,left,)$font(Kroeger 05_55,6,,180-180-180)'|'[ %__bitrate%'kbps']

$imageabs2(46,46,0,0,46,46,0,1,$replace(%path%,%filename_ext%,)..\artist.jpg,)
$imageabs2(46,46,0,0,46,46,295,1,$replace(%path%,%filename_ext%,folder.jpg),)




buttons are from a set called squash, search for it on customize.org




I cant seem to get the album art to display in the toolbar, is it becuase I name all my album art as cover.jpg? an you have yours set to folder.jpg?

Edit* I tried changing it and it still didnt work. Any Ideas?
cartman(2vd)
QUOTE (Snowsfall @ Sep 26 2006, 06:27) *

+cycling album art/artist photo and playlist tree


can you plspls post you VS too? and if you modified it can you share it with us?
binkgle
QUOTE (Snowsfall @ Sep 26 2006, 16:11) *
QUOTE (sicutero @ Sep 26 2006, 01:16) *

QUOTE (Snowsfall @ Sep 26 2006, 06:27) *


+cycling album art/artist photo and playlist tree


please please please post your single column code smile.gif



QUOTE (metal_termite @ Sep 26 2006, 04:50) *
i like those buttons. where are they from?



row height - 12
group rows - 4

group by
CODE
$if($strchr(%playlist_name%,-s-),!noheader!,
$if(%tracknumber%,%album%%discnumber%,!noheader!)
)



item
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,-1,%_width%,%_height%,left,)

$if(%_isplaying%,$font(calibri,8,bold,180-180-180)[%tracknumber%.]$font(calibri,8,bold glow-225-202-0 glowexpand-1 glowalpha-175,255-202-0) ↘  ,$font(calibri,8,bold,180-180-180)[%tracknumber%. ])

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-255-202-0 glowexpand-0 glowalpha-175,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$alignabs(-93,-2,%_width%,%_height%,right,)
$if(%_isplaying%,$font(calibri,8,glow-255-202-0 glowexpand-0 glowalpha-195,255-255-255),$font(calibri,8,,180-180-180))%length%

$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,50-50-50),$font(Webdings,7,,225-225-225))
YYY
$alignabs(-60,-2,%_width%,%_height%,right,)
$if(%_isplaying%,
$font(Webdings,7,,203-206-211),$font(Webdings,7,,160-160-160))
$repeat(Y,%mood%)
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,50-50-50),$font(Wingdings,9,,225-225-225))
ллллл
$alignabs(0,-1,%_width%,20,right,)
$if(%_isplaying%,
$font(Wingdings,9,,203-206-211),$font(Wingdings,9,,160-160-160))
$repeat(л,%rating%)

$ifequal(%_itemindex%,1,$imageabs(0,0,'images\shadow.png',),)



group
CODE
$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-null)
$drawrect(47,1,247,39,brushcolor-180-180-180 pencolor-null)
$drawrect(0,47,%_width%,1,brushcolor-255-255-255 pencolor-null)

$alignabs(0,-2,%_width%,%_height%,center,)$font(calibri,11,uppercase bold shadow,255-255-255)$if($meta_test(album artist),%album%,%artist%)

$alignabs(0,15,%_width%,13,center,)$font(calibri,9,bold,75-75-75)$if($meta_test(album artist),%album artist%,%album%)
$alignabs(0,25,%_width%,13,center,)$font(calibri,9,,90-90-90)[%date%]


$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(181,38,%_width%,%_height%,left,)$font(Kroeger 05_55,6,,180-180-180)'|'[ %__bitrate%'kbps']

$imageabs2(46,46,0,0,46,46,0,1,$replace(%path%,%filename_ext%,)..\artist.jpg,)
$imageabs2(46,46,0,0,46,46,295,1,$replace(%path%,%filename_ext%,folder.jpg),)




buttons are from a set called squash, search for it on customize.org



thank you so much. could you please post your columns_ui layout, as well?

also, i'm pretty sure you explained this before, but i can't find the answer: you have album art photos, and other photos. are those of the band? how do you name those?

how do you switch between album mode and singles mode, as you have set up in your second-to-last posted setup? you could please post the code for the singles list, too?

thanks again,
binkgle
cartman(2vd)
QUOTE (shard13 @ Sep 27 2006, 00:45) *
I cant seem to get the album art to display in the toolbar, is it becuase I name all my album art as cover.jpg? an you have yours set to folder.jpg?

Edit* I tried changing it and it still didnt work. Any Ideas?


same here. after some testing ive found out there is imho some bug with resizeing images in new version of single column.
this works for me:
CODE
$imageabs2(,,0,0,46,46,295,1,$replace(%path%,%filename_ext%,folder.jpg),)

this doesnt with some images:
CODE
$imageabs2(46,46,0,0,46,46,295,1,$replace(%path%,%filename_ext%,folder.jpg),)


but artists are unreachable for me. they need to be resized but when i use resize they disappeared.

maybe it isnt bug maybe there is something wrong with my imgaes i dont no sad.gif cause with resize some work but some doesnt and it looks like there is no kye in which does and which not.
SwiftBass
QUOTE (spex04 @ Sep 26 2006, 15:41) *
QUOTE (SwiftBass @ Sep 26 2006, 21:50) *

QUOTE (Yann @ Sep 26 2006, 13:43) *

My new foobar 0.9.4 smile.gif



Bye!



u just put some formatting text in the status bar like how one would do so for a column right? may i have your code forthe status bar(just to work with, not copy or anything?)


That's not the status bar, it's a trackinfo_mod panel with no borders, just placed at the bottom of the layout.


Could you tell me how he got it(status bar) to disappear like that then? I really dislike mine so I just try to change its appearence instead.
uRT
@SwiftBass

Draikin
QUOTE (lolent @ Sep 26 2006, 20:35) *
QUOTE (Draikin @ Sep 24 2006, 15:05) *


can you post the "mod" of your OpusOSX theme please ? (the 3 sorts of fonts with the original OpusOSX theme mismatch with your taskbar theme sad.gif )

I changed them manually (Advanced options in the VS panel)
Snowsfall
QUOTE (cartman(2vd) @ Sep 26 2006, 17:00) *
can you plspls post you VS too? and if you modified it can you share it with us?


http://www.sendspace.com/file/8iwyvh


QUOTE (binkgle @ Sep 26 2006, 17:31) *
thank you so much. could you please post your columns_ui layout, as well?

also, i'm pretty sure you explained this before, but i can't find the answer: you have album art photos, and other photos. are those of the band? how do you name those?

how do you switch between album mode and singles mode, as you have set up in your second-to-last posted setup? you could please post the code for the singles list, too?

thanks again,
binkgle




http://www.mydatabus.com/2z/gjpal.ee.pbz/cgotgs/fsnow3.fcs

I switch using tabs and custom buttons from the updated tabs plugin

the artist photos are named artist.jpg , and put in the main artist folder, one level up(or down, whatever) from the artists albums
Moe-loves-ayumi
I just discovered foo_uie_single_column_playlist and foo_uie_trackinfo_mod, it's powerful :



Thanks to the people of the foo_uie_single_column_playlist thread.
Chase
Here's my 2nd layout. I originally started with Tool's code, since it seemed to encompass what I wanted out of my Foobar, but after being incredibly put-off by the code that I didn't understand, I decided to make my own. I wrote this one from scratch, figuring things out as I went and using some of Tool's code as example. In the end I realize that it looks like something someone else already posted. Egads. :\

Haven't bothered to change the VS, since I'm way too lazy to bother about that. I'm using bbLean, which is why my titlebar looks different. I just wish they changed the scrollbars, too. That'd be nice.


parameter
How can I changed the active/inactive selection colors on Album List Panel?

NappyHead
QUOTE (tool++ @ Sep 13 2006, 02:54) *
@URT = calibri numbers evidently change slightly between size 8 and size 9 ;P


@ repsaj: Visual style is like, a bblean theme and a united hack.
FCS isn't relevant.

Fonts are calibri and cambria (copyright MS fonts)

Config:

Group by:

CODE
[%album%]


Item Display
CODE
$if($greater(%tracknumber%,5),
$if($greater(9,%tracknumber%),$drawrect(3,0,104,0,brushcolor-250-250-250 pencolor-null)
$padding(8,3)$font(calibri,8,bold,100-100-100)
$if($strcmp($num(%tracknumber%,2),06),Artist: $font(calibri,8,bold,140-140-140)%artist%)
$if($strcmp($num(%tracknumber%,2),07),Album: $font(calibri,8,bold,140-140-140)%album%)
$if($strcmp($num(%tracknumber%,2),08),Year: $font(calibri,8,bold,140-140-140)$if2(%date%,Unknown))
$padding(-8,-3)
))
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'.'%album%'.png',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'['%date%']'%album%'.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)
$padding(0,0)
$drawrect(107,0,1,0,brushcolor-161-170-179 pencolor-null)
$drawrect(108,0,2,0,brushcolor-222-225-228 pencolor-null)
$if(%_isplaying%,$drawrect(108,0,0,0,brushcolor-0-0-0 pencolor-0-0-0)
$imageabs(108,0,'images\bg1.png',)
,
$ifequal($mod(%_playlist_number%,2),0,
            $drawrect(110,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)
        ,
            $drawrect(110,0,0,0,brushcolor-255-255-255 pencolor-240-240-240)
        )
)

$padding(2,0)

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,164-171-179))
$alignabs(112,0,%_width%,21,left,top)↘

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

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

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

$align(right,center)%length%

$if(%_isplaying%,$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$font(Kroeger 05_55,6,,180-180-180))

$alignabs(124,0,%_width%,21,left,bottom)
[$if($greater($div(%_filesize%,1024),1024),$left($div(%_filesize%,1024),1),0).$right($left($div(%_filesize%,1024),3),2)mb' '][%__bitrate%'kbps']

$if(%_isplaying%,
$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$font(Kroeger 05_55,6,,200-200-200))

$align(right,bottom)[%play_count% play$if($greater(%play_count%,1),s)]



Group Display:

CODE
$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-240-240-240)
$padding(4,-1)

$padding(0,4)$align(left,bottom)$font(cambria,10,bold ,129-138-150)$lower($if($meta_test(album artist),%album%,%artist%))

$padding(0,-3)$align(right,top)$font(calibri,8,bold,120-120-120)$if($meta_test(album artist),%album artist%,%album%)
$font(Kroeger 05_55,6,,180-180-180)$align(right,bottom)[%date% '| '][%genre%]


Etc?

I guess my album art pic, but that's designed for my wallpaper so there's no real point.

Here's the overlay thing that gives shit shineyness though:




QUOTE (Idec Sdawkminn @ Sep 13 2006, 07:41) *

I agree. Very slick, tool. The part the intrigues me most is how you have the album art showing next to each album. Good idea. I'd do that but I like the album art having a larger area so I can see it better.

Also, I prefer that none of the words be cut off due to limited space. I'd suggest that you make the panels on the left wider, but then I see that the same information is also in a header for each album, so I'd just as soon get rid of the info below the album art altogether. Besides, some albums have no info below it and some have at least 3 things. I do dislike inconsistencies.

And what if an album has fewer than 5 tracks? How does the album art fit into that?

Don't think I'm trying to tell you how it should look. I'm just saying what I would change if it was mine. And it's rare to find someone who likes my foobar setup...



Yeah don't get me wrong, I've thought of these problems and I'd love to solve all of them, but I can't actually think of plausible solutions. I'd like to have the text on the right wrapping, I'd like to have the column wider. I guess I could try the text next to the album rather than below, but that would mean the column is extremely wide, and this is a small layout.

If you have any ideas how I could fix these things though feel free.




I love this, and I'm currently using it, but my album art are stored in each album folder as folder.jpg

\prince\purple rain\folder.jpg.

How do I get the are to display.

Sorry if this was answered already.

Thank you

NH
Yotsuya
When tool originally posted that code, singlecolumnplaylist did not support jpg nor did it support images anywhere but relative to your foobar dir. Things have changed and tool has yet to post updated code for his config. Until he does let me try to help you patch the code to suit your needs.

See the block of code that looks like this:
CODE
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'.'%album%'.png',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'['%date%']'%album%'.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)


This is the part that displays the album art. We need to add a line to display your folder.jpg probably something like this:
CODE
$imageabs2(25,25,0,$add(25,$mul(-%_height%,%tracknumber%)),,%_height%,4,,$replace(%path%,%filename_ext%,folder.jpg),)


Place the code after the nocover and generic images but before the overlay image so that the code looks something like this:
CODE
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'.'%album%'.png',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'['%date%']'%album%'.png',)
$imageabs2(25,25,0,$add(25,$mul(-%_height%,%tracknumber%)),,%_height%,4,,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)


* I do not use tool's code so I might have the size & position off a bit but with a bit of tweaking I think you'll be able to make it work.
CepiPerez
Hy everyone.
I'm working on my new skin.
Please tell me your opinions...
And give some ideas...



Regards.
Blitzmeister
QUOTE (parameter @ Sep 27 2006, 12:48) *
How can I changed the active/inactive selection colors on Album List Panel?


I believe that is based on your VS Style smile.gif
Chase
QUOTE (CepiPerez @ Sep 26 2006, 21:33) *
Hy everyone.
I'm working on my new skin.
Please tell me your opinions...
And give some ideas...



Regards.




Looks great, as usual. Where'd you get the stock photo of the headphones? I can never find any decent stock photos anywhere, especially when I need a certain color background. I end up having to painstakingly edit everything with photoshop.

Are your items grouped by artist? I hadn't even thought of that. :\ Dang. I may have to change mine again. Hah.
Idec Sdawkminn
QUOTE (Chase @ Sep 26 2006, 21:00) *
Are your items grouped by artist? I hadn't even thought of that. :\ Dang. I may have to change mine again. Hah.


No offense, just speaking the truth, but I find it incredibly mind-blowing that anyone would want to have their music listed by anything other than by artist. It's not that I think it's wrong or anything. I just don't understand how someone could want that. I have all my music in full albums only, organized in alphabetical order by artist, and then in chronological order by album of the same artist.
spex04
QUOTE (Idec Sdawkminn @ Sep 27 2006, 05:28) *
QUOTE (Chase @ Sep 26 2006, 21:00) *

Are your items grouped by artist? I hadn't even thought of that. :\ Dang. I may have to change mine again. Hah.


No offense, just speaking the truth, but I find it incredibly mind-blowing that anyone would want to have their music listed by anything other than by artist. It's not that I think it's wrong or anything. I just don't understand how someone could want that. I have all my music in full albums only, organized in alphabetical order by artist, and then in chronological order by album of the same artist.


I think he was talking about the actual group headers, rather than sorting. Meaning that most people have been using the album tag as the group headers instead of the artist.
Chase
QUOTE (Idec Sdawkminn @ Sep 26 2006, 22:28) *
QUOTE (Chase @ Sep 26 2006, 21:00) *

Are your items grouped by artist? I hadn't even thought of that. :\ Dang. I may have to change mine again. Hah.


No offense, just speaking the truth, but I find it incredibly mind-blowing that anyone would want to have their music listed by anything other than by artist. It's not that I think it's wrong or anything. I just don't understand how someone could want that. I have all my music in full albums only, organized in alphabetical order by artist, and then in chronological order by album of the same artist.



Ha, no. That's how I organize my music too. Any other way would just be incredibly difficult. I was actually talking about how he has his group displaying the artist, with the album art in the list index, instead of in the group display, like mine is.

I agree with you though. I can't stand to have my music in anything but a full album sorting. I hardly download single songs anymore, simply because it throws off my sorting so badly.
nicc
QUOTE (CepiPerez @ Sep 26 2006, 21:33) *
Hy everyone.
I'm working on my new skin.
Please tell me your opinions...
And give some ideas...



Regards.




hi , nice panel

may you share your button , please

thanks a lot
jayzer
Draikin:

Is there something special with your album art code? From what I can tell, I should just have a file called folder.jpg in all of my album folders, and for the most part, I do, but none of my album artwork is showing up. :-/

Thoughts or suggestions?
binkgle
QUOTE (Snowsfall @ Sep 26 2006, 20:28) *
I switch using tabs and custom buttons from the updated tabs plugin


sry, still not sure i really understand. looking at your screenshot, how do you switch using tabs? i don't see any tabs there. also, i'm interested in what each of the buttons does in your setup.

below your buttons and search bar, there is a small space aparently filling with dark grey. is this your seekbar?

finally, could you please post you track info mod code?
Yotsuya
The latest version of foo_uie_tabs allow you to hide your tabs and link them to custom buttons. So you can switch them from anywhere in your layout using buttons that look like pretty much anything you like.
blaxima
Ok, so heres my first crack at the single column thing

Beavis04
QUOTE (Chase @ Sep 27 2006, 14:00) *
QUOTE (CepiPerez @ Sep 26 2006, 21:33) *

Hy everyone.
I'm working on my new skin.
Please tell me your opinions...
And give some ideas...



Regards.




Looks great, as usual. Where'd you get the stock photo of the headphones? I can never find any decent stock photos anywhere, especially when I need a certain color background. I end up having to painstakingly edit everything with photoshop.

Are your items grouped by artist? I hadn't even thought of that. :\ Dang. I may have to change mine again. Hah.



That's not a stock photo, it's a an ambient occlusion render of a 3D model. Very nice too, might I add.
Draikin
QUOTE (jayzer @ Sep 27 2006, 06:59) *
Draikin:

Is there something special with your album art code? From what I can tell, I should just have a file called folder.jpg in all of my album folders, and for the most part, I do, but none of my album artwork is showing up. :-/

Thoughts or suggestions?

Albumart shows up only on playlists named "albums" and "compilations".

Here's an updated version of the code that doesn't use the same system, you just need to tag your albums with totaltracks (properties -> auto-totaltracks): as long as it's the full album and it's at least 10 tracks long, albumart should be displayed. http://omoikane.minstrum.net/foo3.png

CODE

$puts(album_mode,$if($and($strcmp($mod(%totaltracks%),%_itemcount%),$strcmp($mod(%tracknumber%),%_itemindex%)),,1))

// Couleur de fond
$drawrect(0,0,0,0,brushcolor-246-249-254 pencolor-null)

// Zone Album
$if($strcmp($num(%tracknumber%,2),01),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null)
$drawrect(30,0,229,1,brushcolor-220-220-220 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),02),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),03),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),04),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),05),
$drawrect(30,0,229,1,brushcolor-220-220-220 pencolor-null),)

//Autres Zones
$padding(0,0)
$if(%_isplaying%,
$if($get(album_mode),
$drawrect(0,0,0,0,brushcolor-211-227-254 pencolor-null),
$drawrect(258,0,0,0,brushcolor-211-227-254 pencolor-null))
$drawrect(0,0,30,0,brushcolor-211-227-254 pencolor-null)
,
$if(%_selected%,
$if($get(album_mode),
$drawrect(0,0,0,0,brushcolor-211-227-254 pencolor-null),
$drawrect(258,0,0,0,brushcolor-211-227-254 pencolor-null))
$drawrect(0,0,30,0,brushcolor-211-227-254 pencolor-null),
$ifequal($mod(%_playlist_number%,2),0,
$if($get(album_mode),
$drawrect(0,0,0,0,brushcolor-246-249-254 pencolor-null),
$drawrect(260,0,0,0,brushcolor-246-249-254 pencolor-null)
$drawrect(0,0,30,0,brushcolor-246-249-254 pencolor-null))

,
$if($get(album_mode),
$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-null),
$drawrect(260,0,0,0,brushcolor-255-255-255 pencolor-null)
$drawrect(0,0,30,0,brushcolor-255-255-255 pencolor-null))
))
)

// Bordures
$drawrect(0,0,1,0,brushcolor-220-220-220 pencolor-null)
$drawrect(30,0,1,0,brushcolor-220-220-220 pencolor-null)
$drawrect(258,0,1,0,brushcolor-220-220-220 pencolor-null)
$if($get(album_mode),,$drawrect(280,0,1,0,brushcolor-220-220-220 pencolor-null))
$if($get(album_mode),$drawrect(607,0,1,0,brushcolor-220-220-220 pencolor-null),$drawrect(639,0,1,0,brushcolor-220-220-220 pencolor-null))
$if($get(album_mode),$drawrect(643,0,1,0,brushcolor-220-220-220 pencolor-null),$drawrect(675,0,1,0,brushcolor-220-220-220 pencolor-null))
$if($get(album_mode),$drawrect(923,0,1,0,brushcolor-220-220-220 pencolor-null),)
$if($get(album_mode),$drawrect(798,0,1,0,brushcolor-220-220-220 pencolor-null),)


//Playlist number
$padding(4,0)
$align(left,middle)
$font(corbel,9,bold,150-150-150)
$if(%_isplaying%,
$repeat(Ы,$mod(%_time_elapsed_seconds%,7)),
$num(%_playlist_number%,4))

//Zone Album
$padding(0,0)
$if($get(album_mode),
$padding(26,0)$align(left,middle)
$font(corbel,9,bold,120-120-120)
$if(%artist%,
$iflonger(%artist%,38,$cut(%artist%,37)'...',%artist%)),

$alignabs($add(-%_width%,254),0,%_width%,18,right,middle)
$if($strcmp($num(%tracknumber%,2),01),$font(corbel,9,bold,50-50-50)$if2(%album artist%,%artist%),)
$if($strcmp($num(%tracknumber%,2),02),$font(corbel,9,bold,70-120-206)$iflonger(%album%,37,$cut(%album%,36)'...',%album%),)
$if($strcmp($num(%tracknumber%,2),03),$font(corbel,9,bold,150-150-150)[%date%]$if(%date%,$if(%genre%, '~' ,),)[%genre%],)
$if($strcmp($num(%tracknumber%,2),04),$font(corbel,9,bold,150-150-150)$upper($replace($right(%_filename_ext%,4),.,)) %__bitrate%
$if($strcmp(%__extrainfo%,VBR),VBR,CBR),))




//Tracknumber
$if($get(album_mode),$alignabs(648,0,%_width%,18,left,middle),$alignabs(264,0,%_width%,18,left,middle))
$font(corbel,9,bold,70-120-206)
[%tracknumber%]


//Title
$if($get(album_mode),$alignabs(264,0,%_width%,18,left,middle),$alignabs(285,0,%_width%,18,left,middle))
$if(%_isplaying%,$font(corbel,9,bold,50-50-50),$if($get(album_mode),$font(corbel,9,bold,70-120-206),$font(corbel,9,bold,120-120-120)))
$if(%title%,$iflonger(%title%,59,$cut(%title%,58)'...',%title%),%_filename%)
$if($get(album_mode),$alignabs($add(-%_width%,603),0,%_width%,18,right,middle),$alignabs($add(-%_width%,635),0,%_width%,18,right,middle))
$font(corbel,8,bold,120-120-120)
$ifgreater($meta_num(album artist),0,'[ '%artist%' ]',)


//Time
$if($get(album_mode),$alignabs($add(-%_width%,639),0,%_width%,18,right,middle),$alignabs($add(-%_width%,672),0,%_width%,18,right,middle))
$font(corbel,9,bold,120-120-120)
$if(%_isplaying%,%_time_elapsed%,%length%)

//Playcount
$if($get(album_mode),$alignabs($add(-%_width%,945),0,%_width%,18,right,middle),$alignabs($add(-%_width%,698),0,%_width%,18,right,middle))
$font(corbel,9,bold,70-120-206)
$if2(%play_count%,$font(corbel,8,bold,180-180-180)0)


//Rating-Replaygain_indicator
$padding(-22,0)
$if($get(album_mode),
$alignabs($add(-%_width%,982),0,%_width%,18,right,middle)
,$alignabs($add(-%_width%,741),0,%_width%,18,right,middle))

$if(%__replaygain_album_gain%,$font(corbel,9,bold,4-217-124)Х ,
$if(%__replaygain_track_gain%,$font(corbel,9,bold,4-217-124)Х ,
$font(corbel,9,bold,250-70-70)Х ))
' '
$font(corbel,9,bold,70-120-206)
$repeat(Х,%rating%)
$font(corbel,9,bold,150-150-150)
$repeat(Х,$add(5,-%rating%))

//AlbumArt
$if($get(album_mode),
$alignabs(667,0,%_width%,18,left,middle)
$font(corbel,8,bold,120-120-120)
$if(%album%,
$iflonger(%album%,25,$cut(%album%,24)'...',%album%))
,
$ifgreater(10,%_itemcount%,,
$imageabs(795,$add(15,$mul(-18,$add(%tracknumber%,-1))),'nocover.png',)
$imageabs2(152,152,0,$add(-15,$mul($add(%tracknumber%,-1),18)),157,18,794,,$replace(%path%,%filename_ext%,)folder.jpg,)
$imageabs(765,$add(15,$mul(-18,$add(%tracknumber%,0))),'case.png',)))

//Year-Genre
$if($get(album_mode),
$alignabs(803,0,%_width%,18,left,middle)
$font(corbel,9,bold,70-120-206)
[%date%]
$alignabs(832,0,%_width%,18,left,middle)
$font(corbel,8,bold,150-150-150)
$if(%genre%,$iflonger(%genre%,18,$cut(%genre%,17)'...',%genre%)),)
malde
thx to moglenstar i've finally come up with a (hopefully) final layout smile.gif

did some work to it myself, but let's have a look:
SilentBob
QUOTE (malde @ Sep 27 2006, 11:41) *
thx to moglenstar i've finally come up with a (hopefully) final layout smile.gif

did some work to it myself, but let's have a look:



Amazing Layout smile.gif Mind Sharing your rating stars
malde
QUOTE (SilentBob @ Sep 27 2006, 14:54) *
QUOTE (malde @ Sep 27 2006, 11:41) *

thx to moglenstar i've finally come up with a (hopefully) final layout smile.gif

did some work to it myself, but let's have a look:



Amazing Layout smile.gif Mind Sharing your rating stars


like i said, most credit goes to moglenstar: http://moglenstar.net/archives/my-foobar-setup
there you'll also find the stars
lolent
QUOTE (Draikin @ Sep 27 2006, 02:10) *
QUOTE (lolent @ Sep 26 2006, 20:35) *

QUOTE (Draikin @ Sep 24 2006, 15:05) *


can you post the "mod" of your OpusOSX theme please ? (the 3 sorts of fonts with the original OpusOSX theme mismatch with your taskbar theme sad.gif )

I changed them manually (Advanced options in the VS panel)

ok. please, can you tell me what font do you use for your taskbar theme & your foobar menu panel to have the same on your screenshot ?
blammo
Hi.

Forgive the dumb question but...

I have seen Foobar configs with no dividers between the menus. How is that achieved?
Blitzmeister
QUOTE (blammo @ Sep 28 2006, 00:55) *
Hi.

Forgive the dumb question but...

I have seen Foobar configs with no dividers between the menus. How is that achieved?

I believe you have to match your VS Style with the color of the panels & menus & boxes.
Cheers smile.gif
Draikin
arial bold 10 for the titlebar and lucida sans unicode 8 for everything else
Masahiko
Mine, pretty classic with single column plugin (with French config tongue.gif)

unabatedshagie
QUOTE (Draikin @ Sep 24 2006, 14:05) *
Could you post your trackinfo code please!!
blammo
QUOTE (Draikin @ Sep 24 2006, 05:05) *


Hi.

How is everyone including cover art in their playlists?
lolent
QUOTE (Draikin @ Sep 27 2006, 17:16) *
arial bold 10 for the titlebar and lucida sans unicode 8 for everything else

thanks Draikin cool.gif
Zurman
QUOTE (blammo @ Sep 27 2006, 08:29) *
QUOTE (Draikin @ Sep 24 2006, 05:05) *



Hi.

How is everyone including cover art in their playlists?

They use foo_uie_single_column_playlist wink.gif
Raven.am0k
Well, here is my new one smile.gif

Art


This is my first one. I don't know how to use the whole syntax stuff from scratch, so I just combined and tried to change values of strings made by others. I used and modified (just a bit, though) Zackorah's foo_uie_single_columns and Draikin's style trackinfo. I hope you don't mind guys - I really like your work - just wanted to practice!

Still have some problmes, though...
I can't get the right height of background images (they don't overlap as they should and it looks as if the texture was messed up, but it isn't). Some of the album arts are messed up as well - I've resized them many times, still some of them look good, and some of them just don't fit the overlay. And I still can't get the right size of the progress bar in trackinfo while not playing a tune. I'll try to work it out...

Next thing I want to make is my own trackinfo (I like the plain concept that tool ++ made in his last work) and my own buttons for the menu. After that I'll try to make my 100% own single playlist view.
KyPeN
I havn't been keeping up much lately. Do you still have to have the album art in PNGs on the same drive as Foobar?
Yotsuya
KyPeN: Not anymore. The latest versions of both singlecolumnplaylist and trackinfomod will support explicit paths (x:\path\to\image.jpg) and most common image formats (jpg,gif,etc). Be sure to use $imageabs2() instead of $imagabs().
erissiva
I've tried getting into the whole Single-Columns thing, but I keep coming back to the columnsUI layout. *shrugs* Oh well. Hopefully this will be the last version in a while.



Modified the trackinfomod thingy to show song ratings. Also, those smilies correspond with numbers 1-5 for track-rating. Everything I don't use immediately is on auto-hide in the sidebar. Thanks everyone who helped!
CepiPerez
About this skin:



Here's the link of the headphones: link
Here's the link of the buttons: link

Here's the code for the trackinfo mod:

CODE
$imageabs($sub(%_width%,320),5,simple\headphone.png,-5)

$if(%_isplaying%,

$imageabs(10,38,simple\line0.png,)
$imageabs(10,110,simple\line0.png,)
$font(calibri,16,boldshadow glowalpha-120,)
$alignabs(10,6,300,30,,)%artist%
$alignabs(10,46,400,20,t,)
$font(calibri,8,boldshadow glowalpha-50,120-120-120)playing  
$font(calibri,8,boldshadow glowalpha-50,70-70-70)"%title%"
$alignabs(10,68,400,20,,)
$font(calibri,8,boldshadow glowalpha-50,120-120-120)from  
$font(calibri,8,boldshadow glowalpha-50,70-70-70)"%album%"
$alignabs(10,89,300,20,,)
$font(calibri,8,boldshadow glowalpha-50,120-120-120)released on
$font(calibri,8,boldshadow glowalpha-50,70-70-70)%date%
$alignabs(10,118,300,20,t,)
$if($strcmp(%play_counter%,?),
$font(,8,boldshadow glowalpha-100,30-70-130)Playing song for fist time,
$if($strcmp(%play_counter%,1),$font(,8,boldshadow glowalpha-100,30-70-130)Song played %play_counter% time',' on ,
$font(,8,boldshadow glowalpha-100,30-70-130)Song played %play_counter% times. Last on
)
$if($strcmp($right($left(%last_played%,1),9),1),Sunday', ',)
$if($strcmp($right($left(%last_played%,1),9),2),Monday', ',)
$if($strcmp($right($left(%last_played%,1),9),3),Tuesday', ',)
$if($strcmp($right($left(%last_played%,1),9),4),Wednesday', ',)
$if($strcmp($right($left(%last_played%,1),9),5),Thursday', ',)
$if($strcmp($right($left(%last_played%,1),9),6),Friday', ',)
$if($strcmp($right($left(%last_played%,1),9),7),Saturday', ',)
$right(%last_played%,8) at $right($left(%last_played%,16),5)

)
,
$imageabs(0,6,simple\logo2.png,-5)
)



And here's the code of my single playlist:

Group By: %artist%

Item Display:
CODE
$imageabs(9,$if($strcmp(%tracknumber%,01),0,$add(24,$mul(-24,%tracknumber%))),simple\albumborder.png,)
$imageabs(10,$if($strcmp(%tracknumber%,01),1,$add(25,$mul(-24,%tracknumber%))),$replace($replace(cover\%artist% - %album%.png,',',),?,),)

$font(calibri,8,boldshadow glowalpha-50,)$if($strcmp(%tracknumber%,01),$alignabs(100,-3,120,110,,)%date%,)
$if($strcmp(%tracknumber%,01),$imageabs(100,15,simple\line2.png,))
$font(calibri,8,boldshadow glowalpha-50,100-100-100)$if($strcmp(%tracknumber%,02),$alignabs(100,-3,130,110,,)%album%,)

$if(%_selected%,$drawrect(246,0,0,0,brushcolor-220-220-220 pencolor-null))
$if(%_focused%,$drawrect(246,0,0,0,brushcolor-null pencolor-null))
$if(%_isplaying%,$drawrect(246,0,0,0,brushcolor-40-40-40 pencolor-null))

$font(calibri,8,boldshadow glowalpha-50,70-70-70)
$alignabs(250,-1,$sub(%_width%,300),12,,)%title%
$alignabs($sub(%_width%,127),-1,120,20,right,)%length%
$alignabs(250,10,220,110,,)$font(calibri,8,bold,170-170-170)
$if($strcmp(%play_counter%,?),No plays,%play_counter% Plays) - $if($meta(LYRICS),Lyrics available,No Lyrics)
$alignabs($sub(%_width%,126),13,120,20,right,)
$font(wingdings,6,bold,170-170-170)$repeat(,%rating%)

$if(%isplaying%,
$drawrect(246,0,0,0,brushcolor-90-90-90 pencolor-null)
$alignabs(250,4,900,200,,)$font(Wingdings 3,10,boldshadow,250-250-250)$char(117)
$font(calibri,8,boldshadow glowalpha-150,)
$alignabs(268,-1,$sub(%_width%,318),12,,)%title%
$alignabs($sub(%_width%,127),-1,120,20,right,)%length%
$alignabs(268,10,120,110,,)$font(calibri,8,boldshadow glowalpha-150,180-180-180)
$if($strcmp(%play_counter%,?),No plays,%play_counter% Plays) - $if($meta(LYRICS),Lyrics available,No Lyrics)
$alignabs($sub(%_width%,126),13,120,20,right,)
$font(wingdings,6,boldshadow glowalpha-120,180-180-180)$repeat(,%rating%)
)


Group Dysplay:
CODE
$font(calibri,9,boldshadow glowalpha-50,)
$alignabs(10,-2,120,110,,)%artist%
$imageabs(9,15,simple\line3.png,)


And here's the layout:


All the trackinfo panels are for space between other panels.
moglenstar
QUOTE (Yotsuya @ Sep 27 2006, 20:51) *
KyPeN: Not anymore. The latest versions of both singlecolumnplaylist and trackinfomod will support explicit paths (x:\path\to\image.jpg) and most common image formats (jpg,gif,etc). Be sure to use $imageabs2() instead of $imagabs().


after finally figuring out what each part of the $imageabs2() function were.. we've got some progress... biggrin.gif


bigger
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.