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
synth7
user posted image
Husker
QUOTE(MrEnergizer @ Mar 18 2005, 07:25 PM)
Heres mine .....for now
user posted image
*





I like your song info panel. Can you post your config for it?
m-z
QUOTE(fabiospark @ Mar 18 2005, 06:53 PM)
QUOTE(m-z @ Mar 14 2005, 03:31 PM)

user posted image

Can you tell which buttons are you using, please?
Thanks.

I couldn't find the original post where I got them from, but I've just uploaded them here:
http://img212.exs.cx/img212/9647/post4510909782731if.png

I don't know its name or the author's name... Sorry.
sOid
QUOTE(synth7 @ Mar 18 2005, 07:05 PM)
user posted image
*



How do you guys get that 'album list' view? I can get the album list, but then i get all the things at the same time, not the artist and under the artist a 'tree' with their albums...

I'll post my config soon smile.gif I'm still tweaking that smile.gif
Hall
Here's mine, I like the color scheme :-)

http://hall.xetech.org/library/pics/gadget.../foobar2000.jpg


moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
fabiospark
QUOTE(miscellanea @ Feb 19 2005, 12:24 PM)
today (19th February) is my birthday  smile.gif
so this is an annyversary fb2k SS  biggrin.gif

http://paintedover.com/uploads/show.php?lo...&f=fb2k0219.png

sorry but I love non-profit netlabel, so playlists are always like this  tongue.gif

moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
*



Which buttons are yours, please?

Thanks.
miscellanea
QUOTE(fabiospark @ Mar 20 2005, 12:11 PM)
Which buttons are yours, please?

Thanks.
*


I downloaded from foobar2000 customizing topic @ Neowin forum.

http://www.neowin.net/forum/index.php?show...#entry584248912
*


edit : m-z has uploaded them too. smile.gif His post is above on this page.

QUOTE(m-z @ Mar 19 2005, 11:01 PM)
I couldn't find the original post where I got them from, but I've just uploaded them here:
http://img212.exs.cx/img212/9647/post4510909782731if.png

I don't know its name or the author's name... Sorry.
*


edit : Original uploader may be acedriver? He's uploaded in that thread.
manni
My foobar2000:
user posted image
Mr_Rabid_Teddybear
I've only come around to play with foo_ui_columns the last few days, and this is what I've came up with so far (based on this and that, thank you all I stole code from):

user posted image

But I still like the old one I've been using for ages with foo_ui_std, and I might just go on using that:

user posted image


EDIT: Typo.


esa372
Wow! You guys do some amazing work!

Here's my current config:
user posted image

smile.gif


edit: thumbnail
edm107
QUOTE(topdownjimmy @ Mar 16 2005, 04:34 PM)
user posted image
I'm so happy. biggrin.gif

moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
*



How did you do to have that panel in center of foobar.. on top of playlist?? blink.gif
MrEnergizer
QUOTE(Husker @ Mar 19 2005, 06:40 AM)
QUOTE(MrEnergizer @ Mar 18 2005, 07:25 PM)
Heres mine .....for now
user posted image
*





I like your song info panel. Can you post your config for it?
*



Here it is....
0080ffMode: %_trackinfo_mode%$char(10)
$if(%_trackinfo_notrack%,D7B997No track,
$if($or(%_isplaying%,%_ispaused%),$if(%_ispaused%, 9f6b00'▮▮' 9f6b00Paused9f6b00[' ('%_time_elapsed%['/'%_time_total%]')'],
$if($stricmp($left(%_path_raw%,7),'http://'), 9f6b00'▶' 9f6b00Streaming9f6b00[' ('%_time_elapsed%['/'%_time_total%]')'],
9f6b00'▶' 9f6b00Playing9f6b00[' ('%_time_elapsed%['/'%_time_total%]')'])), 9f6b00'■' 9f6b00Not playing)
$char(10)
// progressbar config
$puts(progress_char,█)
$puts(progress_length,20)

$if($strcmp($get(theme),),
$puts(progress_color1,$rgb(255,255,255))
$puts(progress_color2,$rgb(0,128,0))
)


$puts(progress_color1a,$blend($get(progress_color1),000000,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2),000000,1,5.7))
// progressbar
$puts(progressbar,
$if(%_length_seconds%,

$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1))
$transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)
$get(progressbar)$char(10)

