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
JimmyPage
My current foobar2k

user posted image

biggrin.gif
spaceships
QUOTE(JimmyPage @ Aug 11 2005, 10:14 AM)
My current foobar2k

user posted image

biggrin.gif
*




love it -6.66 dB nice easteregg ;p
spaceships
QUOTE(ezee @ Aug 11 2005, 02:28 AM)
My foobar:

user posted image
*




how do you put those seperators on your playlist switcher? is it a playlist switcher?
Dolichoschios
user posted image

My current foobar, hopefully for a while
BlueDev
My current setup, nice and dark:

user posted image
krazy
@ezee
Cool setup smile.gif
What font are you using in your playlist?
Anas
QUOTE(NEMO7538 @ Aug 11 2005, 07:21 PM)
Updated and commented ...

user posted image
*


How did you get the gradients in the playlist? blink.gif
ezee
QUOTE(spaceships @ Aug 12 2005, 02:45 AM)
how do you put those seperators on your playlist switcher? is it a playlist switcher?
*


They are just empty playlists with strokes in their names, like that: "---------------------------"

QUOTE(krazy @ Aug 12 2005, 07:13 AM)
@ezee
Cool setup smile.gif
What font are you using in your playlist?
*


Thanks smile.gif. The font is Franklin Gothic Medium 8pt.
Bryanhoop
Here's my newest one I built from the ground up.
Custom sorting string with singles organized by artist and given a different background instead of by filepath. Optimized for large playlists and speed.
Uses %various% and %singles% tags.

user posted image
NEMO7538
QUOTE(Anas @ Aug 12 2005, 12:06 AM)
QUOTE(NEMO7538 @ Aug 11 2005, 07:21 PM)
Updated and commented ...

user posted image
*


How did you get the gradients in the playlist? blink.gif
*



Use this in global color scheme :
CODE

