Help - Search - Members - Calendar
Full Version: Foobar Gallery
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56
corganzero0
QUOTE(Habla @ Jan 7 2006, 06:53 PM)
Thanks, fr4wg  biggrin.gif

Here's the track info setup:

CODE
// Original code by necropimp, modified by AstreaEdge, final by KockRoach
// Appearance changed by Habla. Muchas gracias to those above!

// 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(61,129,193))

// Info Color
$puts(info,$rgb(200,200,200))

// Info Annotation Color (e.g. kbps is the annotation)
$puts(anno,$rgb(163,163,163))

// Separator
$puts(text1,$rgb(163,163,163))
$puts(text2,$rgb(61,129,193))
$puts(fadeend,$rgb(31,31,31))
$puts(sepw,27)
$puts(sepc, smile.gif

// Progress bar Config
$puts(pbarcol1,121252)
$puts(pbarcol2,$rgb(61,129,193))
$puts(pbarchar,|)
$puts(pbarlen,69)

// !!!!END OF USER CONFIGURATION!!!!

// Day Conversion
$puts(day,$substr(%last_played%,9,10))
$if(%last_played%,
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1))))
$if($strcmp($get(day),11),$puts(xx,th),
$if($strcmp($get(day),12),$puts(xx,th),
$if($strcmp($get(day),13),$puts(xx,th),
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))))

// Month Conversion
$puts(month,$substr(%last_played%,6,7))
$puts(month_name,$select($get(month),
Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec))

// Year Conversion
$puts(year,$substr(%last_played%,1,4))

// Time Conversion
$puts(hour,$substr(%last_played%,12,13))
$puts(min,$substr(%last_played%,14,16))
$puts(sec,$substr(%last_played%,17,19))

// 24 Hour to 12 Hour Conversion
$if($strcmp($left($get(hour),1),0),$puts(hour1,$right($get(hour),1)))
$if($strcmp($left($get(hour),1),1),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($left($get(hour),1),2),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($get(hour),00),$puts(hour1,12))
$if($strcmp($get(hour),10),$puts(hour1,10))
$if($strcmp($get(hour),11),$puts(hour1,11))
$if($strcmp($get(hour),12),$puts(hour1,12))

// AM/PM Conversion
$if($strcmp($get(hour),00),$puts(yy,am))
$if($strcmp($get(hour),10),$puts(yy,am))
$if($strcmp($get(hour),11),$puts(yy,am))
$if($strcmp($get(hour),12),$puts(yy,pm))
$if($strcmp($get(hour),24),$puts(yy,am))
$if($strcmp($left($get(hour),1),0),$puts(yy,am))
$if($strcmp($left($get(hour),1),1),$puts(yy,pm))
$if($strcmp($left($get(hour),1),2),$puts(yy,pm))

// Date Format
$puts(time_of_year,$get(month_name) $get(day)$get(xx)',' $get(year))

// Time Format
$puts(time_of_day,$get(hour1)$get(min)$get(sec) $get(yy))

// SONG INFO SEPARATOR
$transition($repeat($get(sepc),$get(sepw)),$get(fadeend),$get(text1))$get(text2) S o n g  I n f o$char(10)

$if($strcmp(1,$get(tils)),$if(%title%,$get(head)Title: $get(info)%title%$char(10),),)
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head)Artist: $get(info)%artist%$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(%tracknumber%,$get(head)Track #: $get(info)%tracknumber%$char(10),)
$if(%genre%,$get(head)Genre: $get(info)%genre%$char(10),)

// TECH INFO SEPARATOR
$transition($repeat($get(sepc),$get(sepw)),$get(fadeend),$get(text1))$get(text2) T e c h  I n f o$char(10)

$get(head)Length: $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,),%_length%)$char(10)
$get(head)Type:$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kbps $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head)Preset: $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head)Encoder: $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)Compression: $get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'%)'$char(10)
$get(head)Channels: $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__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)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $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(%last_played%,
// PLAY STATS SEPARATOR
$transition($repeat($get(sepc),$get(sepw)),$get(fadeend),$get(text1))$get(text2) P l a y  I n f o
$char(10),)