‫‮‏


ffffffARTIST: 000000%artist%$char(10)
ffffffTITLE: 000000%title%$char(10)
ffffffALBUM: 000000%album%$char(10)
ffffffRIDDIM: 000000[%riddim%]$char(10)
ffffffLABEL: 000000[%label%]$char(10)
ffffffSTUDIO: 000000[%studio%]$char(10)
ffffffGENRE: 000000%genre%$char(10)
ffffffDATE: 000000%date%)$char(10)
ffffffCOMMENT: 000000[%comment%]$char(10)
0080ffCodec: 000000%__codec% $char(10)
0080ffBitrate: 000000%__bitrate% Kbit/s$char(10)

0080ffTrack Gain:000000 $if3(%__replaygain_track_gain%, RG not applied)$char(10)
0080ffAlbum Gain:000000 $if3(%__replaygain_album_gain%, RG not applied)$char(10)
0080ff Track Rating: $if(%rating%,$repeat(000000 ♫ ,%rating%)$repeat(C0C0C0|C0C0C0♫ ,$sub(5,%rating%)),000000  Not Rated)$char(10)

Thanks to every1 I nicked codes off tongue.gif
Bl@ck_warrior
Here's my config:

http://blackw4rri0r.free.fr/perso/foobar-new.jpg

moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
topdownjimmy
QUOTE(edm107 @ Mar 20 2005, 12:52 PM)
QUOTE(topdownjimmy @ Mar 16 2005, 04:34 PM)
(image)
I'm so happy. biggrin.gif
*



How did you do to have that panel in center of foobar.. on top of playlist?? blink.gif
*


wiki

How can we make the wiki more conspicuous to new users and encourage more contribution to it? We could eliminate half of the posts to this forum by doing so...
fakeplastictrees
QUOTE(synth7 @ Mar 16 2005, 10:46 AM)
My newest, complete with trendy top toolbars

LINK ACTION <<<<<<<<<<<
*



Hey,can you post your History string?

Thanks
javanet
I'm here again biggrin.gif

My foo evolved laugh.gif and i'm prodly to present my foobar with vis_Satan.dll....look at the bottom of the screen....i'm sorry 4 bad quality of my 1024x768 screenshot crying.gif

http://datto.altervista.org/mynewfoo.JPG


