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
Klato
Sweet I'm definitely checking out bbLean...
Anacondo
QUOTE(Anas @ Jul 10 2005, 11:48 AM)
QUOTE(Anacondo @ Jul 9 2005, 08:13 PM)
user posted image
*


How did you get the artist in the mid of the line?

Thanks
*

In the playlist, you mean? Preferences/Columns UI/Columns/[Column name]/Alignment

Hope it helps. Cheers.
Anas
QUOTE(Anacondo @ Jul 10 2005, 04:12 PM)
QUOTE(Anas @ Jul 10 2005, 11:48 AM)
QUOTE(Anacondo @ Jul 9 2005, 08:13 PM)
user posted image
*


How did you get the artist in the mid of the line?

Thanks
*

In the playlist, you mean? Preferences/Columns UI/Columns/[Column name]/Alignment

Hope it helps. Cheers.
*


No I ment how you'd get the artist name (Rush) in the mid? If you set the Alignment as center the whole content of the column will be aligned in the center I just want the artist line to be centered. Just like you have biggrin.gif

Hope you can get what I mean unsure.gif

Anacondo
QUOTE(Anas @ Jul 10 2005, 04:16 PM)
QUOTE(Anacondo @ Jul 10 2005, 04:12 PM)
QUOTE(Anas @ Jul 10 2005, 11:48 AM)
QUOTE(Anacondo @ Jul 9 2005, 08:13 PM)
user posted image
*


How did you get the artist in the mid of the line?

Thanks
*

In the playlist, you mean? Preferences/Columns UI/Columns/[Column name]/Alignment

Hope it helps. Cheers.
*


No I ment how you'd get the artist name (Rush) in the mid? If you set the Alignment as center the whole content of the column will be aligned in the center I just want the artist line to be centered. Just like you have biggrin.gif

Hope you can get what I mean unsure.gif
*


Oh, I see. smile.gif

Well, I really don't know laugh.gif. I'm using a slightly modified version of the Azrael (Rexy Mod) fcs, available here. It seems to distinguish between the first three tracks, but better check it out yourself, I'm no expert...

Regards.
Kadavro
QUOTE(mazy @ Jul 3 2005, 01:58 AM)
my current config. still not what i would like it to be, but it's much better than what i had before ...

user posted image
1216 x 1038, 285kB
*



ok, another newbie question follows smile.gif
I can now make trackinfo panel to look like that one on the top of your image, but I cannot drag (?) it to the top of my Foobar - it stays on the left side. What should I do to put it to the top?

Anas
QUOTE(Kadavro @ Jul 10 2005, 09:08 PM)
ok, another newbie question follows smile.gif
I can now make trackinfo panel to look like that one on the top of your image, but I cannot drag (?) it to the top of my Foobar - it stays on the left side. What should I do to put it to the top?
*


Foobar2000 -> Prefernces -> ColumnsUI ->Other -> List all toolbars
Crissaegrim
QUOTE(Anacondo @ Jul 10 2005, 08:12 AM)
QUOTE(Anas @ Jul 10 2005, 11:48 AM)
QUOTE(Anacondo @ Jul 9 2005, 08:13 PM)
user posted image
*


How did you get the artist in the mid of the line?

Thanks
*

In the playlist, you mean? Preferences/Columns UI/Columns/[Column name]/Alignment

Hope it helps. Cheers.
*


CODE
$char(1)C%artist%
Anas
QUOTE(Crissaegrim @ Jul 10 2005, 09:55 PM)
QUOTE(Anacondo @ Jul 10 2005, 08:12 AM)
QUOTE(Anas @ Jul 10 2005, 11:48 AM)
QUOTE(Anacondo @ Jul 9 2005, 08:13 PM)
user posted image
*


How did you get the artist in the mid of the line?

Thanks
*

In the playlist, you mean? Preferences/Columns UI/Columns/[Column name]/Alignment

Hope it helps. Cheers.
*


CODE
$char(1)C%artist%

*


That works just in the Track Info Panel, but I got it already wink.gif
Kadavro
QUOTE(Anas @ Jul 10 2005, 09:09 PM)
QUOTE(Kadavro @ Jul 10 2005, 09:08 PM)
ok, another newbie question follows smile.gif
I can now make trackinfo panel to look like that one on the top of your image, but I cannot drag (?) it to the top of my Foobar - it stays on the left side. What should I do to put it to the top?
*


Foobar2000 -> Prefernces -> ColumnsUI ->Other -> List all toolbars
*



