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
hunted
QUOTE(alphaex32 @ Jan 31 2005, 03:37 PM)
ah, ok. That makes things a bit more complicated though.
So, theres no way to use foo_history strings in columns?
*


Not that I know of, because the history information is not stored in the tags of the file but in a seperate file, history.flg I think.
alphaex32
QUOTE(hunted @ Jan 31 2005, 06:39 PM)
QUOTE(alphaex32 @ Jan 31 2005, 03:37 PM)
ah, ok. That makes things a bit more complicated though.
So, theres no way to use foo_history strings in columns?
*


Not that I know of, because the history information is not stored in the tags of the file but in a seperate file, history.flg I think.
*



Alright, that makes sense. Kinda ruins the idea I had though sad.gif
Zurman
Some really nice foobars here smile.gif

Mine : (clic to enlarge)
user posted image
Olive
QUOTE(Speek @ Jan 31 2005, 09:38 PM)
user posted image

biggrin.gif
*


/me likes the no-superfluous-bs approach biggrin.gif
khiloa
QUOTE(beto @ Jan 31 2005, 06:16 PM)
QUOTE(khiloa @ Jan 31 2005, 06:40 PM)
beto and Kamelian where could I find that visual style?

and Speek: quite minimalistic setup there.. smile.gif
*



the winxp style? it's called Opus.

You can find it at deviantart.com
*


Thanks. smile.gif
fakeplastictrees
user posted image
amiti
which fonts does Strictly4me use for his playlist view? how can you get the star symbol for rating ?


Amit
Strictly4me
You need "Arial Unicode MS"- font for it!

((((( Strictly4me )))))
upNorth
QUOTE(topdownjimmy @ Jan 31 2005, 06:44 PM)
QUOTE(upNorth @ Jan 30 2005, 01:31 PM)
My current config:

-Recently played tracks are marked by a light blue double note. Later it changes to a darker color, and the appearance goes: Double note->Single note->line->dot->nothing
*
What is the code for comparing system time to last played time?
*
My setup:

Play Count plugin (foo_playcount):
Tag: PLAY_DATE
Format: %D%M%y

Tag: JULIAN_DATE
Format: %j

Columns UI:

In globals:
CODE
recently=$if(%PLAY_DATE%,
$if($strcmp(%PLAY_DATE%,$num(%_system_day%,2)$num(%_system_month%,2)$right(%_system_year%,2)),
0
,
$if(%JULIAN_DATE%,
$puts(year,$sub(%_system_year%,1))
$puts(hour,%_system_hour%)
$puts(day,$sub(%_system_day%,$ifgreater($get(hour),11,0,1)))

$puts(monthdays,$select(%_system_month%,0,31,59,90,120,151,181,212,243,273,304,334))
$puts(yeardays,$ifequal($mod(%_system_year%,4),0,$ifgreater(%_system_month%,2,$add($get(monthdays),1),$get(monthdays)),$get(monthdays)))

$sub($add($div($get(year),4),$mul($get(year),365),$get(yeardays),$get(day),1721410),%JULIAN_DATE%)
)))

Column:
CODE
$if(%_recently%,
$select($min($add(%_recently%,1),5),
%_c_title%|%_c_title%'♫',
'♪',
' ',
' ∙',
)
)


As you can see, it uses a combination of julian date and the current date in the format ddmmyy (change the second line in the globals formatting if you use another format). In Columns UI, the julian date is calculated from the current date. Thanks to musicmusic for that part. The reason I use both, is that the julian date alone changed at noon (light blue double note to darker blue single note). So, I found that keeping the double note for all tracks played at the current date, was more along the lines of how I wanted this to work in the first place.

Edit: clarification
p0wder
Very defaultish. smile.gif

user posted image
4nt1
screenshot

here is my latest smile.gif


Moderation: Converted image to link. Please do not inline images larger than approx. 800x600 and 80KB. For lager images please use links and preferably thumbnails in your post.
Leech
QUOTE(4nt1 @ Feb 3 2005, 08:32 AM)
screenshot

here is my latest smile.gif
*



nice one, dude!

i have something similar to you, but i really like this one..

can you share your configs? biggrin.gif
krazy
My current foobar
<http://sameold.freeownhost.com/fooscrn.png>
Slightly modified Azrael, mostly to recognise Various artist albums, resize and display replaygain the way I want. smile.gif
indispositon
all your configurations are ugly as hell.

http://uploaded.interestingnonetheless.net...tion/foobar.jpg
upNorth
QUOTE(indispositon @ Feb 3 2005, 09:47 PM)
all your configurations are ugly as hell.

http://uploaded.interestingnonetheless.net...tion/foobar.jpg
*


QUOTE(indispositon @ Jul 4 2004, 03:33 AM)
hi neksus. i downloaded your config, and i like it. but my foobar doesn't look like yours does. i don't know why. i exported the file and everything, but it looks different.
*
huh.gif
Syxxpacc
QUOTE(4nt1 @ Feb 3 2005, 02:32 PM)
screenshot

here is my latest smile.gif
*



