Recommended Posts

krshna, here's my config:

Item Display

//normal BG

$drawrect(4,0,%width%,22,brushcolor-255-255-255 pencolor-240-240-240 width-1)

//playing BG

$if(%isplaying%,

$drawrect(0,0,0,30,brushcolor-240-240-240 pencolor-null)

)

//Display

$padding(6,1)

$align(left,top)

$if(%isplaying%,$font(,,underline,133-191-211)%title%,$font(,,,120-120-120)%title%)

$align(right,middle)

$font(,,,200-200-220)

[%length% ]

$imageabs(0,0,images\side.png,)

Group Display

//BG

$drawrect(0,0,0,0,brushcolor-55-55-55 pencolor-55-55-55 width-1)

$padding(5,5)

$align(right,top)

$font(,,,133-191-211)[$caps2(%artist%)]

$align(right,middle)

$font(,7,bold,133-191-211)

$if(%album%,$caps2(%album%),)

$align(right,bottom)

$font(,7,italic,130-130-130)

$if(%date%,'('%date%')',)

//albumart

$if(%album%,

$imageabs2(44,44,,,,,5,,$replace(%path%,%filename_ext%,)folder.jpg,),

$imageabs2(44,44,,,,,5,,images\nocvr.png,))

just wondering for all of you who've managed to get album art into the playlist via single columns component. Is this component still forced to use paths relative to the main foobar directory?

Nope, theres a new image function which can resize (keeps same aspect ratio), and use absolute paths.

So I'm kind of confused.

How do i get the skins that I see?

All I see is posted pictures and a few lines of code. but none of the codes correspond to the skin's I'm looking for.

Or is this just a type of showing off thread?

Foobar doesn't really use "skins" as much as a sort of coded interface that customizes layout and color. Which skins are you looking for?

hey anyone can tell me how to add album images?

please give a exemple

This only works with the single columns playlist & if your album covers are called folder.jpg & are in the directory with your music.

$imageabs2(80,80,,,,,3,2,$replace(%path%,%filename_ext%,)folder.jpg,)

This works for the header group only. The image will be 80 pixels x 80 pixels & placed 3 pixels from the side edge & 2 from the top.

Hope that helps.

Cheers :)

Debating which one to use, that one or my current one:

228086_foobar.PNG

Mine wins for minimalism :p

They both win for using my code/images :D

@ynnoj - i'm still working on those proposed human/tangerine style buttons, just got a lot of work to do with college atm :)

Have you installed the libpng and zlib .dll's? They enable custom image support. Put them in your /foobar2000/ root directory. Get them here.

Uuuuhh!!! Great!!! I'm really stupid, i know... :blush:

That was the problem, now it works! Thank you for your help! :D

Another question: the 5 stars rating doesn't work: i see the stars, they light up if i move the pointer on them, but it seems like f2k can't read the id3 tag... do i need a .dll for the support to the id3v2 tag? :|

If so, where can i find it? I looked for it with Google, but i wasn't able to find a working link. :(

P.S.: i apologyze for my english, i know it's not perfect... :p

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

    • No registered users viewing this page.