$if(%play_counter%,$get(head)Played $get(info)%play_counter% times$char(10),)
$if(%last_played%,$get(head)Last played on $get(info)$get(time_of_year) at $get(time_of_day)$char(10),)
// PROGRESS BAR WIDTH
// if you want to change the length, there are two "99"s you'll have to find and replace
$puts(len,$muldiv(%_time_elapsed_seconds%,$get(pbarlen),%_time_total_seconds%))
// BAR
$transition($repeat($get(pbarchar),$get(len)),$get(pbarcol1),$get(pbarcol2))
$get(text1)$repeat($get(pbarchar),$sub($get(pbarlen),$get(len)))$char(10)


Actually, the visual style isnt area04. Its called Element. I love the simplicity of it.
*



Thanks!

ed: This doesn't work, it just shows a blank screen
???
Habla
@ Corganzero0: Play with the background color. I set the panel up to look good with a black background. Also, look for the user configuration section in the code, and play around with all the font colors there until you can see the text.

@Hal_: under the 'Database' tab is Database Explorer Panel.
Brother John
After a major redesign of my foobar appearance, I guess it’s time to post a screenshot.

foobar2000 0.8.3 with ColumnsUI and album list panel
user posted image

The code is completely done from scratch with lots of screenshots from this thread as inspiration. Main objective was to create a design that fits my appleish visual style and can handle normal and VA albums as well as single tracks on one playlist. To keep things fast, the code relies entirely on correctly tagged files.

For the „Dances“ and „Rubbish Bin“ playlists I had to create a simpler version of the design. Full albums hardly ever appear on those, so all the fancy album formatting stuff would break the UI completely.

Edit:
After some requests for the fcs, I decided to upload it here:
http://home.arcor.de/brotherjohn_zeug/blue_waters_200.zip

Brother John
Habla
I wish navigator was better at displaying single tracks along w/ albums, but you can't win em all, eh?

Anywho, I made a few subtle changes:

user posted imageuser posted image
user posted imageuser posted image

Hope you like.
Fractal_Mortality
QUOTE(Habla @ Jan 8 2006, 07:44 PM)
I wish navigator was better at displaying single tracks along w/ albums, but you can't win em all, eh?

Anywho, I made a few subtle changes:

user posted imageuser posted image
user posted imageuser posted image

Hope you like.
*



visual style?
kockroach
QUOTE(Fractal_Mortality @ Jan 8 2006, 07:58 PM)
visual style?
Check out this post.....
Fractal_Mortality
QUOTE(kockroach @ Jan 8 2006, 09:07 PM)
QUOTE(Fractal_Mortality @ Jan 8 2006, 07:58 PM)
visual style?
Check out this post.....
*



is that really are04? It looks... different, kind of. Was it updated recently or something?

ahh... Habla then clarified that it's actually "element"

where did you find that VS Habla (or anyone)
Habla
www.customize.org, I think.
tibs
QUOTE(Brother John @ Jan 8 2006, 05:30 PM)
After a major redesign of my foobar appearance, I guess it’s time to post a screenshot.

foobar2000 0.8.3 with ColumnsUI and album list panel
user posted image

The code is completely done from scratch with lots of screenshots from this thread as inspiration. Main objective was to create a design that fits my appleish visual style and can handle normal and VA albums as well as single tracks on one playlist. To keep things fast, the code relies entirely on correctly tagged files.

For the „Dances“ and „Rubbish Bin“ playlists I had to create a simpler version of the design. Full albums hardly ever appear on those, so all the fancy album formatting stuff would break the UI completely.

Brother John
*



hey man i was just wondering how did you get that "playlist find" add-on from?
i have foo_dbsearch but it doesnt integrate itself in my colum...thats why im asking.


here's my foobar:
user posted image

im having a problem, how come right over "[Hip Hop] [2004]" on the playlist the artist's name isnt displayed (since it's the 1st song) ? only the genre is shown...

thx a lot
joule
QUOTE
here's my foobar:
user posted image

im having a problem, how come right over "[Hip Hop] [2004]" on the playlist the artist's name isnt displayed (since it's the 1st song) ? only the genre is shown...

thx a lot
*



It's not the first song. Your tracknumber column says 0. Your screenshot doesn't seem to contain any albums, but rather a view of single files. By chance you have one single file tagged with genre and tracknumber 2.

The toolbar is the playlist find plugin. Playlist find thread
David Nordin
QUOTE(tibs @ Jan 9 2006, 12:52 PM)
QUOTE(Brother John @ Jan 8 2006, 05:30 PM)
After a major redesign of my foobar appearance, I guess it’s time to post a screenshot.

