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
tool++
QUOTE("lance")
(transparency via graphics drivers)


Elaborate?

XP trans is lagging my PL like a bitch D:
ubi
QUOTE(tool++ @ Oct 15 2005, 11:28 AM)
QUOTE("lance")
(transparency via graphics drivers)


Elaborate?

XP trans is lagging my PL like a bitch D:
*



Actually, nvidia drivers only. For some odd reason they let me use it with my 7800GTX, even thought my friends drivers (6800GT) say that transparency can't be enabled because there is already direct3d program running. I really don't know the solution to this problem, but for me it seems to be working... blink.gif

And no lag at all (4800+ dual core and 2GB ram)
chaosblade
>> And no lag at all (4800+ dual core and 2GB ram)

Isnt that odd.. tongue.gif
ubi
QUOTE(ChaosBladE @ Oct 15 2005, 02:15 PM)
>> And no lag at all (4800+ dual core and 2GB ram)

Isnt that odd.. tongue.gif
*



Yep! biggrin.gif
emmo
user posted image

i go for the info smile.gif

based on azreal's
carmik
My foobar smile.gif :

user posted image
TS2Master
My new "clean" look:

user posted image
Hakker
@carmik

nice..

fcs it please smile.gif
Slaanesh
QUOTE(Xerion @ Jan 27 2005, 10:43 PM)

Hey what's that plugin you use for lyrics?
sqin
user posted image
Languid
QUOTE(emmo @ Oct 18 2005, 03:35 AM)
user posted image

i go for the info smile.gif

based on azreal's
*



Say, what visual style is that you're using? I like it a lot.
chaosblade
Looks like ClearLooks, the GNOME like import. Search for that on DeviantART.com, should have what you need.
obrobkareczna
hello all
mine first post here smile.gif

user posted image
MJT
obrobkareczna:

Nice. I love minimalistic designs like that. Is that ColumnsUI? It must be with the lines above each track 1. Can you share your fcs please? Also, is your font Small Caps by any chance?

Thanks.
Webbie
I just muddled my way through my first string:

user posted image

To the above poster: A good alternative pixel font is Silkscreen. Do a search for it, it's free.

Also, to those more experienced "FCSers" (for lack of a better term), how important are the search strings to the majority of users? I've allways used a single Foobar playlist with one massive directory import, so I don't use it.
carmik
QUOTE(Hakker @ Oct 20 2005, 03:09 PM)
@carmik

nice..

fcs it please smile.gif
*



Here ya go: link
Sorry the comments are useless and it's cluttered...Im going to rewrite it for 0.9 eventually smile.gif
chaosblade
Webbie: How did you do that shaded thing ?
Webbie
QUOTE(ChaosBladE @ Oct 21 2005, 06:39 PM)
Webbie: How did you do that shaded thing ?
*



With guile and trickery! laugh.gif

Well no, the shaded piece is five columns.

One such column (the leftmost one):
CODE
$if(%_isplaying%,
$set_style(back,$get_global(active_color),$get_global(active_color),$get_global(active_color))
,
$if($strcmp($tracknumber(2),01)
,
$set_style(back,$get_global(track1_grad1),$get_global(track1_grad1))
,
$ifequal($mod(%_playlist_number%,2),0
,
$set_style(back,$get_global(even_grad1),$get_global(even_grad1))
,
$set_style(back,$get_global(odd_grad1),$get_global(odd_grad1))
)
)
)
$if(%_isplaying%,||||||FFFFFF||$get_global(track1_underline),)

CODE
...
$set_global(odd_grad1,$rgb(83,88,91))
$set_global(odd_grad2,$rgb(104,111,114))
$set_global(odd_grad3,$rgb(132,142,145))
$set_global(odd_grad4,$rgb(154,164,169))
$set_global(odd_grad5,$rgb(168,179,184))
...
obrobkareczna
QUOTE(MJT @ Oct 21 2005, 04:29 PM)
Can you share your fcs please?


sure i can but it's fcs for columns 0.1.3 a 14 and foobar 0.9 beta so i won't work for 0.1.2 and foobar 0.8.3
here you go
http://rapidshare.de/files/6595844/or.fcs.html

QUOTE
Also, is your font Small Caps by any chance?


it's kroeger 05_55, i don't know if it's free so i will not post it here but google it, i think you would find it smile.gif
ubi
Had to give 0.9beta10 a shot and I loved it! smile.gif
So I decided to make it look almost like my 0.8.3 config...
...and here it is:

user posted image