Thank you, it works now. My config can now be seen at http://www.geocities.com/merbasfi/foobar.png
(nothing fancy yet... I've used Foobar for a week now).
Klato
Here's mine, still using standard ui =)

user posted image
synth7
Not as complex as my older stuff, but eh, I like it.

user posted image
mixderax
Klato: What font?
Klato
QUOTE(mixderax @ Jul 12 2005, 07:41 PM)
Klato: What font?
*



Tahoma size 10
Sebxoii
QUOTE(lukeman89 @ Jun 25 2005, 06:09 AM)
heres my first one...im still working on my own buttons  tongue.gif

user posted image
*


Hi everyone,

@lukeman89 : looks like you're not posting but you'll maybe see my message wink.gif

Would you mind giving the status bar config ( or your entire fcs ) cause I'd really like to have the little red pipe moving on the bottom of my foobar too tongue.gif

@Others : If one of you could give me the script for the little red pipe moving I would be very grateful smile.gif

Thanks in advance wink.gif

Bye

edit : Well actually I juste found what I was looking for tongue.gif, on the 47th of this topic, juste had to change de the color and the number of bars wink.gif

CODE
[%_time_elapsed%]
FF0050
$puts(len,$muldiv(%_time_elapsed_seconds%,150,%_time_total_seconds%))
$repeat(|,$get(len))
$repeat(E3EEF0|,$sub(150,$get(len)))
000000 -> $muldiv($get(len),100,150)'%' [%_length%]
richard123
Consider using $progress2(). Much simpler.
Anas
QUOTE(Sebxoii @ Jul 14 2005, 01:36 AM)
edit : Well actually I juste found what I was looking for tongue.gif, on the 47th of this topic, juste had to change de the color and the number of bars wink.gif

CODE
        [%_time_elapsed%]   
FF0050
$puts(len,$muldiv(%_time_elapsed_seconds%,150,%_time_total_seconds%))
$repeat(|,$get(len))
$repeat(E3EEF0|,$sub(150,$get(len)))
000000 -> $muldiv($get(len),100,150)'%'  [%_length%]

*




QUOTE(richard123 @ Jul 14 2005, 04:38 AM)
Consider using $progress2().  Much simpler.
*


Yep, would look like this:
CODE

$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,100,AA'|',666666'|')'   '666666$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%'
Sebxoii
QUOTE(Anas @ Jul 14 2005, 08:49 AM)
Yep, would look like this:
CODE

$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,100,AA'|',666666'|')'   '666666$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%'

*


Actually this is way easier ^^

But I thought the only thing that could have a different color in the progress bar was the moving item.

Although I want all the bars before the actual point to be red.

I have no time to test it right now but promise I'll do it as soon as I come back tongue.gif

Thanks wink.gif
acedriver
user posted image

XPM Classic based theme for Navigator Suite
WIZO
OK I'm using this prog since a while ago and just now found this site so my foobar still looks like this
http://img344.imageshack.us/img344/1930/foobar9cq.gif
So can anyone please advise me some skins and addons to foobar and tell me how to install them please unsure.gif
ssamadhi97
mine nowadays...

user posted image
alphaex32
QUOTE(empeethree @ Jul 14 2005, 08:55 AM)
user posted image

XPM Classic based theme for Navigator Suite
*



Nice. What font are you using?
.misiek
And mine:

user posted image

if link doesn't work click here!


I've read all thread (sic!) then collected IMHO best ideas and put it together smile.gif

Now I must change some playlist colors and everything will be superb biggrin.gif
Bryanhoop
@.msiek
I enjoy that stellar fcs.
Mind posting?
acedriver
QUOTE(alphaex32 @ Jul 14 2005, 11:32 PM)
Nice. What font are you using?
*


Zurich Condensed BT
Roninr6
QUOTE(Anas @ Jul 10 2005, 02:58 PM)

That works just in the Track Info Panel, but I got it already  wink.gif
*




Mind sharing?
Anas
QUOTE(Roninr6 @ Jul 14 2005, 09:28 PM)
QUOTE(Anas @ Jul 10 2005, 02:58 PM)

That works just in the Track Info Panel, but I got it already  wink.gif
*




Mind sharing?
*


I'm not quite sure how it actually works but I have Alignment Centre and it get centered (who would have guessed) then if you use $char(9) then it will not be centered but the first part before the $char(9) will be aligned left and the one beyond right...
argh fuck it
here's my code:
CODE
$caps2(

$if($strcmp($num(%tracknumber%,2),01),
$if($or($strcmp(%genre%,'Soundtrack'),$strcmp(%artist%,'Various')),'Various',[%_interpret%]),)

$if($strcmp($num(%tracknumber%,2),02),
[%album%]$char(9)['Disc '%disc%],)

$if($strcmp($num(%tracknumber%,2),03),
[%_datum%]$char(9)[%genre%][' ['%style%']'],)

$if($strcmp($num(%tracknumber%,2),04),
$char(9)[858585'Album Gain: '%__replaygain_album_gain%],)

)


and here's a pic:
user posted image
Roninr6
QUOTE(Anas @ Jul 14 2005, 02:55 PM)
QUOTE(Roninr6 @ Jul 14 2005, 09:28 PM)
QUOTE(Anas @ Jul 10 2005, 02:58 PM)

That works just in the Track Info Panel, but I got it already  wink.gif
*




Mind sharing?
*