foobar2000 0.8.3 with ColumnsUI and album list panel
user posted image

The code is completely done from scratch with lots of screenshots from this thread as inspiration. Main objective was to create a design that fits my appleish visual style and can handle normal and VA albums as well as single tracks on one playlist. To keep things fast, the code relies entirely on correctly tagged files.

For the „Dances“ and „Rubbish Bin“ playlists I had to create a simpler version of the design. Full albums hardly ever appear on those, so all the fancy album formatting stuff would break the UI completely.

Brother John
*



hey man i was just wondering how did you get that "playlist find" add-on from?
i have foo_dbsearch but it doesnt integrate itself in my colum...thats why im asking.


here's my foobar:
user posted image

im having a problem, how come right over "[Hip Hop] [2004]" on the playlist the artist's name isnt displayed (since it's the 1st song) ? only the genre is shown...

thx a lot
*



If nothing else, kudos to the great tunes wink.gif
ArtMustHurt
how do i switch from single track mode to album mode...yeah i know stupid question tongue.gif
Brother John
@ArtMustHurt
You don't. foobar2000 doesn't have multiple display modes.

The distinction between "album mode" and "single mode" is entirely dependent on the configuration script you use. If the script provides the possibility to switch, its documentation should state how to do it.

A common way to trigger the modes is to place something like "-single-" or "-album-" in your playlist names. But again, this depends on the script used.

Brother John
ArtMustHurt
QUOTE(Brother John @ Jan 9 2006, 08:02 AM)
@ArtMustHurt
You don't. foobar2000 doesn't have multiple display modes.

The distinction between "album mode" and "single mode" is entirely dependent on the configuration script you use. If the script provides the possibility to switch, its documentation should state how to do it.

A common way to trigger the modes is to place something like "-single-" or "-album-" in your playlist names. But again, this depends on the script used.

Brother John
*


oh ok...thanks..i'll take a look at the script and see if i can figure it out smile.gif
Strictly4me
QUOTE(Habla @ Jan 8 2006, 01:53 AM)
Thanks, fr4wg  biggrin.gif

Here's the track info setup:

CODE
// Original code by necropimp, modified by AstreaEdge, final by KockRoach
// Appearance changed by Habla. Muchas gracias to those above!

// 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(61,129,193))

// Info Color
$puts(info,$rgb(200,200,200))

// Info Annotation Color (e.g. kbps is the annotation)
$puts(anno,$rgb(163,163,163))

// Separator
$puts(text1,$rgb(163,163,163))
$puts(text2,$rgb(61,129,193))
$puts(fadeend,$rgb(31,31,31))
$puts(sepw,27)
$puts(sepc, smile.gif

// Progress bar Config
$puts(pbarcol1,121252)
$puts(pbarcol2,$rgb(61,129,193))
$puts(pbarchar,|)
$puts(pbarlen,69)

// !!!!END OF USER CONFIGURATION!!!!

// Day Conversion
$puts(day,$substr(%last_played%,9,10))
$if(%last_played%,
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1))))
$if($strcmp($get(day),11),$puts(xx,th),
$if($strcmp($get(day),12),$puts(xx,th),
$if($strcmp($get(day),13),$puts(xx,th),
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))))

// Month Conversion
$puts(month,$substr(%last_played%,6,7))
$puts(month_name,$select($get(month),
Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec))

// Year Conversion
$puts(year,$substr(%last_played%,1,4))

// Time Conversion
$puts(hour,$substr(%last_played%,12,13))
$puts(min,$substr(%last_played%,14,16))
$puts(sec,$substr(%last_played%,17,19))

// 24 Hour to 12 Hour Conversion
$if($strcmp($left($get(hour),1),0),$puts(hour1,$right($get(hour),1)))
$if($strcmp($left($get(hour),1),1),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($left($get(hour),1),2),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($get(hour),00),$puts(hour1,12))
$if($strcmp($get(hour),10),$puts(hour1,10))
$if($strcmp($get(hour),11),$puts(hour1,11))
$if($strcmp($get(hour),12),$puts(hour1,12))