nothing fancy, just the stuff I need.
wrecca
QUOTE(ubi @ Oct 22 2005, 02:00 AM)
Had to give 0.9beta10 a shot and I loved it!  smile.gif
So I decided to make it look almost like my 0.8.3 config...
...and here it is:

user posted image

nothing fancy, just the stuff I need.
*


Nothing fany he says laugh.gif mind sharing? That looks awesome smile.gif
ubi
QUOTE
Nothing fany he says  laugh.gif mind sharing? That looks awesome smile.gif

Check your pm... wink.gif
gordho
QUOTE(Webbie @ Oct 21 2005, 07:04 PM)
QUOTE(ChaosBladE @ Oct 21 2005, 06:39 PM)
Webbie: How did you do that shaded thing ?
*



With guile and trickery! laugh.gif

Well no, the shaded piece is five columns.

One such column (the leftmost one):
CODE
$if(%_isplaying%,
$set_style(back,$get_global(active_color),$get_global(active_color),$get_global(active_color))
,
$if($strcmp($tracknumber(2),01)
,
$set_style(back,$get_global(track1_grad1),$get_global(track1_grad1))
,
$ifequal($mod(%_playlist_number%,2),0
,
$set_style(back,$get_global(even_grad1),$get_global(even_grad1))
,
$set_style(back,$get_global(odd_grad1),$get_global(odd_grad1))
)
)
)
$if(%_isplaying%,||||||FFFFFF||$get_global(track1_underline),)

CODE
...
$set_global(odd_grad1,$rgb(83,88,91))
$set_global(odd_grad2,$rgb(104,111,114))
$set_global(odd_grad3,$rgb(132,142,145))
$set_global(odd_grad4,$rgb(154,164,169))
$set_global(odd_grad5,$rgb(168,179,184))
...

*




is this how you get alternating colors in the playlist?
Cosmo
QUOTE(gordho @ Oct 22 2005, 09:30 AM)
...
is this how you get alternating colors in the playlist?

http://wiki.hydrogenaudio.org/index.php?ti...8Like_iTunes.29
Hannuh
My current config:

user posted image
Webbie
QUOTE(gordho @ Oct 22 2005, 09:30 AM)
is this how you get alternating colors in the playlist?
*



Well, this part of it is what does it. The first case is for track one only, as they get a light-colored bar to make them easy to find.

CODE
$ifequal($mod(%_playlist_number%,2),0
,
$set_style(back,$get_global(even_grad1),$get_global(even_grad1))
,
$set_style(back,$get_global(odd_grad1),$get_global(odd_grad1))
)


The $mod function is modulus, which gives the remainder after a division. The Modulus function is typically represented using a percentage sign.

So:
0 % 2 = 0
1 % 2 = 1
2 % 2 = 0
3 % 2 = 1

etc.
sEctOR
QUOTE(obrobkareczna @ Oct 21 2005, 12:52 PM)
hello all
mine first post here smile.gif

user posted image
*



and what msstyle is that ?
obrobkareczna
QUOTE(sEctOR @ Oct 24 2005, 03:59 AM)
and what msstyle is that ?

none. it's classic view with some colours changed and window bar is made i bblean
Jayphen
QUOTE(Hannuh @ Oct 23 2005, 01:57 AM)
My current config:

user posted image
*



I've been wondering for awhile - how do you get the "now playing" information and album art etc to show like in this screenshot?
Anas
foo_uie_trackinfo
foo_uie_albumart

They both require Columns UI.
aliendesaster
QUOTE(wrecca @ Oct 22 2005, 04:26 AM)
QUOTE(ubi @ Oct 22 2005, 02:00 AM)
Had to give 0.9beta10 a shot and I loved it!  smile.gif
So I decided to make it look almost like my 0.8.3 config...
...and here it is:

user posted image

nothing fancy, just the stuff I need.
*


Nothing fany he says laugh.gif mind sharing? That looks awesome smile.gif
*


IŽd like to get my hands on it too rolleyes.gif
anishbenji
QUOTE(obrobkareczna @ Oct 21 2005, 03:52 PM)
user posted image
*


Nice layout. Could you upload the fcs? Also, what font are you using?
Anish
obrobkareczna
QUOTE(anishbenji @ Oct 24 2005, 04:13 PM)
Nice layout. Could you upload the fcs? Also, what font are you using?


look here:
http://www.hydrogenaudio.org/forums/index....ndpost&p=336477
chaosblade
Here's my plisk ala 0.9 fcs: (does anyone know how to do background colors in v0.9 using the DISPLAY section of a column ? $set_style doesnt seem to work)

