Foobar2000 Customization Topic


Recommended Posts

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?

Link to comment
Share on other sites

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,))

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

clipboardyl4.jpg

What version of track info panel mod do u use? I can?t figure out how to display background images:(( I see just a white background, although rating is working fine:((

Link to comment
Share on other sites

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?

Yes I'm aware that it's more code than anything

This is what I'm looking for:

fbr2.jpg

and/or

sexyfb2k.PNG

Link to comment
Share on other sites

^ You have to decide which one :p because the first one is using Single Column Playlist and the second one is using the default Columns UI Layout.

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

Changed it a tiny bit. :shifty:

Still looking for some buttons that fit. Maybe with an orange glow, any ideas?

oooak9.jpg

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

228086_foobar.PNG

Mine wins for minimalism :p

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

I'm noob with foobar customization, and i've got a problem: i can't change the buttons in my config... if i set them on "custom" from the "customize" panel, they become invisible... :huh:

Can someone help me, please? :(

Link to comment
Share on other sites

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

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.