// AM/PM Conversion
$if($strcmp($get(hour),00),$puts(yy,am))
$if($strcmp($get(hour),10),$puts(yy,am))
$if($strcmp($get(hour),11),$puts(yy,am))
$if($strcmp($get(hour),12),$puts(yy,pm))
$if($strcmp($get(hour),24),$puts(yy,am))
$if($strcmp($left($get(hour),1),0),$puts(yy,am))
$if($strcmp($left($get(hour),1),1),$puts(yy,pm))
$if($strcmp($left($get(hour),1),2),$puts(yy,pm))

// Date Format
$puts(time_of_year,$get(month_name) $get(day)$get(xx)',' $get(year))

// Time Format
$puts(time_of_day,$get(hour1)$get(min)$get(sec) $get(yy))

// SONG INFO SEPARATOR
$transition($repeat($get(sepc),$get(sepw)),$get(fadeend),$get(text1))$get(text2) S o n g  I n f o$char(10)

$if($strcmp(1,$get(tils)),$if(%title%,$get(head)Title: $get(info)%title%$char(10),),)
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head)Artist: $get(info)%artist%$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(%tracknumber%,$get(head)Track #: $get(info)%tracknumber%$char(10),)
$if(%genre%,$get(head)Genre: $get(info)%genre%$char(10),)

// TECH INFO SEPARATOR
$transition($repeat($get(sepc),$get(sepw)),$get(fadeend),$get(text1))$get(text2) T e c h  I n f o$char(10)

$get(head)Length: $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,),%_length%)$char(10)
$get(head)Type:$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kbps $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head)Preset: $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head)Encoder: $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)Compression: $get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'%)'$char(10)
$get(head)Channels: $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__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)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $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(%last_played%,
// PLAY STATS SEPARATOR
$transition($repeat($get(sepc),$get(sepw)),$get(fadeend),$get(text1))$get(text2) P l a y  I n f o
$char(10),)

$if(%play_counter%,$get(head)Played $get(info)%play_counter% times$char(10),)
$if(%last_played%,$get(head)Last played on $get(info)$get(time_of_year) at $get(time_of_day)$char(10),)
// PROGRESS BAR WIDTH
// if you want to change the length, there are two "99"s you'll have to find and replace
$puts(len,$muldiv(%_time_elapsed_seconds%,$get(pbarlen),%_time_total_seconds%))
// BAR
$transition($repeat($get(pbarchar),$get(len)),$get(pbarcol1),$get(pbarcol2))
$get(text1)$repeat($get(pbarchar),$sub($get(pbarlen),$get(len)))$char(10)

This code doesn't work! sad.gif

((((( Strictly4me )))))
Fractal_Mortality
user posted image

Thanks to Habla for the new Visual Style "Element"
spaceships

might wanna edit out those screennames
Fractal_Mortality
QUOTE(spaceships @ Jan 9 2006, 08:16 PM)
might wanna edit out those screennames
*



I'd like to think that there aren't any aim creeps on this forum, but I did edit it.
ArtMustHurt
QUOTE(Fractal_Mortality @ Jan 9 2006, 04:17 PM)
user posted image

Thanks to Habla for the new Visual Style "Element"
*


nice...severe torture rocks biggrin.gif their new album is pretty damn good
Fractal_Mortality
QUOTE(ArtMustHurt @ Jan 9 2006, 08:58 PM)
QUOTE(Fractal_Mortality @ Jan 9 2006, 04:17 PM)
user posted image

Thanks to Habla for the new Visual Style "Element"
*


nice...severe torture rocks biggrin.gif their new album is pretty damn good
*



it's certainly not bad.
Habla
QUOTE(Strictly4me @ Jan 9 2006, 03:26 PM)
QUOTE(Habla @ Jan 8 2006, 01:53 AM)
Thanks, fr4wg  biggrin.gif

Here's the track info setup:

CODE
<<<OLD CODE>>>

This code doesn't work! sad.gif

((((( Strictly4me )))))
*



Explain "doesn't work". I have evidence of it working in my screenshots above...
Here's the latest version just in case:
CODE

// Original code by necropimp, modified by AstreaEdge, final by KockRoach
// Appearance changed by Habla. Muchas gracias to those above!
// Best viewed with vert pad 10, hor pad 13, line space 1, Segoe UI 8pt font, black background

// !!!!BEGIN USER CONFIGURATION!!!!

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

// Show Album?
$puts(albs,1)

// Show Title?
$puts(tils,1)

