iOsiris Posted October 8, 2006 Share Posted October 8, 2006 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 More sharing options...
Cream Posted October 8, 2006 Share Posted October 8, 2006 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 More sharing options...
spex04 Posted October 8, 2006 Share Posted October 8, 2006 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 More sharing options...
Alan Orozco Posted October 8, 2006 Share Posted October 8, 2006 (edited) Updated :) Edited October 8, 2006 by Alan Orozco Link to comment Share on other sites More sharing options...
lightsource Posted October 9, 2006 Share Posted October 9, 2006 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 More sharing options...
Cream Posted October 9, 2006 Share Posted October 9, 2006 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 More sharing options...
spex04 Posted October 9, 2006 Share Posted October 9, 2006 Hmm, boredom made me create this... Link to comment Share on other sites More sharing options...
mara_cz Posted October 9, 2006 Share Posted October 9, 2006 spex04: hey that?s awasome;)) GJ Link to comment Share on other sites More sharing options...
?AK Posted October 9, 2006 Share Posted October 9, 2006 Link to comment Share on other sites More sharing options...
OmART Posted October 9, 2006 Share Posted October 9, 2006 Hmm, boredom made me create this... Really cool :laugh: Link to comment Share on other sites More sharing options...
mara_cz Posted October 9, 2006 Share Posted October 9, 2006 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 More sharing options...
Linky Posted October 9, 2006 Share Posted October 9, 2006 I would also like to know this, if you don't mind :D How do you get the lower track info panel (128kb/s 44100 Hz etc) to display a background? Link to comment Share on other sites More sharing options...
?AK Posted October 9, 2006 Share Posted October 9, 2006 Just see this thread here. Thanks to em3. LunaElement foobar thread ;) Link to comment Share on other sites More sharing options...
lightsource Posted October 9, 2006 Share Posted October 9, 2006 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: and/or Link to comment Share on other sites More sharing options...
Alan Orozco Posted October 9, 2006 Share Posted October 9, 2006 ^ 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 More sharing options...
lightsource Posted October 10, 2006 Share Posted October 10, 2006 ^ 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. The 1st one. Link to comment Share on other sites More sharing options...
Linky Posted October 10, 2006 Share Posted October 10, 2006 The 1st one. I would like to know how that is done as well. Please post the config :D Thanks in advance, Pochii Link to comment Share on other sites More sharing options...
mornaistar Posted October 10, 2006 Share Posted October 10, 2006 hey anyone can tell me how to add album images? please give a exemple Link to comment Share on other sites More sharing options...
Phrozty Posted October 10, 2006 Share Posted October 10, 2006 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 More sharing options...
Guest Posted October 10, 2006 Share Posted October 10, 2006 Changed it a tiny bit. :shifty: Still looking for some buttons that fit. Maybe with an orange glow, any ideas? Link to comment Share on other sites More sharing options...
tommy04 Posted October 10, 2006 Share Posted October 10, 2006 Changed it a tiny bit. :shifty: Still looking for some buttons that fit. Maybe with an orange glow, any ideas? Debating which one to use, that one or my current one: Mine wins for minimalism :p Link to comment Share on other sites More sharing options...
moglenstar Posted October 10, 2006 Share Posted October 10, 2006 Debating which one to use, that one or my current one: 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 More sharing options...
Takitus Posted October 10, 2006 Share Posted October 10, 2006 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 More sharing options...
Guest Posted October 10, 2006 Share Posted October 10, 2006 Have you installed the libpng and zlib .dll's? They enable custom image support. Put them in your /foobar2000/ root directory. Get them here. Link to comment Share on other sites More sharing options...
Takitus Posted October 10, 2006 Share Posted October 10, 2006 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 More sharing options...
Recommended Posts