user posted image
Jayphen
QUOTE(Anas @ Oct 25 2005, 12:49 AM)


Thanks mate smile.gif
sEctOR
QUOTE(obrobkareczna @ Oct 24 2005, 03:22 AM)
QUOTE(sEctOR @ Oct 24 2005, 03:59 AM)
and what msstyle is that ?

none. it's classic view with some colours changed and window bar is made i bblean
*


thx man...
tool++
Does the bblean theme include 3dc?

If so, may be reason to actually use bblean again.

Give us the style <3

edit: dw - I got bored so made my own one happy.gif
I also added discnumber detection to the fcs.

http://img.photobucket.com/albums/v142/Too.../2005-24-10.jpg
ubi
QUOTE(tool++ @ Oct 26 2005, 01:49 AM)
Does the bblean theme include 3dc?

If so, may be reason to actually use bblean again.

Give us the style <3

edit: dw - I got bored so made my own one happy.gif
I also added discnumber detection to the fcs.

http://img.photobucket.com/albums/v142/Too.../2005-24-10.jpg
*



Very nice! There is always something about these simple and transparent designs that fascinates me... rolleyes.gif
obrobkareczna
QUOTE(tool++ @ Oct 25 2005, 05:49 PM)
I got bored so made my own one happy.gif
I also added discnumber detection to the fcs.


very nice smile.gif indeed mine is very like your's smile.gif

How did you make disknumber detection?
tool++
QUOTE(obrobkareczna @ Oct 26 2005, 08:47 AM)
QUOTE(tool++ @ Oct 25 2005, 05:49 PM)
I got bored so made my own one happy.gif
I also added discnumber detection to the fcs.


very nice smile.gif indeed mine is very like your's smile.gif

How did you make disknumber detection?
*


Here's my code for the artist column...
CODE

$select($min(4,%tracknumber%),
$if($strcmp($get_global(is_various),1),Various Artists,
$if(%artist%,%artist%,Unknown Artist))
,
$if(%album%,%album%
$if(%discnumber%,'['$num(%discnumber%,2)']',),Unknown Album)
,
$if(%date%,$tab()'['%date%']'),))


After I make myself tea etc I can probably upload.

Possibly the most confusing thing was making the 3DC with only your foobar screenshot as a ref.

Care to show us a full desk screen (with menus and windows open)?

Thanks!
obrobkareczna
QUOTE(tool++ @ Oct 26 2005, 05:20 AM)
Here's my code for the artist column...

thx smile.gif
QUOTE(tool++ @ Oct 26 2005, 05:20 AM)
Care to show us a full desk screen (with menus and windows open)?

sure, no problem smile.gif

here you have screene:
http://www.customize.org/details/42497

here you have bblean config:
http://www.customize.org/details/42506

here you have 3dc config file:
http://rapidshare.de/files/6779061/01.3DC.html

and her you have displayset config file (have more info than 3dc, for example fonts)
http://rapidshare.de/files/6779189/01.DSS.html

Regards
Greg
tool++
Oooh I like the little foobar plugin. Which one do you use? I've always had problems with them :S
obrobkareczna
QUOTE(tool++ @ Oct 26 2005, 04:22 PM)
Oooh I like the little foobar plugin. Which one do you use? I've always had problems with them :S


if your'e talking about that "play" "next" things in the corner tnen it's bbfoomp integrated with bbinterface. bouth plugins for bblean. But you can easily use samurize for example.

Regards
Greg
fladd
Hi there,

thought it was time to post my first screenshot of my just configured foobar!
user posted image
Have fun!

fladd
Spacemanbg
user posted image
vir
my foobar
TS2Master
QUOTE(vir @ Oct 28 2005, 11:34 AM)


No offence, but that is one of the most hideous things I've ever seen! ohmy.gif
Gremo
i'have changed again; replaced album list panel with playlist tree:

user posted image
Gremo
QUOTE(fladd @ Oct 27 2005, 06:10 AM)
Hi there,

thought it was time to post my first screenshot of my just configured foobar!
user posted image
Have fun!

fladd
*



awesome windows style, where i can find it? thanks
anza
QUOTE(Gremo @ Oct 28 2005, 06:02 PM)
QUOTE(fladd @ Oct 27 2005, 06:10 AM)
Hi there,

thought it was time to post my first screenshot of my just configured foobar!
user posted image
Have fun!

fladd
*



awesome windows style, where i can find it? thanks
*



It's called Royale and it's actually an official VS (not for regular XP, but it works fine with it). I believe you can find it from microsoft.com (though you need good nerves) or neowin.net.
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.