Official Foobar Gallery
Jan 4, 2007 at 6:56 AM Post #466 of 622
Quote:

Originally Posted by HiFiRE /img/forum/go_quote.gif
GDI and C++? Are you trying to compile from source or something? Are you using XP SP2?


Some extensions require these to run.
 
Jan 4, 2007 at 4:11 PM Post #467 of 622
Quote:

Originally Posted by cooperpwc /img/forum/go_quote.gif
Does it play non-Satanic music too?
icon10.gif



Sometimes, but it is possessed so it tends to have a mind of it's own most of the time :p

 
Jan 4, 2007 at 4:28 PM Post #468 of 622
my SPL settings...

Row Height = 22
Group Rows = 5

Group By:
Code:

Code:
[left]$if( $or( $stricmp(%_playlist_name%,Radio) ,$stricmp($right(%_playlist_name%,1),'.') ,$stricmp($right(%_playlist_name%,2),'.-') ) ,!noheader! , $if($strstr($directory(%path%,1),$ascii(%album%)),$replace(%path%,%filename_ext%,)|%discnumber% , $if($stricmp($left(%path%,4),'http'), %album artist%|%date%|%album%|%discnumber% ,$replace(%path%,%filename_ext%,)|%discnumber%) ) )[/left]

Item Display
Code:

Code:
[left]$ifequal($mod(%_playlist_number%,2),0, $drawrect(0,0,0,0,brushcolor-$if(%_selected%,64-64-64 pencolor-60-60-60,33-33-33 pencolor-27-27-27)) , $drawrect(0,0,0,0,brushcolor-$if(%_selected%,74-74-74,40-40-40) pencolor-null) ) $if(%rating%, $alignabs($sub(%_width%,32),-1,30,15,right,top) $if(%_isplaying%,$font(calibri,9,bold shadow glow-129-138-150 glowblur-10,220-220-120),$font(calibri,9,bold shadow,150-150-125)) $repeat(•,%rating%) $if(%_isplaying%,$font(,,bold glow-129-138-150 glowblur-10,140-140-80),$font(,,bold shadow,90-90-75))$repeat(•,$sub(5,%rating%)) ) $alignabs(2,-1,$mul(%_width%,2),15,top,left) $if(%_isplaying%,$font(calibri,9,bold glow-129-138-150 glowblur-5,255-255-255),$font(calibri,9,bold shadow,129-138-150)) $if($stricmp($directory(%path%,1),singles),[%artist% - ] ,[%track artist%' - '] ) $if(%_isplaying%,$font(Calibri,9,bold glow-129-138-150 glowblur-5,255-255-255),$font(calibri,9,bold shadow,180-180-180)) $replace(%title%,'(',$if(%_isplaying%,$font(,,bold glow-129-138-150 glowblur-5,220-220-220),$font(,,bold shadow,140-140-140))'(',')',')' $if(%_isplaying%,$font(,,bold glow-129-138-150 glowblur-5,255-255-255),$font(,,bold shadow,180-180-180))) $if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-5,255-255-255),$font(calibri,8,bold shadow,120-120-120)) $alignabs(0,0,%_width%,$add(%_height%,1),right,bottom)$if2(%length%,[%playback_time%]) $if(%_isplaying%, $font(Uni 05_53,6, glow-129-138-150 glowblur-5,203-206-211) , $font(Uni 05_53,6,shadow,120-120-120) ) $alignabs(12,0,%_width%,%_height%,left,bottom) $puts(f_size,$add($ifequal(%subsong%,0,$div(%filesize%,1024),$muldiv($info(bitrate),%length_seconds%,8)),5)) $if(%filesize%, $div($get(f_size),1024).$left($right($num($muldiv($get(f_size),1000,1024),4),3),2) MB' ')[$info(bitrate)'kbps'] [ $replace(%__replaygain_track_gain%,' ',)] [ %play_count%x][/left]

Group Display
Code:

