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
Lance Uppercut
QUOTE(miniml @ May 28 2005, 06:02 PM)
user posted image
*




What font are you using? I have been looking for a small font that appears clear on my llaptop.
tttung
QUOTE(Sandman2012 @ May 28 2005, 10:23 PM)
I love it. smile.gif
*


You love it ?? You must be kidding rite Sandman cool.gif
QUOTE(synth7 @ May 28 2005, 10:30 PM)
tttung, what did you use to get just the path without filename?

Edit: I rigged up a crappy version of c:\[$directory(%_path%,4)]\[$directory(%_path%,3)]\[$directory(%_path%,2)]\
*


synth7, here is what I used $replace(%_path%,%_filename_ext%,)
Smitty Jones
QUOTE(tttung @ May 28 2005, 10:41 PM)
QUOTE(synth7 @ May 28 2005, 10:30 PM)
tttung, what did you use to get just the path without filename?

Edit: I rigged up a crappy version of c:\[$directory(%_path%,4)]\[$directory(%_path%,3)]\[$directory(%_path%,2)]\
*


synth7, here is what I used $replace(%_path%,%_filename_ext%,)
*



also, this would work:
$left(%_path%,$sub($len(%_path%),$len(%_filename_ext%)))
The_Cisco_Kid
Still on the elegant and simple orginal interface with a decent formatting string. No visible buttons or seekbar for me when the keyboard and older STFU seekbar work better for me.
Olive
heh that's clever smile.gif
miniml
QUOTE(Lance Uppercut @ May 29 2005, 05:38 AM)
What font are you using?  I have been looking for a small font that appears clear on my llaptop.
*


Franklin Gothic Medium, size 7.
amonrei
user posted image
Navigator Suite with custom color scheme. smile.gif
Nova5000
QUOTE(amonrei @ May 29 2005, 05:42 PM)
user posted image
Navigator Suite with custom color scheme. smile.gif
*



Could you please share your status bar code?

Thanks
amonrei
Here you go.
QUOTE
// Progress Bar Variables
$puts(progress_color1,$blend($rgb(10,10,10),0A0A0A,1,3.5))
$puts(progress_color2,$blend($rgb(170,170,170),AAAAAA,1,3.5))

// Progress Bar
$puts(progress,$muldiv(%_time_elapsed_seconds%,210,%_length_seconds%))
$transition($repeat(◦,$get(progress)),$get(progress_color1),$rgb(10,10,10))
$transition($repeat(◦,$sub(210,$get(progress))),$get(progress_color2),$rgb(170,170,170))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
necropimp
finally got around to redoing my track info panel

user posted image
giri_giri
Hello forum,

Sorry to inject my usual noobishness into this forum, but once again I have question..

I am still relatively new to foobar2000 and I wanted to make it look a little different.
I tried to use foo_syfm to import the files to make Foobar look something like the ones in this forum, but no matter how I load it, whether or not the code is in the right places (I guess..), nothing really happens, certainly not anything like these pictures. I was wondering if I could get a little help if not on how to use foo_syfm or whatever I need to get the colors, then where could I go to learn such advanced TAGZ, like... the TAGZ megabase or something.

Also, is there a plugin that I would need to get the graphic elapsed time bar that some of these themes have in the status bar?

And one more thing is how do you get tabs to be at the top of foobar? All I can get up there is the standard Foobar2000 Playlist Componets or w/e; I can move things up there, but like if I opened an album art panel there, itd be ultra thin, not large like in these pictures.

Well, thanks in advance for the help!
chaosblade
I have no idea what foo_syfm is, but we mostly all use foo_columns_ui, which is an alternative column-based playlist view.

The status bar are simply code strings, nothing more.
When you use and install columns ui, you can add its panels as 'toolbars', which end up on the top of foobar. To set the height, you would need to set the 'minimum height' option for each panel, in order to 'stretch' it.
tool++
Hey necropimp - I like the buttons! Whered'ya get 'em?

The track info code is also mad good smile.gif
necropimp
i got the buttons somewhere on these forums... but instead of spending forever looking for the link

user posted image
Linkin
@necropimp:
Can you please also post your actual Trackinfo Code unsure.gif
Anas
My foobar:

user posted image
Sceenshot
necropimp
QUOTE(Linkin @ May 31 2005, 11:02 AM)
@necropimp:
Can you please also post your actual Trackinfo Code  unsure.gif
*



http://www.hydrogenaudio.org/forums/index....c=29363&st=350#
Neil K
QUOTE(Anas @ May 31 2005, 07:44 PM)
My foobar:

