Waylander Posted June 28, 2005 Share Posted June 28, 2005 thanks, had to edit the colours but got it it looking how i like. edit - i was going to edit the info in my other post but i cant seem to, i will add it here for anyone interested // the default (white) color $puts(white,dbdbdb) // text color for headings $puts(head,918377) // text color for info annotations (Kbit/s, MB, etc) $puts(anno,b1b1b1) // text color for special stuff (now playing, LAME profiles) $puts(bright,97cddd) // text color for extra song info (in parentheses/brackets) $puts(extra,6c8e93) // background color, for redundancy $puts(background,524B3C) // character used for progress bar $puts(progchar,█) // color used for foreground progress bar $puts(progfore,ffffff) // color used for background progress bar $puts(progback,9d9d9d) // progress bar length $puts(proglength,40) // transition color for fading out $puts(trans_back,524B3C) // transition color for foreground $puts(trans_frnt,ffffff) // song title output $puts(title,[$replace(%title%,'(',$get(extra)'(',')',')'$get(bright),'[',$get(extra)'(',']',')'$get(bright))]$char(10)) // artist name output $puts(artist,[%artist%]$char(10)) // album title output $puts(album,[$iflonger(%album%,40,$cut(%album%,40)...,%album%)]$char(10)) // track and disc output 1 $puts(track,[CD$if(%disc%,%disc%', ',)]$num(%tracknumber%,2)$char(10)) // genre output $puts(genre,[%genre%]$char(10)) // date/year output $puts(date,[%date%]$char(10)) // codec name output $puts(codec,[%__codec%]$char(10)) // bitrate/LAME output $puts(bitr,$if(%__lame_profile%,$get(bright)--%__lame_profile%$get(anno) '('%__bitrate_dynamic% Kbit/s')',[%__bitrate%] $get(anno)Kbit/s)$char(10)) // compression precent outout $puts(compr,$get(white)$muldiv(%__bitrate%,100,1411)$get(anno_color)$get(anno)'%'$char(10)) // filesize output $puts(fsize,$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) $get(anno)MB$char(10)) // audio channels output $puts(chan,$caps($if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels()))$char(10)) // samplerate output $puts(samp,$if(%__samplerate%,%__samplerate% $get(anno)Hz,)$char(10)) // time played / total (remaining) output $puts(leng,[%_time_elapsed% / ][%_length%] [$get(anno)'('%_time_remaining%')']$char(10)) // used to get filename $puts(filename,$filename(%_path%).$ext(%_path%)) // filename output (used with above) $puts(file,[$iflonger($get(filename),55,$cut($get(filename),55)...,$get(filename))$char(10)]) ////////////////////////////////////////// /////////// FINAL OUTPUT /////////// ///////////////////////////////////////// $char(1)C$transition(---------,$get(trans_back),$get(trans_frnt)) $get(white) I N F O $transition(---------,$get(trans_frnt),$get(trans_back))$char(10)$char(10) $get(head)Title: $get(bright)$get(title) $get(head)Artist: $get(white)$get(artist) $get(head)Album: $get(white)$get(album) $get(head)Track: $get(white)$get(track) $get(head)Genre: $get(white)$get(genre) $get(head)Date: $get(white)$get(date) $get(head)Codec: $get(white)$get(codec) $get(head)Track Gain: $get(white)$if3(%__replaygain_track_gain%, RG not applied)$char(10) $get(head)Album Gain: $get(white)$if3(%__replaygain_album_gain%, RG not applied)$char(10) $get(head)Bitrate: $get(white)$get(bitr) $get(head)Compression: $get(white)$get(compr) $get(head)Filesize: $get(white)$get(fsize) $get(head)Channels: $get(white)$get(chan) $get(head)Samplerate: $get(white)$get(samp) $get(head)Time: $get(white)$get(leng) $char(10) $get(head)$get(file) Link to comment Share on other sites More sharing options...
Quickstrike Posted June 29, 2005 Share Posted June 29, 2005 Here's Mine: I like when there are no #'s on the left column. Track #'s are ok, but counting the individual lines seems stupid. Link to comment Share on other sites More sharing options...
Randolph Posted June 29, 2005 Share Posted June 29, 2005 Simplicity is the key. :ninja: 586085641[/snapback] Please post your toolbar bmp or w.e that is please. Link to comment Share on other sites More sharing options...
deathmedic3rd Posted June 29, 2005 Share Posted June 29, 2005 Here's Mine:http://img133.echo.cx/img133/6696/foobar21qf.jpg I like when there are no #'s on the left column. Track #'s are ok, but counting the individual lines seems stupid. 586135569[/snapback] could you share that please. i'm a foobar newb and i've no clue as how to get it like that. i've got colums_ui 0.1.1 thank you Link to comment Share on other sites More sharing options...
Quickstrike Posted June 29, 2005 Share Posted June 29, 2005 could you share that please. i'm a foobar newb and i've no clue as how to get it like that.i've got colums_ui 0.1.1 thank you 586138038[/snapback] I got it from here. Just follow the guide they have up. Link to comment Share on other sites More sharing options...
deathmedic3rd Posted June 29, 2005 Share Posted June 29, 2005 thanks alot :) i hope it'll help others too :) Link to comment Share on other sites More sharing options...
sdb815 Posted June 29, 2005 Share Posted June 29, 2005 Please post your toolbar bmp or w.e that is please. 586136171[/snapback] Enjoy! :D Link to comment Share on other sites More sharing options...
Primie.uk Posted June 29, 2005 Share Posted June 29, 2005 Here's mine, took some time to get to this stage but i'm here now .. Link to comment Share on other sites More sharing options...
xplatinum Posted June 29, 2005 Share Posted June 29, 2005 Here's mine, took some time to get to this stage but i'm here now .. 586140023[/snapback] wow... how did you get that result ? Link to comment Share on other sites More sharing options...
Shannon Posted June 30, 2005 Share Posted June 30, 2005 Here's mine, took some time to get to this stage but i'm here now .. 586140023[/snapback] Visual style please. :) Link to comment Share on other sites More sharing options...
solidsnake666 Posted June 30, 2005 Share Posted June 30, 2005 Does anyone know how to get alternating colors for the playlist background? I'm starting to get angry... :angry: Link to comment Share on other sites More sharing options...
Primie.uk Posted June 30, 2005 Share Posted June 30, 2005 wow... how did you get that result ? 586140053[/snapback] http://foobar.nub4life.net/columns/ Got some things from here and then modified them myself. Visual style please. :) 586140656[/snapback] https://www.neowin.net/forum/index.php?showtopic=305389 Link to comment Share on other sites More sharing options...
TheUndead Posted June 30, 2005 Share Posted June 30, 2005 (edited) Does anyone know how to get alternating colors for the playlist background? I'm starting to get angry... :angry: 586142772[/snapback] chill dude.. you already did dat? :cool: edit: can anybody tell me what font is that in his shot? thx :) Edited June 30, 2005 by TheUndead Link to comment Share on other sites More sharing options...
Ran Sagy Posted June 30, 2005 Share Posted June 30, 2005 try something like $if($strcmp($mod(%_playlist_number%,2),0),color1,color2) where ever your script sets the background colors .. either the globals section or the column itself. Link to comment Share on other sites More sharing options...
enjoilax Posted June 30, 2005 Share Posted June 30, 2005 chill dude.. you already did dat? :cool:edit: can anybody tell me what font is that in his shot? thx :) 586143457[/snapback] Lucida Sans Unicode probably @ size 7. What i use as well. :D Link to comment Share on other sites More sharing options...
brumal Posted July 1, 2005 Share Posted July 1, 2005 Here's what my fooby looks like these days... Dy-no-mite! :cool: Link to comment Share on other sites More sharing options...
j.nudd Posted July 2, 2005 Share Posted July 2, 2005 What font is that? Link to comment Share on other sites More sharing options...
Dallas Posted July 2, 2005 Share Posted July 2, 2005 ok i need a little help. How do i do the alternating background. If i set a color in globals (using columns UI) it just sets text color. how can i make it set the background? Link to comment Share on other sites More sharing options...
Ran Sagy Posted July 2, 2005 Share Posted July 2, 2005 you seperate colors definition with a | symbol: text-color|selected-text-color|background-color|selected-background-color Link to comment Share on other sites More sharing options...
horoporo Posted July 2, 2005 Share Posted July 2, 2005 Still keeping things simple :-] Link to comment Share on other sites More sharing options...
bush Posted July 2, 2005 Share Posted July 2, 2005 Here's what my fooby looks like these days... Dy-no-mite! :cool: 586147342[/snapback] speaking of usability :whistle: Link to comment Share on other sites More sharing options...
brumal Posted July 2, 2005 Share Posted July 2, 2005 Hmmm, perhaps it works better without the sidebar. I hate having to scroll the playlist tree, horizontally speaking. bush Sarcasm? :laugh: I'm a computer geek, I love complex interfaces. j.nudd Frutiger Linotype 7pt bold :ninja: -- After silence that which comes nearest to expressing the inexpressible is music. Link to comment Share on other sites More sharing options...
Dallas Posted July 2, 2005 Share Posted July 2, 2005 you seperate colors definition with a | symbol:text-color|selected-text-color|background-color|selected-background-color 586151877[/snapback] mmm, thanks alot :cool: Link to comment Share on other sites More sharing options...
solidsnake666 Posted July 2, 2005 Share Posted July 2, 2005 The only thing i don't like is my Track Info Panel. If someone could write me a string for it or something i'd be very happy :D This is my Foobar2000: Link to comment Share on other sites More sharing options...
j.nudd Posted July 3, 2005 Share Posted July 3, 2005 Perhaps it is already somewhere in this extensive thread, but can someone explain how the variables work. I don't understand the programming language and such. Link to comment Share on other sites More sharing options...
Recommended Posts