// Info Heading Color e.g. "Title:"
$puts(head,$rgb(61,129,193))

// Info Color e.g. "Black Dog"
$puts(info,$rgb(255,250,250))

// Info Annotation Color (e.g. kbps is the annotation)
$puts(anno,$rgb(255,255,255))

// Separator
// the separators (Song,Play,Tech info) will change to a different color if the panel
// mode is set to Follow cursor.
// change "followcursorcol" to change this color. It is currently set to flash orange.
$puts(followcursorcol,$rgb(200,150,50))
$puts(text2,$rgb(255,255,255))
$puts(text1,$if(%_trackinfo_nowplaying%,$rgb(61,129,193))$if(%_trackinfo_followcursor%,$get(followcursorcol)))
$puts(fadeend,$rgb(0,0,0))
$puts(seplen,77)
$puts(sepchar,'.')

// !!!!END USER CONFIGURATION!!!!

// Day Conversion
$puts(day,$substr(%last_played%,9,10))
$if(%last_played%,
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1))))
$if($strcmp($get(day),11),$puts(xx,th),
$if($strcmp($get(day),12),$puts(xx,th),
$if($strcmp($get(day),13),$puts(xx,th),
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))))

// Month Conversion
$puts(month,$substr(%last_played%,6,7))
$puts(month_name,$select($get(month),
Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec))

// Year Conversion
$puts(year,$substr(%last_played%,1,4))

// Time Conversion
$puts(hour,$substr(%last_played%,12,13))
$puts(min,$substr(%last_played%,14,16))
$puts(sec,$substr(%last_played%,17,19))

// 24 Hour to 12 Hour Conversion
$if($strcmp($left($get(hour),1),0),$puts(hour1,$right($get(hour),1)))
$if($strcmp($left($get(hour),1),1),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($left($get(hour),1),2),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($get(hour),00),$puts(hour1,12))
$if($strcmp($get(hour),10),$puts(hour1,10))
$if($strcmp($get(hour),11),$puts(hour1,11))
$if($strcmp($get(hour),12),$puts(hour1,12))

// AM/PM Conversion
$if($strcmp($get(hour),00),$puts(yy,am))
$if($strcmp($get(hour),10),$puts(yy,am))
$if($strcmp($get(hour),11),$puts(yy,am))
$if($strcmp($get(hour),12),$puts(yy,pm))
$if($strcmp($get(hour),24),$puts(yy,am))
$if($strcmp($left($get(hour),1),0),$puts(yy,am))
$if($strcmp($left($get(hour),1),1),$puts(yy,pm))
$if($strcmp($left($get(hour),1),2),$puts(yy,pm))

// Date Format
$puts(time_of_year,$get(month_name) $get(day)$get(xx)',' $get(year))

// Time Format
$puts(time_of_day,$get(hour1)$get(min)$get(sec) $get(yy))

// SONG INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplen)),$get(fadeend),$get(text1))$get(text1)'[' $get(text2)S o n g I n f o $get(text1)']'$char(10)