I'm not quite sure how it actually works but I have Alignment Centre and it get centered (who would have guessed) then if you use $char(9) then it will not be centered but the first part before the $char(9) will be aligned left and the one beyond right...
argh fuck it
here's my code:
CODE
$caps2(

$if($strcmp($num(%tracknumber%,2),01),
$if($or($strcmp(%genre%,'Soundtrack'),$strcmp(%artist%,'Various')),'Various',[%_interpret%]),)

$if($strcmp($num(%tracknumber%,2),02),
[%album%]$char(9)['Disc '%disc%],)

$if($strcmp($num(%tracknumber%,2),03),
[%_datum%]$char(9)[%genre%][' ['%style%']'],)

$if($strcmp($num(%tracknumber%,2),04),
$char(9)[858585'Album Gain: '%__replaygain_album_gain%],)

)


and here's a pic:
user posted image
*




cool that worked stragely enough.. thanks
.misiek
QUOTE(Bryanhoop @ Jul 14 2005, 06:33 PM)
@.msiek
I enjoy that stellar fcs.
Mind posting?
*




It is moded [facelifted wink.gif] plisk, but if u want it, you've got _it_

I've made a few changes from that time wink.gif





QUOTE(Roninr6 @ Jul 14 2005, 09:28 PM)
and here's a pic:
user posted image
*




What lyric panel do you use in your foo ??
Roninr6
QUOTE(.misiek @ Jul 14 2005, 04:18 PM)
QUOTE(Bryanhoop @ Jul 14 2005, 06:33 PM)
@.msiek
I enjoy that stellar fcs.
Mind posting?
*




It is moded [facelifted wink.gif] plisk, but if u want it, you've got _it_

I've made a few changes from that time wink.gif





QUOTE(Roninr6 @ Jul 14 2005, 09:28 PM)
and here's a pic:
user posted image
*




What lyric panel do you use in your foo ??
*



that is foo_uie_lyrics. also called the lyrics show panel

discussion about it here
http://www.hydrogenaudio.org/forums/index....opic=30855&st=0
Kamelian
My Foobar now

user posted image
clown
Here you have mine at the moment. I'm a new foobar user, so I'm still learning.
rolleyes.gif
Is it possible to set the edge style, on the album art pannel, to "none"?

user posted image
.misiek
Try to set in Album Art Panel value Pad or crop (by sign) to for instance -3 maybe it help.

BTW foo is very nice smile.gif
Fad
My first post & my first Foobar !
So first, Hello ! and here`s the image....

screenshot

simple, that`s what I`ve been looking for in a player for years....
I can`t be doing with GUI`s that look like a cross between a childs melted plastic toy and a chewed sweet, and I can actually SEE the controls with this !
and it took me 3 days to set this up as it is now and still not complete....those %_strings% are driving me insane crying.gif
I`ve been through these forums and still cant` figure them out yet !

If I end up in a psychiatric evaluation unit talking gibberish, I shall blame it on the TAGZ tongue.gif

moderation: made link clickable
sEctOR
QUOTE(Kamelian @ Jul 15 2005, 02:43 AM)
My Foobar now

user posted image
*



how can i make this tray now playing song like u have ?

ok i've found it smile.gif it's foo_toaster user posted image

cheers
Bachi-Bouzouk
search foo pretty pop up, here is the answer
Bryanhoop
user posted image

My heavily, heavily (did I mention heavily?) modified Plisk fcs. It runs extremely smooth with all the crap removed.
Smitty Jones
hehe, i love that nmh album!

user posted image

/edit
changed the host, because photobucket sucks too.
jamrock
my foobar2000
user posted image
neotool
Minimalist as always. smile.gif

user posted image
Lil_E
my foobar cool.gif

user posted image
myxomatosis
Track info
user posted image

Lyrics panel
user posted image
Acid8000
user posted image

Copy and pasted code from several other configs, and then tweaked it quite a bit.
spaceships
QUOTE(Acid8000 @ Jul 20 2005, 09:09 PM)
user posted image

Copy and pasted code from several other configs, and then tweaked it quite a bit.
*



whats your visual style?
ArtMustHurt
QUOTE(necropimp @ Jun 30 2005, 07:18 PM)
user posted image
*


what string or code did you use?
QguAr
The is my Foobar

user posted image
Acid8000
QUOTE(spaceships @ Jul 21 2005, 04:43 PM)
QUOTE(Acid8000 @ Jul 20 2005, 09:09 PM)
user posted image

Copy and pasted code from several other configs, and then tweaked it quite a bit.
*



whats your visual style?
*




CodeOpus or CodenameOpus. Something like that. You'll have to search DeviantArt because I no longer have the link. wink.gif
spaceships
thanks smile.gif
Linkin
QUOTE(Acid8000 @ Jul 21 2005, 06:09 AM)
user posted image

Copy and pasted code from several other configs, and then tweaked it quite a bit.
*


Would you mind sharing your config?
Tvk
QUOTE(Lil_E @ Jul 20 2005, 06:00 AM)
my foobar  cool.gif

Lyrics panel
user posted image
*



Which lyrics panel do you use there?


Tvk
My current foobar:

user posted image
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.