Code:
[left]$drawrect(0,0,0,0,brushcolor-50-50-50 pencolor-40-40-40) $imageabs2(100,100,,,,,4,4,'images\noalbum.png',) $imageabs2(111,111,,,,,4,4,images\album_underlay_new.png,) $imageabs2(100,100,,,,,4,4,$replace(%path%,%filename_ext%,)folder[%discnumber%].jpg,) $imageabs2(100,100,,,,,4,4,$replace(%path%,%filename_ext%,)folder.jpg,) $imageabs(4,4,images\artoverlay.png,alpha-220) $imageabs2(100,100,,,,,4,4,'images\artoverlay.png',) $padding(3,3) $alignabs(108,0,$sub(%_width%,108),$sub(%_height%,4),left,bottom) $font(candara,12,bold shadow,129-138-150) $if($or( $stricmp($directory(%path%,1),singles) ,$not(%album artist%) ,$not(%album%) ),$directory(%path%,1)[$char(10) $font(Uni 05_53,6,shadow,160-160-160)%_itemcount%$font(,,shadow,120-120-120) Track$ifgreater(%_itemcount%,1,s,)], %album artist% [$font(calibri,9,bold shadow,150-155-160) [$char(10)$if2(%conductor%,%performer%)][$char(10)%orchestra%]] $if(%album%,$char(10) $font(calibri,10,bold shadow,180-180-180) $replace(%album% $font(calibri,10,bold shadow,160-160-160)$if(%discname%,%discname%,[Disc %discnumber%]),'(',$font(,,shadow,155-155-155)'(',')',')'$font(,,bold shadow,160-160-160))) $font(Uni 05_53,6,shadow,120-120-120)[$char(10)%date%]$if($and(%date%,%genre%),' | '[%genre%],[$char(10)%genre%])[ : %style%] [$char(10) $font(,,shadow,160-160-160)%_itemcount%$font(,,shadow,120-120-120) Track$ifgreater(%_itemcount%,1,s,)] $if(%__replaygain_album_gain%,' | ' AG : $font(,,shadow,140-140-140)%__replaygain_album_gain%) $if(%album rating%,$char(10)$font(calibri,8,bold shadow,100-100-100)Album Rating : $font(Lucida Sans Unicode,8,shadow,140-140-140)$hsl(40,26,120)$repeat(?,%album rating%)$if($stricmp($right(%album rating%,2),.5),?$repeat(?,$sub(4,%album rating%)),$repeat(?,$sub(5,%album rating%))))) )[/left]

Make a directory in your foobar directory called images and extract the files from this zip into that directory.
 
Jan 4, 2007 at 5:16 PM Post #469 of 622
Heres a useful tip. Normally every time you add an album you have to rescan to add it to your library.

That can be a time-consuming task and a waste to only add one folder. I've discovered a way you don't have to do it.

Put the new album in your music folder. Then put the new album in a foobar playlist, hit 'refresh' in the album library section and, hey presto, it'll be there.
smily_headphones1.gif
 
Jan 4, 2007 at 10:12 PM Post #471 of 622
Quite simple Foobar setup I have; clickable image:



A standard columns_ui setup, with a nice "bitrate meter" at the bottom left and a colour+text quality indicator at the right of my playlist view
smily_headphones1.gif


For the rest nothing special.
 
Jan 7, 2007 at 8:46 AM Post #472 of 622
So has anyone figured how to use Home Stereo Display yet? I haven't really had the time the past few days, but I'll dive into it this upcoming week. If it works, I'll post either a rar of my foobar or a tutorial of how to set it up. =T
 
Jan 7, 2007 at 4:36 PM Post #473 of 622
Quote:

Originally Posted by laxx /img/forum/go_quote.gif
So has anyone figured how to use Home Stereo Display yet? I haven't really had the time the past few days, but I'll dive into it this upcoming week. If it works, I'll post either a rar of my foobar or a tutorial of how to set it up. =T


A rar would be great. I'm always interested in trying new configs and the Home Stereo Display is a bit intimidating. Thanks!
 
Jan 8, 2007 at 1:10 AM Post #474 of 622
help please!
(running the 0.9 version)

How do you change the font and background colour of the menu bar text - can't see where to do it!

Also what is the code I should insert to show the track length of the currently playing track (or say n/a if no track is picked)? This is what is in there at the moment:

Mode: %_trackinfo_mode%$char(10)$char(10)$if(%_trackinfo _notrack%,No track,Artist: %artist%$char(10)Title: %title%$char(10)Album: %album%)

thanks in advance,
Fran
 
Jan 8, 2007 at 6:13 PM Post #475 of 622
Hi

I want to ask if anybody can tell me how to change the standard foobar components. i am talking about e.g. how the scrollbar looks, how could i change the color of the background under the menu panel, how could i make the ugly lines between the panels disappear . . .
confused.gif


Thank you!
 
Jan 8, 2007 at 6:59 PM Post #476 of 622
Might as well post mine, its quite a simple set-up really

 
Jan 9, 2007 at 1:40 AM Post #480 of 622
Oh man Im a noob at this..
I followed the instructions and stuff, but this is what I get...

PIC

I minimized the album art bc I have none, but the problem is the numbers on the trackinfo mod.. they dont move.. If I play a track, it just looks like that in the pic... the track name, but everything is static.. can't click on anything either..

I copied the code from the V_1_9_1 folder to the buffer.trackinfo, and still nothing...What happened to all that code?
 

Users who are viewing this thread

Back
Top