user posted image
Sceenshot
*


How did you get the tabs at the top with the different sorting for the database? Playlist Tree? Album List panel?
Anas
QUOTE(Neil K @ May 31 2005, 08:02 PM)
How did you get the tabs at the top with the different sorting for the database? Playlist Tree? Album List panel?
*



I just added multiple Instances of the Album List Panel with different sorting (eg. 1st one view -> by directory structure, 2nd one view by album, etc).
Linkin
QUOTE(Anas @ May 31 2005, 07:44 PM)
My foobar:

user posted image
Sceenshot
*



Where did you get these buttons? Can you please post them?
Anas
QUOTE(Linkin @ May 31 2005, 08:11 PM)
Where did you get these buttons? Can you please post them?
*



They're of my own making. Here you are:
user posted image
Linkin
QUOTE(Anas @ May 31 2005, 08:14 PM)
QUOTE(Linkin @ May 31 2005, 08:11 PM)
Where did you get these buttons? Can you please post them?
*



They're of my own making. Here you are:
user posted image
*


Thank you. Good job btw.
chino9334
Well here's in my fb2k finally after searching the forums a lot.
I borrowed a lot of ideas. rolleyes.gif
This is a 1280x1024 image.

user posted image
beto
my last update:

http://sites.uol.com.br/disco_virtual/grfi...ral/foo_new.PNG
kockroach
QUOTE(chino9334 @ May 31 2005, 05:02 PM)
Well here's in my fb2k finally after searching the forums a lot.
I borrowed a lot of ideas.  rolleyes.gif
This is a 1280x1024 image.

user posted image
*



You might want to check the option in Column UI that says the playback button image has mouse over images included. Can't remember the exact name of the option, but it is on the last tab (I think). I would be more specific, but fb2k is converting my FLAC files right now....only 1200 or so left.
vir
Here is my foobar2k:

user posted image

Between, PNG images seems not to work for me. Buttons are drawn but transperancy support is missing. The black or white border is drawn round every button and it looks ugly...

--
vir
Strictly4me
Small update ... now with Explorer Tree and Playlist Tree.

user posted image

All i need is G.A.N.T! tongue.gif

((((( Strictly4me )))))
crx
What? So few people use the default UI? I think you can do some nifty things with it. Maybe I'll check out this Columns UI thing one day. Until then, enjoy my current title formatting. smile.gif

user posted image
chaosblade
Its pretty nice, actully. But we like the fact we can seperate the info, change its contents and colours more easily then when its in a single string wink.gif
lightbulb
@crx - good taste in music smile.gif Also, I'm a minimalist too, but give Columns UI a play. You might like it (and you can use it to strip foobar down to an even more minimal layout).

"more minimal" (heh)
Neil K
QUOTE(crx @ Jun 1 2005, 04:35 PM)
user posted image
*


I am loving that playing animation tongue.gif
crx
Thanks, guys. I'll give Columns UI a try some time. I've only been using foobar2000 for a few days. smile.gif
chino9334
QUOTE(kockroach @ May 31 2005, 10:59 PM)
QUOTE(chino9334 @ May 31 2005, 05:02 PM)
Well here's in my fb2k finally after searching the forums a lot.
I borrowed a lot of ideas.  rolleyes.gif
This is a 1280x1024 image.

user posted image
*



You might want to check the option in Column UI that says the playback button image has mouse over images included. Can't remember the exact name of the option, but it is on the last tab (I think). I would be more specific, but fb2k is converting my FLAC files right now....only 1200 or so left.
*



Thanks for the tip. I checked the option but i didn't notice anything different when passing the mouse over the image. Is it that my image has no mouse-over effect?
giri_giri
Oh, what I was saying was that I use a plugin called 'foo_syfm' to load TAGZ configurations that I download, the problem is that they only seem to work if I have columns ui off, like... if I use the default interface. If i use columns ui as my interface, then the playlist changes do not take effect. Is it supposed to be that way? I would like to have a TAGZed playlist interface, but id miss my panels too much. I dunno, but thanks for reading~
TedFromAccounting
Mine...

user posted image
mitchmalibu
QUOTE(giri_giri @ Jun 2 2005, 02:26 AM)
Oh, what I was saying was that I use a plugin called 'foo_syfm' to load TAGZ configurations that I download, the problem is that they only seem to work if I have columns ui off, like... if I use the default interface. If i use columns ui as my interface, then the playlist changes do not take effect. Is it supposed to be that way? I would like to have a TAGZed playlist interface, but id miss my panels too much. I dunno, but thanks for reading~
*



