apul Posted November 5, 2006 Share Posted November 5, 2006 Sure here it is. Nice. ;) But, where are the images? Link to comment Share on other sites More sharing options...
Primie.uk Posted November 6, 2006 Share Posted November 6, 2006 Nice. ;) But, where are the images? There aren't any images, only a no cover.png? Which i'm sure you could create yourself :) Link to comment Share on other sites More sharing options...
Rasher Posted November 6, 2006 Share Posted November 6, 2006 Whats the row height and group row ? Link to comment Share on other sites More sharing options...
Primie.uk Posted November 6, 2006 Share Posted November 6, 2006 Whats the row height and group row ? Row Height = 19 Group Height = 1 Link to comment Share on other sites More sharing options...
Oompa Posted November 6, 2006 Share Posted November 6, 2006 The green playing track indicator is an image? yes Link to comment Share on other sites More sharing options...
Shannon Posted November 6, 2006 Share Posted November 6, 2006 Try this :) the header seems to appear with replay-gained files only Group By %album% Yeap. I do believe its one of my old configs. I use replaygain to differentiate singles from albums by only applying track gain to single tracks and album gain to albums. So a simple case of checking for album gain does the trick. Saves all custom tagging and whatever other exotic methods people use to identify singles. Link to comment Share on other sites More sharing options...
ciel Posted November 6, 2006 Share Posted November 6, 2006 does anyone have a image for record? something that i can use as a background for album art? something to replace the cd in this: a record with a sleeve or something like it would be fine. can you please post your trackinfo+images please?? been looking for something simple like that :D Link to comment Share on other sites More sharing options...
bbmartini Posted November 6, 2006 Share Posted November 6, 2006 can you please post your trackinfo+images please?? been looking for something simple like that :D here is the image: (its 1280x30) http://img183.imageshack.us/img183/2765/trackinfobg3ek0.png and the code: $imageabs(,,LOCATION HERE,) $padding(5,5) $align(left,middle) $font(Calibri,10,bold glow- glowexpand-0 glowalpha-125,255-255-255) [%title%] $font(Calibri,10,glow- glowexpand-0 glowalpha-125,180-184-194) '/ ' [%artist%] $padding(,) $align(right,middle) $font(Calibri,10,bold glow- glowexpand-0 glowalpha-125,255-255-255) [%_time_elapsed%] $font(Calibri,10,glow- glowexpand-0 glowalpha-125,180-184-194) '/' [%length%] Link to comment Share on other sites More sharing options...
Ryvis Posted November 6, 2006 Share Posted November 6, 2006 Wanted to create something from scratch, so I stole some ideas and came up with this. Still don't know what I want to do with the trackpanel though. Link to comment Share on other sites More sharing options...
~*Katsume*~ Posted November 6, 2006 Share Posted November 6, 2006 Got everything looking how i want it to. Just wish it matched my windows theme better =P Link to comment Share on other sites More sharing options...
morca007 Posted November 7, 2006 Share Posted November 7, 2006 My current Fb2k, I think I'm switching over permenantly because Winamp is having sound quality issues. Link to comment Share on other sites More sharing options...
+longgonebn Subscriber² Posted November 7, 2006 Subscriber² Share Posted November 7, 2006 I guess I'm not as big of a customizer as I thought, I had many problems so I gave up. But I still see there is alot you can do with this program. Link to comment Share on other sites More sharing options...
morca007 Posted November 8, 2006 Share Posted November 8, 2006 I guess I'm not as big of a customizer as I thought, I had many problems so I gave up. But I still see there is alot you can do with this program. I thought I was big on it before I started, I stayed at the shallow end of the pool customization wise in FooBar. Link to comment Share on other sites More sharing options...
Phrozty Posted November 8, 2006 Share Posted November 8, 2006 Nice & Dark :) Link to comment Share on other sites More sharing options...
ciel Posted November 8, 2006 Share Posted November 8, 2006 cheers bbmartini :) Link to comment Share on other sites More sharing options...
spex04 Posted November 9, 2006 Share Posted November 9, 2006 Here's the code for this (well it's ever so slightly different): ---------- Layout Vertical Splitter - Horizontal Splitter - - Buttons - - Playlist Switcher - Single Column Playlist - Quicksearch Toolbar Single Column Playlist Row height: 18 Group rows: 1 Group By: $if(%totaltracks%,%album%,-) Item Display: $puts(coverstring,$replace(%path%,%filename_ext%,folder.jpg)) $puts(nocover,C:\Program Files\foobar2000\images\itunes\nocover.png) $puts(font1,200-200-200) $puts(font2,100-100-100) $puts(font3,150-150-150) $puts(font4,180-180-180) $puts(font5,200-200-200) $if(%_selected%, $puts(font1,245-245-245) $puts(font2,245-245-245) $puts(font3,245-245-245) $puts(font4,245-245-245) $puts(font5,245-245-245) ) $if($stricmp($mod(%list_index%,2),1),$drawrect(0,0,0,0,brushcolor-245-245-245 pencolor-null)) $if(%_selected%,$drawrect(0,0,0,0,brushcolor-$if($stricmp($mod(%list_index%,2),1),190-190-190,200-200-200) pencolor-null)) $if(%_focused%,$drawrect(-1,0,$add(%_width%,2),0,brushcolor-null pencolor-160-160-160)) $alignabs(2,0,20,%_height%,center,middle) $font(calibri,8,bold,$get(font1)) $num($if(%totaltracks%,%tracknumber%,%_itemindex%),2). $alignabs(22,0,$sub(%_width%,$if($and(%totaltracks%,$greater(%_itemcount%,4),$greater(6,%_itemindex%)),112,24)),%_height%,,middle) $font(calibri,8,bold lowercase,$get(font4)) $if(%isplaying%,'['%playback_time_remaining%$if(%ispaused%,.)']' $if($or($greater($muldiv(%playback_time_seconds%,100,%length_seconds%),49),$greater(%playback_time_seconds%,239)),'[as]') ) $font(calibri,8,bold lowercase,$get(font2)) $if(%totaltracks%,,%artist% - )%title% $font(trebuchet ms,6,bold,$get(font3)) $repeat(● ,%rating%) $if($and(%play_counter%,%rating%), ) $font(calibri,8,bold,$get(font5))[%play_counter%x] $if($and(%totaltracks%,$greater(%_itemcount%,4),$greater(6,%_itemindex%)), $drawrect($sub(%_width%,86),$sub($add(4,%_height%),$mul(%_itemindex%,%_height%)),82,82,brushcolor-255-255-255 pencolor-160-160-160) $imageabs2(76,76,,,,,$sub(%_width%,83),$sub($add(7,%_height%),$mul(%_itemindex%,%_height%)),$get(nocover),nokeepaspect) $alignabs($sub(%_width%,76),$sub($add(12,%_height%),$mul(%_itemindex%,%_height%)),82,82,,)$font(wingdings 2,52,bold textalpha-30,255-255-255)? $imageabs2(76,76,,,,,$sub(%_width%,83),$sub($add(7,%_height%),$mul(%_itemindex%,%_height%)),$get(coverstring),nokeepaspect) ) Group Display:> $drawrect(0,0,0,0,brushcolor-60-60-60 pencolor-null) $alignabs(14,0,$sub(%_width%,67),%_height%,,middle) $font(calibri,8,bold lowercase,240-240-240) $if(%totaltracks%,%album% ''$right(%date%,2),single tracks) $font(calibri,8,bold lowercase,220-220-220) by $font(calibri,8,bold lowercase,240-240-240)$if(%totaltracks%,%artist%,assorted artists) $alignabs($sub(%_width%,53),0,50,%_height%,right,middle) $font(calibri,8,bold lowercase,120-120-120) %_itemcount% track$if($stricmp(%_itemcount%,1),,s) $alignabs(0,1,14,%_height%,center,middle) $font(Wingdings 3,4,,100-100-100) q [bPlaylist Switcher>[/b]> 666666|666666 $replace($lower(%title%),'search results [','search:'999999|999999 ,']',) 999999|999999 ? 666666|666666 %size% $if($stricmp($left(%title%,16),'search results ['),results,tracks) $tab() 999999|999999%length% [Required Fonts (May be commercial)i>[/b]b> Calibri Trebuchet MS Wingdings 2 Wingdings 3 [Required Imagesi>[/b]b> nocover.png [Other Infoi>[/b]b> The buttons are next playlist/previous playlist The 'X' on the nocover image is drawn on using a font (Wingdings 3) For the playlist switcher to display the search playlist differently to the regular playlists, use the quicksearch toolbar with a playlist named 'Search Results', and check the option to append search to playlist name Link to comment Share on other sites More sharing options...
Disasterpiece Posted November 9, 2006 Share Posted November 9, 2006 spex04 Where do i put the code? jeah, i know, n00b... bla bla bla! Link to comment Share on other sites More sharing options...
Guest Posted November 9, 2006 Share Posted November 9, 2006 Nice config, spex. Can't seem to get the playlist switcher config to work? Where do you put that exactly? Link to comment Share on other sites More sharing options...
bbmartini Posted November 10, 2006 Share Posted November 10, 2006 to go with the theme tempura which was just released and is very good looking Link to comment Share on other sites More sharing options...
Bubbabyte Posted November 10, 2006 Share Posted November 10, 2006 thanks again for the awesome configs spex.. you really know your stuff. Here is my vista-ish foobar.. using a mix of spex configs Link to comment Share on other sites More sharing options...
dosed Posted November 10, 2006 Share Posted November 10, 2006 to go with the theme tempura which was just released and is very good looking Wow, so cool. Can you post the code + tell me how to use it. Just started to use Foobar yesterday :blush: Link to comment Share on other sites More sharing options...
Ran Sagy Posted November 10, 2006 Share Posted November 10, 2006 Nice stuff, Bubba. Though, I think the glossy effect on the trackinfo could be a bit more subtle. Just my 2 cents ;) Link to comment Share on other sites More sharing options...
Bubbabyte Posted November 10, 2006 Share Posted November 10, 2006 Nice stuff, Bubba. Though, I think the glossy effect on the trackinfo could be a bit more subtle. Just my 2 cents ;) i think you're right.. heh Link to comment Share on other sites More sharing options...
dosed Posted November 11, 2006 Share Posted November 11, 2006 Nobody here who can help me with it? :( Link to comment Share on other sites More sharing options...
ViZioN Posted November 11, 2006 Share Posted November 11, 2006 Well I started using foobar about a month ago, mainly because itunes 7 was a RAM hog, liked to crash a lot and sound quality was choppy. :angry: Over the last month i've learned so much about foobar I think, mostly from forums but also seeing how other people make foobar do things. Finally i've finished messing about with it for now and here it is. Tell me what you think..be nice though :o P.S Sorry for the large image file. Haven't got any image editing proggies installed and mspaint jpeg makes it look horrid. :blink: Link to comment Share on other sites More sharing options...
Recommended Posts