$if(%_isplaying%,80FFFF,808040)|
$if(%_isplaying%,80FFFF,808040)|
$if(%_isplaying%,616130,$if($strcmp($strstr(%_playlist_name%,#),0),
$blend(FFFFFF,B2B2B2,$sub(%tracknumber%,1),50),$select($add($mod(%_playlist_number%,2),1),FFFFFF,FFF4EA)))|
$if(%_isplaying%,00009F,E1CEA8)|
$if(%_isplaying%,646464,D6D6D6)|
|
$if($strcmp($strstr(%_playlist_name%,#),0),$select($min(2,%tracknumber%),A00000,),)|
DFDFDF|
|


Note:
  • Works with Versions 0.8 & 0.9
  • Playlist with '#' in their names will be colored differently (à la iTunes, used for single tracks)
spaceships
Thanks are all the empty playlists names all the same? the seperators look all the same size when i create 2 playlists by the names of "-------------------"


i get an original and a playlist with the suffix (1) and so on
ckjnigel
I'm looking around in this thread and my heart sinks as I contemplate the time-wasting potential of installing foobar2000. I'd like to put ver 0.9 on my x64 partition, but not if it becomes fritterware. Is there any way I can get a prepared, attractive GUI setup file from an archive or artistic poster here? On this page I especially liked the nicely colored one of "ezee," but perhaps that's only achievable with ver 0.8 .
Anas
QUOTE(NEMO7538 @ Aug 12 2005, 01:04 PM)
QUOTE(Anas @ Aug 12 2005, 12:06 AM)
QUOTE(NEMO7538 @ Aug 11 2005, 07:21 PM)
Updated and commented ...

user posted image
*


How did you get the gradients in the playlist? blink.gif
*



Use this in global color scheme :
CODE

$if(%_isplaying%,80FFFF,808040)|
$if(%_isplaying%,80FFFF,808040)|
$if(%_isplaying%,616130,$if($strcmp($strstr(%_playlist_name%,#),0),
$blend(FFFFFF,B2B2B2,$sub(%tracknumber%,1),50),$select($add($mod(%_playlist_number%,2),1),FFFFFF,FFF4EA)))|
$if(%_isplaying%,00009F,E1CEA8)|
$if(%_isplaying%,646464,D6D6D6)|
|
$if($strcmp($strstr(%_playlist_name%,#),0),$select($min(2,%tracknumber%),A00000,),)|
DFDFDF|
|


Note:

  • Works with Versions 0.8 & 0.9
  • Playlist with '#' in their names will be colored differently (à la iTunes, used for single tracks)

*


Thank you smile.gif
spaceships
QUOTE(ckjnigel @ Aug 12 2005, 08:29 AM)
I'm looking around in this thread and my heart sinks as I contemplate the time-wasting potential of installing foobar2000.  I'd like to put ver 0.9 on my x64 partition, but not if it becomes fritterware. Is there any way I can get a prepared, attractive GUI setup file from an archive or artistic poster here? On this page I especially liked the nicely colored one of "ezee," but perhaps that's only achievable with ver 0.8 .
*




Yes! thats the whole purpose behind exporting/importing fcs smile.gif Get the columns_ui plugin found here http://music.morbo.org/beta.php

and you can see my foobar v9 and its colors thanks to azrael.

http://img.photobucket.com/albums/v126/machina1/foob9.jpg
ezee
QUOTE(spaceships @ Aug 12 2005, 04:03 PM)
Thanks are all the empty playlists names all the same? the seperators look all the same size when i create 2 playlists by the names of "-------------------"


i get an original and a playlist with the suffix (1) and so on
*


Strange, I didn't get any suffix.
anza
IIRC in 0.9 you can have multiple playlists with the same name, and in 0.8.x you can't. In 0.8.x you should try adding a space or some invisible character to the end of the playlist's name.
spaceships
QUOTE(anza @ Aug 12 2005, 12:09 PM)
IIRC in 0.9 you can have multiple playlists with the same name, and in 0.8.x you can't. In 0.8.x you should try adding a space or some invisible character to the end of the playlist's name.
*




Thank you!
Naveb
QUOTE(ezee @ Aug 11 2005, 04:28 AM)
My foobar:

user posted image
*



i want that layout. can you give it to me except without the rating column?
Anas
My foobar in new colors: smile.gif
user posted image
zdz
QUOTE(myxomatosis @ Apr 23 2005, 10:39 PM)
user posted image
rolleyes.gif
*



wich visual style is that? unsure.gif
synth7
QUOTE(Anas @ Aug 13 2005, 05:01 AM)
My foobar in new colors:  smile.gif
user posted image
*



I *need* that fcs lol, that's badass.
Anas
QUOTE(synth7 @ Aug 14 2005, 04:18 AM)
QUOTE(Anas @ Aug 13 2005, 05:01 AM)
My foobar in new colors:  smile.gif
user posted image
*



I *need* that fcs lol, that's badass.
*


It's a bit messy but anyway, here you are: cfg2005-08-14.fcs
synth7
Doesn't work.
jetcombo15
It's not that great, but, alright:

user posted image

I am very new to Foobar, and I have no idea how to change the interface or anything.
Languid
QUOTE(ezee @ Aug 11 2005, 02:28 AM)
My foobar:

user posted image
*


That looks great! What buttons are you using? I'd like to them if you don't mind. smile.gif
ezee
Buttons are selfmade. You can get them here. Feel free to use them. smile.gif
Anas
QUOTE(synth7 @ Aug 14 2005, 04:58 PM)
Doesn't work.
*


Works for me. Uploaded new fcs:
Same link as before: cfg2005-08-14.fcs
Canucklehead
user posted imageuser posted imageuser posted image
user posted imageuser posted imageuser posted image
user posted imageuser posted image

I've stolen so many color schemes from so many people now that I should be shot. I hope the people that I stole from don't mind (if you do, pm me).

This is a modded polychromatic.fcs that I found somewhere on these forums. To activate a different scheme, I simply unshow some columns and activate others. I used to trick these out with wicked WindowsBlinds schemes but then I got annoyed with the WindowsBlinds ad popping up at night and waking up my computer.

Please ignore the small music collection, I am a high school student with more time than money to buy CDs.
percyperkins
here's mine, I've just got the layout looking roughly how I want it, now I need to start fiddling with colours and tweaking the scripts to how I want them (eek)

user posted image
percyperkins
QUOTE(Canucklehead @ Aug 15 2005, 11:51 AM)
[url=http://img354.imageshack.us/my.php?image=69dh.png]


I like those buttons... and the playlist colours, but mainly the buttons

I can't find that polychromatic.fcs, the links in this thread are all down - could you give me it? just for the buttons

and does anyone know exactly how you change the colours for the horizontal playlist lines? and how to change the selected and the now playing track colours? I've had a search and also experimented, but what can I say, I'm a cretin

synth7
user posted image

I created the fcs from scratch, based on someone elses I saw. Turned out pretty well. The dark blue background for currently playing track blinks, the sandy color is a selected track. Tag-Matrix idea borrow from Navigator.
Canucklehead
QUOTE(percyperkins @ Aug 15 2005, 03:31 PM)
QUOTE(Canucklehead @ Aug 15 2005, 11:51)
[url=http://img354.imageshack.us/my.php?image=69dh.png]


I like those buttons... and the playlist colours, but mainly the buttons

I can't find that polychromatic.fcs, the links in this thread are all down - could you give me it? just for the buttons

and does anyone know exactly how you change the colours for the horizontal playlist lines? and how to change the selected and the now playing track colours? I've had a search and also experimented, but what can I say, I'm a cretin
*



user posted image

Credit goes to some dude in the Uploads forum where I found these buttons.

How to change playlist colors, eh? Big topic, check the wiki. Not that it'll help much. Just take a look at the columns scripts in your current config. Try to figure them out. There a help button somewhere in fb2k that tells you the order of the color strings.
nanoblaze01
QUOTE(synth7 @ Aug 15 2005, 06:13 PM)
user posted image

I created the fcs from scratch, based on someone elses I saw. Turned out pretty well.  The dark blue background for currently playing track blinks, the sandy color is a selected track. Tag-Matrix idea borrow from Navigator.
*



damn that looks nice! i wanted the same setup but ezee's config wont work for me since i use .8.3...

any chance of sharing that? smile.gif
synth7
QUOTE(nanoblaze01 @ Aug 15 2005, 09:37 PM)
QUOTE(synth7 @ Aug 15 2005, 06:13 PM)
user posted image

I created the fcs from scratch, based on someone elses I saw. Turned out pretty well.  The dark blue background for currently playing track blinks, the sandy color is a selected track. Tag-Matrix idea borrow from Navigator.
*



damn that looks nice! i wanted the same setup but ezee's config wont work for me since i use .8.3...

any chance of sharing that? smile.gif
*



I use 0.8.3 too.
percyperkins
thanks canucklehead
nanoblaze01
when i load the fcs it's all black... am i doing something wrong? sorry ive just been using foobar since yesterday.
R2D2
QUOTE(Canucklehead @ Aug 15 2005, 09:51 AM)
user posted imageuser posted imageuser posted image
user posted imageuser posted imageuser posted image
user posted imageuser posted image

I've stolen so many color schemes from so many people now that I should be shot. I hope the people that I stole from don't mind (if you do, pm me).

This is a modded polychromatic.fcs that I found somewhere on these forums. To activate a different scheme, I simply unshow some columns and activate others. I used to trick these out with wicked WindowsBlinds schemes but then I got annoyed with the WindowsBlinds ad popping up at night and waking up my computer.

Please ignore the small music collection, I am a high school student with more time than money to buy CDs.
*



You wouldn't mind e-mailing config #3 to me, would you wink.gif
Audionut
user posted image


Bits of everything from everwhere.
Canucklehead
QUOTE(R2D2 @ Aug 16 2005, 04:39 PM)
You wouldn't mind e-mailing config #3 to me, would you wink.gif
*



Each config is just a bunch of columns. How do you export columns? I'd give you the *.fcs but I don't know how to attach it to a post.
R2D2
QUOTE(Canucklehead @ Aug 17 2005, 08:14 AM)
QUOTE(R2D2 @ Aug 16 2005, 04:39 PM)
You wouldn't mind e-mailing config #3 to me, would you wink.gif
*



Each config is just a bunch of columns. How do you export columns? I'd give you the *.fcs but I don't know how to attach it to a post.
*



Either, you can name it blabla.fcs.jpg, and upload it to imageshack rolleyes.gif, or post the contents of the file here inside a code block (depending on the size then).

Or e-mail it to me, johanlindblad [a] gmail.com
AlexanderTG
my foobar wink.gif

user posted image

literally one of a kind! with side volume control on v0.9 b6 tongue.gif
CJC
QUOTE(Anas @ Aug 15 2005, 03:49 AM)
QUOTE(synth7 @ Aug 14 2005, 04:58 PM)
Doesn't work.
*


Works for me. Uploaded new fcs:
Same link as before: cfg2005-08-14.fcs
*


Thanks, what font are you using?
Anas
Arial Unicode MS 8pt
Masahiko
My "classic" layout :

user posted image
crono cloud
masahiko,

can you post your fcs? very nice =)
richard123
QUOTE(Anas @ Aug 18 2005, 03:29 AM)
Cynic, n: a blackguard whose faulty vision sees things as they are, not as they ought to be.
---Abrose Bierce---
*

fwiw, it's Ambrose, not Abrose
Great quote.
Kamelian
Masahiko

Can you post your fcs, it's very nice.

And the info box to tongue.gif
Masahiko
My TrackInfo panel :
CODE
$if(%_trackinfo_notrack%,d7d7d7$repeat('_',16) No Track d7d7d7$repeat('—',15),

Artiste: 804000[%artist%][' ('%performer%')']$char(10)
Title: 804000%title%$char(10)
Album: 804000[%album%]$char(10)
Commentaires: 804000[%comment%]$char(10)
d7d7d7$repeat('_',55)
$char(10)

Codec: 804000$if($strcmp($codec(),Vorbis),ogg,$codec()) [%__mpc_profile%][' ('%__mpc_encoder% enc')']['('%__lame_version%')']['('$if($strstr(%__vorbis_vendor%,AO),$cut(%__vorbis_vendor%,23),%__vorbis_vendor%)')']
$if($strcmp($codec(),FLAC),'(Ratio: '$div($mul(%_filesize%,100),$div($mul(1411000,%_length_seconds%),8))','$cut($mod($mul(%_filesize%,100),$div($mul(1411000,%_length_seconds%),8)),1)%%')')$char(10)
Bitrate: 804000%__bitrate% kbps $if($strcmp($codec(),'MP3'),$if2(%__extrainfo%,'CBR'))['(Nominal: '%__bitrate_nominal%' kbps)']$char(10)
Durée: 804000%_length%$char(10)
Taille: 804000 $div(%_filesize%,1048576)','$cut($mod(%_filesize%,1048576),2) Mo$char(10)
d7d7d7$repeat('_',55)
$char(10)

$if(%added%,Ajouté le 804000$right(%added%,2) $select($right($left(%added%,6),2),'Janvier','Fevrier','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Decembre') $left(%added%,4)',' )
$if(%play_counter%,
Fichier lu 804000%play_counter% fois $char(10)
Dernière fois le 804000$left(%play_date%,2) $select($right($left(%play_date%,4),2),'Janvier','Fevrier','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Decembre') '20'$right(%play_date%,2)
à 804000$left(%play_time%,2):$right($left(%play_time%,4),2):$right(%play_time%,2),$char(10))
$char(10)
Note: $repeat(804000●,%rating%)
$repeat(d7d7d7●,$sub(5,%rating%))$char(10)
d7d7d7$repeat('_',55)
$char(10)

Ficher: 804000%_filename_ext%$char(10)
$if(%_time_total%,$progress2(%_time_elapsed_seconds%, %_time_total_seconds%,41,804000'•',c0c0c0'•') 804000'['[%_time_remaining%]']',[%_time_elapsed%])$char(10)

)$char(10)


columns_ui fcs file

nb: Both aren't very optimized ^^"
brumal
If we built this large wooden badger...

user posted image

cool.gif
Canucklehead
QUOTE(brumal @ Aug 18 2005, 01:49 PM)
If we built this large wooden badger...

user posted image

cool.gif
*



What font is that? It's very nice.
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.