after all, foo_syfm is a default ui preset loader :x
eyemthatguy
QUOTE(TedFromAccounting @ Jun 1 2005, 05:37 PM)
Mine...

user posted image
*



I like the color combo and layout.
any chance on getting the config files? whistling.gif
Neil K
QUOTE(giri_giri @ Jun 2 2005, 01:26 AM)
Oh, what I was saying was that I use a plugin called 'foo_syfm' to load TAGZ configurations that I download, the problem is that they only seem to work if I have columns ui off, like... if I use the default interface. If i use columns ui as my interface, then the playlist changes do not take effect. Is it supposed to be that way? I would like to have a TAGZed playlist interface, but id miss my panels too much. I dunno, but thanks for reading~
*


There is a LOT of TAGZing you can do with the Columns UI playlist, just take a look at some peoples setups, or download some formatting strings from here http://foobar.nub4life.net/columns/pafiled...n=category&id=5 and tear them apart to see how they work.
miniml
Can someone please code for me this simple status bar, I'm trying whole day with no luck. You don't have to mess with color, I'll change it.

user posted image

I would be very thankful.
TedFromAccounting
QUOTE(eyemthatguy @ Jun 2 2005, 12:35 AM)
QUOTE(TedFromAccounting @ Jun 1 2005, 05:37 PM)
Mine...

user posted image
*



I like the color combo and layout.
any chance on getting the config files? whistling.gif
*



Here they are... Click

I included the .fcs file, the track info config, and the buttons i modified.

The main playlist is just an old version of Azreal, the track info panel is something i modified from one that was posted in the track info thread. The buttons are a more spaced out version of the elevator 04 buttons. Let me know if you need anything else.
Neil K
QUOTE(miniml @ Jun 2 2005, 05:53 PM)
Can someone please code for me this simple status bar, I'm trying whole day with no luck. You don't have to mess with color, I'll change it.

user posted image

I would be very thankful.
*


CODE
$tab()[%_time_elapsed%]
$rgb(171,49,51)
$puts(len,$muldiv(%_time_elapsed_seconds%,10,%_time_total_seconds%))
$repeat(█ ,$get(len))
$repeat($rgb(255,255,255)█ ,$sub(10,$get(len)))
$rgb(0,0,0)[%_length%]    

That should work, replace the two black blocks with whatever characters you want for your progress thang, and change the two number 10s to change the length of the bar.

(probably pretty bad coding but hey, I'm a beginner tongue.gif )
anza
Why not just use
CODE
$char(9)[%_time_elapsed%] $progress2(%_time_elapsed_seconds%,%_time_total_seconds%,5,'• ',$rgb(171,49,51)'• ')
(and change the bullets to whatever character you like). You can also change the 5 to whatever number you like to make the progressbar longer.

edit: there's still some tweaking in the code (I just copypasted my own progressbar code there), but I have no time to edit it now.
Neil K
I just pasted the progress bar that i have in my trackinfo, which I got from someone in the trackinfo thread, like I said, I'm a beginner.

EDIT: the original code that I pasted had a nice transition-effect progress bar, but for the code I posted, I removed the transition bits. I assume that transitions aren't possible with $progress/$progress2.
enjoilax
QUOTE(anza @ Jun 2 2005, 12:26 PM)
Why not just use
CODE
$char(9)[%_time_elapsed%] $progress2(%_time_elapsed_seconds%,%_time_total_seconds%,5,'• ',$rgb(171,49,51)'• ')
(and change the bullets to whatever character you like). You can also change the 5 to whatever number you like to make the progressbar longer.

edit: there's still some tweaking in the code (I just copypasted my own progressbar code there), but I have no time to edit it now.
*



I <3 you dude. Its the little things that make our configs awesome and add to our players.

God i love Foobar.
miniml
user posted image

Updated, little tweaks here and there, much smoother now if you ask me. Special thanks to anza and Neil K for helping with status bar code.
Neil K
Wow, awesome config, what font is it? Franklin Gothic?
miniml
QUOTE(Neil K @ Jun 2 2005, 09:44 PM)
Wow, awesome config, what font is it? Franklin Gothic?
*


Thanks! smile.gif

Yes, Franklin Gothic Medium, 7.
kagaku
miniml, care to share your config? smile.gif
synth7
http://img24.echo.cx/img24/3594/fosofdgasdf8pb.png

tweaked since my last post...
mitchmalibu
keeping it fairly simple

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.