$if($strcmp(1,$get(tils)),$if(%title%,$get(head)Title: $get(info)%title%$char(10),),)
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head)Artist: $get(info)%artist%$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(%tracknumber%,$get(head)Track #: $get(info)%tracknumber%$char(10),)
$if(%genre%,$get(head)Genre: $get(info)%genre%$char(10),)

// TECH INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplen)),$get(fadeend),$get(text1))$get(text1)'[' $get(text2)T e c h I n f o $get(text1)']'$char(10)

$get(head)Length: $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,)$if(%_length%, / -%_time_remaining%),%_length%)$char(10)
$get(head)Type:$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head)Preset: $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head)Encoder: $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)Compression: $get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'%)'$char(10)
$get(head)Channels: $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))$char(10)
$if(%__bitspersample%,$get(head)Bitdepth: $get(info)%__bitspersample% bits/sample$char(10),)
$if(%__samplerate%,$get(head)Samplerate: $get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $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(%last_played%,
// PLAY STATS SEPARATOR
$transition($repeat($get(sepchar),$get(seplen)),$get(fadeend),$get(text1))$get(text1)'[' $get(text2)P l a y I n f o $get(text1)']'
$char(10),)

$if(%play_counter%,$get(head)Played $get(info)%play_counter% times$char(10),)
$if(%last_played%,$get(head)Last played on $get(info)$get(time_of_year) at $get(time_of_day)$char(10),)
$get(info)$progress(%_time_elapsed_seconds%,%_time_total_seconds%,52,$get(head)'[]',$get(info)'-')
$get(head)$muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%'$char(10)


Try that one (NOW WITH PROGRESSBAR!!!). Read the directions in the code. Maybe you couldn't see the text because I made it for a black background? Make sure all the color codes are in correct format.
__________________________________________________

Not very many cool characters exist in the Calibri font, so I thought I'd try to make my rating column look like a static sideways spectrum analyzer.

user posted image

In navigator, I set the rating character to $puts(ratingchar,')))))') . So it obviously advances by five ')'s each rating, but it still looks cool, which is what I use it for. I set my + and - keys to control the rating, then I went down the list really fast pressing random combos. I don't much care for ratings, as it takes a lot of brainpower to compare songs against each other.
Strictly4me
QUOTE(Habla @ Jan 10 2006, 07:04 AM)
Explain "doesn't work".

The code had a syntax error, but the new one works fine, thanks! smile.gif

((((( Strictly4me )))))
enjoilax
QUOTE(tibs @ Jan 9 2006, 06:52 AM)
here's my foobar:
user posted image
*


Thats the first FCS in a long time thats made me go "whoa I want to try THAT"

Can you please share happy.gif
Schinkentoni
enjoilax
get it here
Habla
[tangent]Fractal Mortality, I noticed your Rio Music Manager icon in your quicklaunch bar. What player do you have?[/tangent]

<------- loyal rio karma user, 2 years running

Fractal_Mortality
QUOTE(Habla @ Jan 10 2006, 08:41 PM)
[tangent]Fractal Mortality, I noticed your Rio Music Manager icon in your quicklaunch bar. What player do you have?[/tangent]

<------- loyal rio karma user, 2 years running
*



Same here pretty much... I got my Karma for Christmas 2 years ago, and it's still running strong... still the best mp3 player in terms of ui and audiophile capabilities out there.
Habla
word. I even painted it black with a rattle can. This is my third, btw. The hard drive died two months after I got it, then my replacement was stolen at school, and so I bought myself a new one. I love it that much.

anywho, enough about the ipod ass kicker, lets see some more pretty configurations...
karpath
QUOTE(Fractal_Mortality @ Jan 10 2006, 06:27 PM)
QUOTE(Habla @ Jan 10 2006, 08:41 PM)
[tangent]Fractal Mortality, I noticed your Rio Music Manager icon in your quicklaunch bar. What player do you have?[/tangent]

<------- loyal rio karma user, 2 years running
*



Same here pretty much... I got my Karma for Christmas 2 years ago, and it's still running strong... still the best mp3 player in terms of ui and audiophile capabilities out there.
*



Cowon iaudio X5 is a good one too, it also plays FLAC
mwfuss
This is my foobar:

user posted image
Shinsou
here's mine, beta13:
user posted image
slippyC
Here's mine with some time figuring out how folks were doing certain things with panels.

Thanks to this thread, now Foobar looks cool and is more functional for me. Been using Foobar for quite a while now and had no idea the interface could look so good.

This is preview image:
user posted image


Fullsize Image

agent007bond
Hey guys where can I get new Visual Styles (like the included DefaultUI and ColumnsUI) and new plugins, and also new panels?

ed: I have answered AlexanderTG's question through PM
ed2: O I JUST NOTICED IT!... the buttons file you download from one of my prev posts (Alex asked about it) is in PNG format. and in ColumnsUI, PNG support requires some libraries. if you can't get the PNG file to work, open it in MS Paint and click "File>Save As..."... save it as a new BMP file.. you will be able to use the BMP file
lz.mcl
My foobar 0.9 b13 (modified Soap.fcs)

screenshot

moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead.
Stratman
QUOTE(mwfuss @ Jan 12 2006, 10:18 AM)
This is my foobar:

user posted image
*


Love your buttons. Could you share them?
lz.mcl
My foobar2000 0.83
user posted image
mwfuss
Stratman,

Sorry for the delay in getting back to you. I found the buttons on the Columns UI formatting website. The link for the buttons is here.
lz.mcl
My last foobar2000 0.83 modification for Milk2 WinXP visual theme:
user posted image
Sandman2012
My columns ui for 0.8.3:

user posted image
hexonn
mine
user posted image
Crissaegrim
user posted image

Mem usage: 12 MB, Peak: 24 MB. Not bad. =D
QuantumKnot
QUOTE(lz.mcl @ Jan 17 2006, 10:03 PM)
My last foobar2000 0.83 modification for Milk2 WinXP visual theme:
user posted image
*




Nice. Looks very clean and elegant. smile.gif
fork banger
edit: nevermind
Sandman2012
QUOTE(fork banger @ Jan 17 2006, 08:54 PM)
edit: nevermind
*


Not having seen the pre-edited post, I choose to believe it was a positive comment on my config. tongue.gif
fork banger
QUOTE(Sandman2012 @ Jan 18 2006, 08:16 PM)
QUOTE(fork banger @ Jan 17 2006, 08:54 PM)
edit: nevermind
*


Not having seen the pre-edited post, I choose to believe it was a positive comment on my config. tongue.gif
*



I edited out my post because I wasn't 100% happy with it, but I may as well post it. I like your setup, we actually use the same VS too. (HmmXP is great).

user posted image
Sandman2012
QUOTE(fork banger @ Jan 18 2006, 03:29 AM)
I edited out my post because I wasn't 100% happy with it, but I may as well post it. I like your setup, we actually use the same VS too. (HmmXP is great).

*


Yeah, HmmXP is pretty sweet. Was your original post actually about my config? It's a pretty funny coincidence if so.
syrek
user posted image


This is the way I like my foobar (almost)

Version: foobar 0.9 beta 13
Windows theme: HmmXP
Buttons: HmmXP (home made)
FCS: simple.fcs (search this topic)

I like my foobar tiny and to be honest I don't really miss, album art or foo_info, but I will see if I like them when sdk is released and those plugins can be rewritten for 0.9

What I really need is a FCS that I like, this is simple and good enough for me, but I have the impression there is a better minimal FCS around, somewhere out there unsure.gif
Bryanhoop
user posted image

Far right column indicates quality of file based on bitrate and displays a blended color from red to yellow as a function thereof. The narrow green column just to the left of that indicates replaygain presence (green=present, red=absent). Track background color indicates play count ranging from the normal background to red based on number of times played (pseudo-rating). The heart column displays a heart with a color ranging from the background color to a bright red depending on the manual rating ranging from 1-5.
Fractal_Mortality
QUOTE(Bryanhoop @ Jan 18 2006, 05:32 PM)
user posted image

Far right column indicates quality of file based on bitrate and displays a blended color from red to yellow as a function thereof. The narrow green column just to the left of that indicates replaygain presence (green=present, red=absent). Track background color indicates play count ranging from the normal background to red based on number of times played (pseudo-rating). The heart column displays a heart with a color ranging from the background color to a bright red depending on the manual rating ranging from 1-5.

moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead.
*



dude, props on listening to the "In the Reins" split with Iron & Wine and Calexico... I love it.
Idec Sdawkminn
Wow, guys. Lots of nice setups. In fact, I was using just the default look until seeing this thread. That was a few weeks ago. I have since decided on a look (a rainbow look but wasn't satisfied by the rainbow ones people had on here), ended up redoing my windows theme, figured out a lot of the foobar formatting strings by trial and error and looking at other people's setups, and spent a lot of time trying to get it to look how I wanted, and now that I finally have it, I'm all excited about it. The trouble is that I don't have anyone to show it to except my girlfriend and she is very rarely wowed by anything I show her. So, here is my foobar setup. Please tell me what you think and what you would change.

user posted image
fork banger
QUOTE(Idec Sdawkminn @ Jan 19 2006, 02:54 PM)
Wow, guys. Lots of nice setups. In fact, I was using just the default look until seeing this thread. That was a few weeks ago. I have since decided on a look (a rainbow look but wasn't satisfied by the rainbow ones people had on here), ended up redoing my windows theme, figured out a lot of the foobar formatting strings by trial and error and looking at other people's setups, and spent a lot of time trying to get it to look how I wanted, and now that I finally have it, I'm all excited about it. The trouble is that I don't have anyone to show it to except my girlfriend and she is very rarely wowed by anything I show her. So, here is my foobar setup. Please tell me what you think and what you would change.

user posted image
*



Holy crap doesn't that hurt your eyes? Especially the blue text on the dark grey.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.