w00t w00t that one rocks smile.gif share your config plz smile.gif
Kamelian
QUOTE(khiloa @ Jan 31 2005, 06:40 PM)
beto and Kamelian where could I find that visual style?


If you cant find the VS tell me.
Ill send it by e-mail.

QUOTE(fakeplastictrees @ Feb 1 2005, 07:46 AM)
user posted image
*



How did you get the tabbed Panel on top of the playlist panel?

And how did get 2 tabbed panel's ohmy.gif ?

It's really cool
ajax3
Can someone tell me how he make it??
user posted image

How many tabbed panel stack has he got?? How has he turn on them??
Kamelian
QUOTE(Stratman @ Jan 27 2005, 11:59 AM)
QUOTE(amiti @ Jan 27 2005, 01:56 AM)
Stratman , what Visualization are you using??


Amit
*




I'm using G-Force with the border disabled.

Xerion, your set-up kicks a%@!
*



Stratman your visualization is great.

Could you tell how you have taken the border from the windows.

I tried to edit the boot.txt, but couldnt find anything about that.

help me please crying.gif

P.S. - Sorry by my bad english
Xerion
GForce can be made borderless by going to your windows user directory (something like c:\Documents and Settings\<username>) which has a subfolder called G-Force. Inside there is a file named "Preferences (foobar2000).txt". In that file you can change the NoBo property from 0 to 1
Olive
QUOTE(ajax3 @ Feb 3 2005, 11:03 PM)
Can someone tell me how he make it??
user posted image

How many tabbed panel stack has he got?? How has he turn on them??
*


3 'min heighted' in the toolbar and one in the sidebar. hold down the shift key to add several tabbed panels. good luck biggrin.gif
MrEnergizer
wow so simple!!
Thx a lot Xerion
4nt1
QUOTE(Leech @ Feb 3 2005, 10:51 PM)
QUOTE(4nt1 @ Feb 3 2005, 08:32 AM)
screenshot

here is my latest smile.gif
*



nice one, dude!

i have something similar to you, but i really like this one..

can you share your configs? biggrin.gif
*


here you go smile.gif
config

QUOTE(Xerion @ Feb 4 2005, 09:31 AM)
GForce can be made borderless by going to your windows user directory (something like c:\Documents and Settings\<username>) which has a subfolder called G-Force. Inside there is a file named "Preferences (foobar2000).txt". In that file you can change the NoBo property from 0 to 1
*



omg i love you sooo much, i guess i never figured the config file would be in my user folder.... hmmm
guess i prove my lack of intelligence once again smile.gif

i really appreciate it thanks

here is my final version now complete smile.gif

screenshot


moderation: converted images to links. please do not inline images larger than 800x600 and 80KB
SuperPhly
QUOTE(Olive @ Feb 3 2005, 03:58 PM)
QUOTE(ajax3 @ Feb 3 2005, 11:03 PM)
Can someone tell me how he make it??
user posted image

How many tabbed panel stack has he got?? How has he turn on them??
*


3 'min heighted' in the toolbar and one in the sidebar. hold down the shift key to add several tabbed panels. good luck biggrin.gif
*



Yeah... that didn't work for me. I hold down shift and click on the top... not able to add one at all. I have tried everything...
MrEnergizer
You have to hold down shift( keep shift pressed for the whole action) and right mse click on the panel seperators.... then Layout -> Tabbed Panel Stack (even though it is ticked) and left mse click.....another panel appears.
Hope you understand that!
Sandman2012
QUOTE(upNorth @ Feb 3 2005, 01:06 PM)
QUOTE(indispositon @ Feb 3 2005, 09:47 PM)
all your configurations are ugly as hell.

http://uploaded.interestingnonetheless.net...tion/foobar.jpg
*


QUOTE(indispositon @ Jul 4 2004, 03:33 AM)
hi neksus. i downloaded your config, and i like it. but my foobar doesn't look like yours does. i don't know why. i exported the file and everything, but it looks different.
*
huh.gif
*


I actually did laugh out loud at that. tongue.gif
SuperPhly
QUOTE(MrEnergizer @ Feb 3 2005, 05:07 PM)
You have to hold down shift( keep shift pressed for the whole action) and right mse click on the panel seperators.... then Layout -> Tabbed Panel Stack (even though it is ticked) and left mse click.....another panel appears.
Hope you understand that!
*



Ok, I was able to add them to the left. No problem. But what about having multiple ones across the top of the play list?
ChoGGi
my basic one
user posted image
Husker
Here's mine:



user posted image
4nt1
QUOTE(Husker @ Feb 4 2005, 02:55 PM)
Here's mine:



user posted image
*



nice indeed...
waileongyeo
Dear Friends, this is my foobar2000.

user posted image

Lastly, special thanks to the ppls who develop this great audio player.
4nt1
foobar layout
most current version


and my config file thingy

config

i think i am now 100% happy with the function of my player right down to the smallest bit smile.gif

well done foobar guys and component peoples smile.gif
free
QUOTE
foobar layout
most current version

how to add g-force in panel?
Florian
QUOTE(upNorth @ Jan 30 2005, 09:24 PM)
QUOTE(picmixer @ Jan 30 2005, 09:01 PM)
@ UpNorth