And [url=http://datto.altervista.org/MY vis_satan.zip]here[/URL] are there a zip file wich contains a dat file and ini file for the same configuration of my personal vis_satan


Comments are accept!!!!!
warhog4ever
http://johannkwan.com/fooby.jpg

Not done at all... but that's as far as I've gotten in my UI.

moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
RotAtoR
Just finished tweaking my slimmed down version of the Navigator Suite. I removed several columns I'll never use, code pertaining to those columns, and all the tag guessing code since all my music is meticulously tagged so now scrolling though the playlist is much faster. I think it's a config I will stick with for a while.

user posted image
synth7
How do you guys get little musical notes next to text?
fatalenergy
http://home.comcast.net/~paulorvin/fooscreen.jpg

My Foobar. Hopefully its easy to see where my inspiration came from.

moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
miscellanea
QUOTE(RotAtoR @ Mar 22 2005, 08:02 AM)
Just finished tweaking my slimmed down version of the Navigator Suite.  I removed several columns I'll never use, code pertaining to those columns, and all the tag guessing code since all my music is meticulously tagged so now scrolling though the playlist is much faster.  I think it's a config I will stick with for a while.
*


Looks nice, could you post your config?

Thanks.
Lyx
Out of curiousity: did the speed increase also by removing undisplayed columns? Or just by removing tag-guess stuff in the global vars? Also, on which version is it based?

- Lyx
RotAtoR
QUOTE(Lyx @ Mar 22 2005, 08:17 AM)
Out of curiousity: did the speed increase also by removing undisplayed columns? Or just by removing tag-guess stuff in the global vars? Also, on which version is it based?

- Lyx
*



To tell the truth, I'm not sure since I ripped out a ton of code and columns all at once, but it seemed to me that I first noticed it after removing undisplayed columns. Perhaps I exaggerated a bit, the speed increase was not anything incredible, but it was at least noticeable. I can now quickly scrub up and down the scrollbar with out any lag whereas before it would jump a little. BTW, this based on version 1.1.1 of your suite currently found here: http://foobar.nub4life.net/columns/


QUOTE(miscellanea @ Mar 22 2005, 07:38 AM)
Looks nice, could you post your config?

Thanks.


I didn't change any of the overall look of the Navigator Suite, so you can get the same setup by using it and enabling/disabling columns and playing around with the config settings in the global variables.
The Link
mine

It's more or less a product of boredom some months ago. smile.gif
anza
QUOTE(The Link @ Mar 22 2005, 07:36 PM)
mine

It's more or less a product of boredom some months ago.  smile.gif
*


Really cool one!
miscellanea
QUOTE(RotAtoR @ Mar 22 2005, 11:52 PM)
I didn't change any of the overall look of the Navigator Suite, so you can get the same setup by using it and enabling/disabling columns and playing around with the config settings in the global variables.
*



Yes I noticed that your colour is in that so I'm going to play around with the codes... smile.gif
Thanks for reply!
edm107
My foobar:

user posted image

moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please thumbnail larger ones. png is usually better than jpeg for screenshots.
miscellanea
nevermind, out of date post...
xchaser
user posted image
My new one. I am gonna try wiki.
Ronny Pries
user posted image

my slim shady.
THeK3nger
This is mine!!! tongue.gif

user posted image

I like it! But I can do better.... happy.gif

...I think.... huh.gif
Zurman
QUOTE(THeK3nger @ Mar 23 2005, 02:57 PM)
This is mine!!! tongue.gif

user posted image

I like it! But I can do better.... happy.gif

...I think....  huh.gif
*


For example using png format instead of jpg? tongue.gif

Anyway I like your skin, though I still don't understand why so many of you spoil so much space with displaying format, bitrate, RG, ... huh.gif
miscellanea
QUOTE(Ronny Pries @ Mar 24 2005, 12:24 AM)
user posted image

my slim shady.
*


You have lots of netlabel playlists! (So do I, look my past post smile.gif )
Mr_Rabid_Teddybear
QUOTE(Zurman @ Mar 23 2005, 04:08 PM)
Anyway I like your skin, though I still don't understand why so many of you spoil so much space with displaying format, bitrate, RG, ... huh.gif
*


The definition of "spoil" are relative, I presume....?

Omion
QUOTE(synth7 @ Mar 21 2005, 04:42 PM)
How do you guys get little musical notes next to text?
*


I haven't done it in Foobar, but they're probably Unicode characters.
♪ = U+266A = 9836
♫ = U+266B = 9837
♬ = U+266C = 9838

... assuming I can post random Unicode and your computer can display it biggrin.gif
acedriver
Navigator Suite + costum color from Azrael

user posted image

APC
===

$puts(theme_dark,0)

// foreground colors
$puts(standard_color,$rgb(58,79,108))
$puts(special_color,$rgb(132,129,124))
$puts(playing_color,$rgb(222,222,220))
$puts(borders_color,$rgb(233,233,225))

// background colors
$puts(bg_color,$rgb(255,255,249))
$puts(bg_color2,$rgb(248,248,242))

// various symbols used in display
$puts(symbol_seperator,' • ')
$puts(symbol_rating,?)

Mr_Rabid_Teddybear
QUOTE(Omion @ Mar 23 2005, 08:34 PM)
QUOTE(synth7 @ Mar 21 2005, 04:42 PM)
How do you guys get little musical notes next to text?
*


I haven't done it in Foobar, but they're probably Unicode characters.
♪ = U+266A = 9836
♫ = U+266B = 9837
♬ = U+266C = 9838

... assuming I can post random Unicode and your computer can display it biggrin.gif
*


Here's a little animation:

CODE

$if(%_isplaying%,$select($add(1,$mod(%_time_elapsed_seconds%,16)),
00FFFF|00FFFF♪,000000|000000♪,FFFF00|FFFF00♪,000000|000000♪,
0000FF|0000FF♪,000000|000000♪,00FF00|00FF00♪,000000|000000♪,
00FFFF|00FFFF♫,000000|000000♫,FFFF00|FFFF00♫,000000|000000♫,
0000FF|0000FF♫,000000|000000♫,00FF00|00FF00♫,000000|000000♫),)


You must have "Show dynamic info in playlist" in the preferences under "Display" activated, and ofcourse use a font that contains these characters; I use Lucida Console in playlist.

synth7
QUOTE(Omion @ Mar 23 2005, 11:34 PM)
QUOTE(synth7 @ Mar 21 2005, 04:42 PM)
How do you guys get little musical notes next to text?
*


I haven't done it in Foobar, but they're probably Unicode characters.
♪ = U+266A = 9836
♫ = U+266B = 9837
♬ = U+266C = 9838

... assuming I can post random Unicode and your computer can display it biggrin.gif
*



I can see the first two just fine in Firefox (the third is a '?'), but in foobar it just shows a box.
brandan
it depends on the type of character encoding your operating system is using, and whether or not the font supports that specific character.
Lyx
About the "boxed"-idea. It looks nice and makes sense in a personal formatting(or a private mod of a public one). But my personal opinion is that "buffer"-columns are bad design-style in a public playlist-design, because it makes moving columns around a buggy thing which often breaks the design. Just my opinion of course.

- Lyx
Apesbrain
Another little one:

user posted imageuser posted image

user posted imageuser posted image
Ronny Pries
QUOTE(miscellanea @ Mar 24 2005, 12:11 AM)
QUOTE(Ronny Pries @ Mar 24 2005, 12:24 AM)
*cut*

my slim shady.
*


You have lots of netlabel playlists! (So do I, look my past post smile.gif )
*



heh, as you noticed in another thread already, i run 2 of them as well as release on various wink.gif

cheers,
ronny
Andrea
Mine smile.gif

user posted image
Insolent
Personal mod of Soap. smile.gif

user posted image

Or here if the thumbnail doesn't work.
Hawk
QUOTE(Insolent @ Mar 25 2005, 12:40 PM)
Personal mod of Soap. smile.gif

[ if the thumbnail doesn't work.[/size]
*



You want to share that mod of soap with us? smile.gif
grindlestone
Because I'm simple...

user posted image
Fedr0
My config.

user posted image
arty
Here's mine. It's all my own work, and rather simple - takes up only the top half of my screen at 1024x768, which is the way I like it. 'Nice' stuff: for classical works the album art panel displays a picture of the composer, which to me is more appropriate than album covers (my classical music is sorted by work, not by album). My Columns UI formatting string supports things like Opus numbers, performers and other classical-like tags that I've not seen in most strings.

user posted image

I'm wondering about the possibility of some classical-specific plugins at the moment. Things like automatic work number look-ups, instrumentation, history of works, composer timelines etc.

I fancy having a timeline bar that shows me roughly when a piece was written as it plays. It could even tie in with dated albums, though obviously most of those would be more towards the right end of the scale smile.gif

arty
fabiospark
QUOTE(arty @ Mar 25 2005, 05:32 PM)
Here's mine. It's all my own work, and rather simple - takes up only the top half of my screen at 1024x768, which is the way I like it. 'Nice' stuff: for classical works the album art panel displays a picture of the composer, which to me is more appropriate than album covers (my classical music is sorted by work, not by album). My Columns UI formatting string supports things like Opus numbers, performers and other classical-like tags that I've not seen in most strings.

user posted image

I'm wondering about the possibility of some classical-specific plugins at the moment. Things like automatic work number look-ups, instrumentation, history of works, composer timelines etc.

I fancy having a timeline bar that shows me roughly when a piece was written as it plays. It could even tie in with dated albums, though obviously most of those would be more towards the right end of the scale smile.gif

arty
*




I have many classical tracks too(about 5000).

As I'd like to know people views about tagging, tree building, picture links, timelines and so on when dealing with classical music, I'm going to start a thread about it: would you like to share your views (and thumbs and configs) there?

Thanks.

P.S.

I've never had to take a screenshot in my life: what would I use to do it?

Thanks
deer.ua
my foo with desktop smile.gif
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.