Recommended Posts

i dont think you understand what i'm getting at...

look at this pic.

foobar-help.jpg

and then look at this one without grippers..

index.php?act=Attach&type=post&id=162380

I want to remove the resize grippers, is there an option for that or are they just part of the VS you're using?

i have a foobar question... i've looked at alot of screenshots where people have several panels combine together but there are no seperater bars between the 2... like the resizing bars, how can i make those disappear?

You have to match the panel background color with your VS toolbar color. Then the bars will disappear ;)

Bubbabyte:

Can you post the "image unavailable" album cover please?

I don't take any credit for the idea, someone posted it a few pages back and said they got it the image somewhere on the web, so photoshopped my own version of it.

Here is the PSD that you can customize yourself to match your foobar and the PNG incase you dont have PS.

btw.. the font i used is called Pussycat.. which you can get http://www.getfreefonts.info/free_font.pussycat.html

nocover.zip

post-10919-1158093100_thumb.jpg

could you post your trackinfo?

// show artist? (1 = show, 0 = don't show)
$puts(arts,1)

// show album?
$puts(albs,1)

// show title?
$puts(tils,1)

// info heading color
$puts(head,$rgb(100,100,100))

// info color
$puts(info,$rgb(21,141,239))

// info annotation color (e.g. kbps is the annotation)
$puts(anno,$rgb(30,30,30))

// progress bar divider color
$puts(div,$rgb(100,100,100))

// progress bar divider width (0 yeilds no divider)
$puts(divw,50)

// progress bar divider character (blank yeilds no divider)
$puts(divc,)

// progress bar played portion color
$puts(prog1,$rgb,(100,20,250))

// progress bar unplayed portion color
$puts(prog2,$rgb(163,163,163))

// progress bar width
$puts(progw,60)

// progress bar character
$puts(progc,|)

$if(%_trackinfo_mode%,$get(head)Mode: $get(info)%_trackinfo_mode%$char(10),)
$if(%_trackinfo_notrack%,$char(10)$char(10)$char(10)$char(10)$char(10),
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head)Artist: $get(info)%artist%$char(10),),)
$if($strcmp(1,$get(tils)),$if(%title%,$get(head)Title: $get(info)%title%$char(10),),)
$if($strcmp(1,$get(albs)),$if(%album%,$get(head)Album: $get(info)%album%$char(10),),)
$if(%date%,$get(head)Year: $get(info)%date%$char(10),)
$if(%genre%,$get(head)Genre: $get(info)%genre%$char(10),)
$get(head)Length: $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%,/%_length%,),%_length%)$char(10)
$if(%__codec%,$get(head)Codec: $get(info)%__codec%$char(10),)
$get(head)Bitrate: $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kbps $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))$char(10)
$if(%__lame_profile%,$get(head)Preset: $get(info)%__lame_version% %__lame_profile% $char(10),)
$if(%__mpc_profile%,$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)Compression: $get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'%'$char(10)
$get(head)Channels: $get(info)$caps($if($stricmp($codec(),MP3),%__mp3_stereo_mode%,
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?')))$char(10)
$if(%__bitspersample%,$get(head)Bitdepth: $get(info)%__bitspersample%$char(10),)
$if(%__samplerate%,$get(head)Samplerate: $get(info)%__samplerate% $get(anno)Hz$char(10),)
$if(%_filesize%,$get(head)Filesize: $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),)

$if(%_length_seconds%,$char(0)$get(head)Track Progress $get(info)$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)$get(anno)'%'$char(10)
$char(0)$get(head)))


$padding(0,160)
$drawrect(,,,10,brushcolor-null pencolor-100-100-100)

$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,24),%length_seconds%))

$ifgreater($get(progress),0,
$padding(2,2)$drawrect(,,$get(progress),6,brushcolor-21-141-239 pencolor-null),)$align(right)

Been messing around with foo_uie_single_column_playlist

1bit_preview.png

Row Height

24

Group By

%album%

Item Display

//background stripes for normal items
$ifequal($mod(%playlist_number%,2),1,
$drawrect(0,0,0,32,brushcolor-250-250-250 pencolor-null),
$drawrect(0,0,0,32,brushcolor-255-255-255 pencolor-null)
)
//background stripe for playing item, + item images + playing image
$if(%isplaying%,
$drawrect(0,0,0,32,brushcolor-230-230-230 pencolor-null)
$imageabs(0,2,images\1bit\item_playing.png,flow),
$imageabs(0,2,images\1bit\item.png,flow)
)
//padding font size/colour and what to display
$padding(21,5)
$font(,8,,100-100-100)
$align(left,middle)%title% 
$font(,,,190-190-190)
'('%artist%')'

Group Display

//background stripe
$drawrect(0,0,0,32,brushcolor-240-240-240 pencolor-null)
//"folder" image for new album
$imageabs(0,2,images\1bit\folder.png,flow)
$padding(21,5)
$align(left,middle)$font(,8,bold,50-50-50)%album%
$padding(-16,0)
$align(right,middle)$font(,8,bold,100-100-100)$if(%date%,%date%,)$if(%codec%,/%codec%)$if(%bitrate%,/%bitrate%kbps)

Font

$font(Tahoma,8,,)

Download Images here and place the "1bit" folder inside your "images" folder, either in your foobar directory, or your foobar profile directory.

http://img149.imageshack.us/img149/6508/sshot82hd2.png

that's my foobie. i don't like columns_ui and i like keeping foobar2000 a minimalistic program, so i use the default interface and 7 plugins(well, that's how many there are in the plugins directory :\).

Im new to foobar, been a loyal winamp user for years now, but thought id give it a try. Ive run into a problem already with Columns UI, i get the following error.

5ej7.png

I have the latest version of Foobar, and im guessing the latest version of Columns UI aswell. Any ideas where im going wrong?

And also, i have the notification bubbles turned on when the track changes, but it doesnt seem to be showing up at all.

Does anyone have any trackinfo mod code to provide with some images and/or special text effects? I just downloaded the trackinfo mod plugin and would like some nice examples so that I could just modify them to suit my needs.

http://wiki.hydrogenaudio.org/index.php?ti..._trackinfo_mod)

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

    • No registered users viewing this page.