Damn nice config indeed. You should upload that to the foo_ui_columns configs thread.
*
Thanks smile.gif
I have planed to do it, but I need to prepare some documentation first, and also verify that everything works as intended.
*


Using your dynamic config since ages, I'd definitely switch to the new columns ui when your new config is available smile.gif
ajax3
QUOTE(Ganymed @ Feb 4 2005, 10:13 AM)
QUOTE(upNorth @ Jan 30 2005, 09:24 PM)
QUOTE(picmixer @ Jan 30 2005, 09:01 PM)
@ UpNorth

Damn nice config indeed. You should upload that to the foo_ui_columns configs thread.
*
Thanks smile.gif
I have planed to do it, but I need to prepare some documentation first, and also verify that everything works as intended.
*


Using your dynamic config since ages, I'd definitely switch to the new columns ui when your new config is available smile.gif
*



laugh.gif ALSO I LOVE YOUR OLD FORMAT STRINGS:) AND NOW I AM WAITING FOR NEW ONE FOR COLUMNS UI:) tongue.gif
gob
user posted image
ajax3
QUOTE(MrEnergizer @ Feb 4 2005, 02:07 AM)
You have to hold down shift( keep shift pressed for the whole action) and right mse click on the panel seperators.... then Layout -> Tabbed Panel Stack (even though it is ticked) and left mse click.....another panel appears.
Hope you understand that!
*




BIG THX
WORK GREAT NOW:) laugh.gif
ajax3
biggrin.gif

CAN SOMEONE TELL ME HOW U TURN ON HISTORY, SPECTRUM ANALISER OR G-FORCE IN TABBED PANEL STACK ?? WHEN I CLICK LEFT MSE I DONT SEE ANY OF THEM:(
4nt1
i cheated with g-froce i mad a panel for http-buffer and then renamed it to g-force then placed the vis over the tab and turned the border off
Cosmo
I am able to shift-click to add multiple tabbed panels vertically in the sidebar, but can't figure out how some people are adding them horizontally (side-by-side)... For example, see gob's post above [#136]. There appears to be 3 tabbed panels across the top.

Your help is appreciated!
Phi
QUOTE(Cosmo @ Feb 4 2005, 09:56 PM)
I am able to shift-click to add multiple tabbed panels vertically in the sidebar, but can't figure out how some people are adding them horizontally (side-by-side)... For example, see gob's post above [#136]. There appears to be 3 tabbed panels across the top.

Columns FAQ
Husker
QUOTE(gob @ Feb 4 2005, 04:17 AM)
user posted image
*




What font and size did ou use in your playlist?

Also, how do you do your ratings? Is it a tag or does it calculate based on some criteria? I like the musical note deal. Do you have the code for your track info you could post?

Thanks!
picmixer
QUOTE(ajax3 @ Feb 4 2005, 12:37 PM)
biggrin.gif

CAN SOMEONE TELL ME HOW U TURN ON HISTORY, SPECTRUM ANALISER OR G-FORCE IN TABBED PANEL STACK ?? WHEN I CLICK LEFT MSE I DONT SEE ANY OF THEM:(
*




Erm, could you please stop using all caps in all your posts? It is extremely annoying.

Thanks
Olive
QUOTE(SuperPhly @ Feb 4 2005, 05:16 AM)
QUOTE(MrEnergizer @ Feb 3 2005, 05:07 PM)
You have to hold down shift( keep shift pressed for the whole action) and right mse click on the panel seperators.... then Layout -> Tabbed Panel Stack (even though it is ticked) and left mse click.....another panel appears.
Hope you understand that!
*



Ok, I was able to add them to the left. No problem. But what about having multiple ones across the top of the play list?
*


Go to Preferences|Display|Column UI|Other tab, then check "List all toolbars".
MrEnergizer
Mine ........for this hour anyway blink.gif
user posted image
MrEnergizer
And without G Force
user posted image


Big thx to all the people Iv nicked configs and ideas off tongue.gif
Does anyone know how to make the analyser tag (or visual in mine) disappear???
Iv tried everything....can do it in the side bar but not in the top.
Thx
ajax3
QUOTE(picmixer @ Feb 4 2005, 05:16 PM)
QUOTE(ajax3 @ Feb 4 2005, 12:37 PM)
biggrin.gif

CAN SOMEONE TELL ME HOW U TURN ON HISTORY, SPECTRUM ANALISER OR G-FORCE IN TABBED PANEL STACK ?? WHEN I CLICK LEFT MSE I DONT SEE ANY OF THEM:(
*




Erm, could you please stop using all caps in all your posts? It is extremely annoying.

Thanks
*



OK i didnt know soory for this:)
Husker
QUOTE(MrEnergizer @ Feb 4 2005, 12:21 PM)
Mine ........for this hour anyway  blink.gif
user posted image
*




How did you get the GForce in as a panel? I've been trying to figure that out without success...Also, how did you get rid of the frame around it?
tHiNkBoNe
My current setup...

user posted image

unsure.gif
tHiNkBoNe
Gaah - oops I meant to post a link, then got distracted and posted the image... blush.gif

There - that's a bit friendlier smile.gif
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.