Help - Search - Members - Calendar
Full Version: Columns UI / Panels UI appearance
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, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132
fuflo


nothing fancy.. strings cfg is brumal's (2005-12-17) slightly modified theme #5, "Since the Day It All Came Down"
the buttons go as follows: stop, pause, play, previous playlist, next playlist, rescan library.
uRT
QUOTE (pepoluan @ Aug 4 2006, 19:19) *
Hi uRT, welcome to the foobar2000maniacs forum biggrin.gif

Hope you will get fulfillment from foobar2000.

Just a friendly tip: Next time, if your posted image is large (esp in term of its dimensions), please use free image hosting service, e.g. www.imageshack.us.

Cheers!
smile.gif


Thank you wink.gif

About the tip, that I'll do, I've used imageshack so it wont be any problem.


QUOTE (Reitermaniac @ Aug 5 2006, 09:36) *
@alphaex32:
Here you go: ClearLooks Visual Style

...


Nice theme, I'll try it wink.gif
RevivalofHonor
QUOTE (Russell777 @ Jul 25 2006, 15:04) *
My current

Where did you get your buttons from? I did some searches but couldn't find them. Thanks.
Russell777
QUOTE (RevivalofHonor @ Aug 5 2006, 16:49) *
QUOTE (Russell777 @ Jul 25 2006, 15:04) *

My current

Where did you get your buttons from? I did some searches but couldn't find them. Thanks.


I can't recall where did i get it from,but here it is:

http://rapidshare.de/files/28291313/azrael...y_stan.fcb.html
FullFrontalNerdity
QUOTE (CepiPerez @ Aug 4 2006, 17:54) *
Ok. For the people who want my config



Here is it:


The highlighted album art is the only one with the sources.
The rest are for the space between the panels.


I was going to play with this. It seems I can only have one Album Art Panel though. Is my component outdated?
monkey overlord
QUOTE
It seems I can only have one Album Art Panel though. Is my component outdated?


The latest version of Album Art Panel (foo_uie_albumart) is not linked from Seldaeks "Wanted v0.9 plugin ports" post. Get it here http://cherans.bol.ucla.edu/fooplugins.html
Pingwinho
This is my mix of Navigator style.


Now the version is 0.9.3.
staticwasabi
QUOTE (acedriver @ Jul 27 2006, 16:37) *


care to share your foobar and utorrent icons? biggrin.gif
DreamTactix291
I realise this question will sound extremely n00bish, but since I'm currently updating the look of my foobar2000 and don't know how to go about doing what I want I'm going to ask.

I notice on many of the screenshots here that the left column is being used to have the Artist, Album, Date, Album gain, etc fields in one column several lines high so that information doesn't repeat. Basically it looks like it looks for track 01 and then starts there going down. Actually the post right above mine shows pretty much what I'm talking about.

Basically, I'm asking how I would go about doing that. Thanks in advance.
Yotsuya
If you are referring to how many of us have album information in the artist column instead of the artist name repeating over and over.. you can do this by going to:
File> Preferences> Display> Columns UI> Playlist View
Navigate to the "Columns" tab, and select "Artist" from the "Columns" box on the left. Now, over on the right about halfway down the page select the "Display" tab. Here you need to whip up some code to display things other than the artist name if there is a track number. Here is a copy of mine:
CODE
$if(%tracknumber%,

$select($mod(%tracknumber%),

$if2(%album artist%,Unknown Artist)
$tab()$if2($char(91)%genre%$char(93),),

$if2(%album%,)$if(%discnumber%, $char(40)Disc %discnumber%$if2( of %totaldiscs%,)$char(41),)
$tab()$if2($char(91)%date%$char(93),),

$if($mod(%totaltracks%),
$tab()
$mod(%totaltracks%) Tracks $char(9830)
$info(codec) $char(9830) $if($strcmp($info(extrainfo),VBR),VBR,$info(bitrate) kbps)
$tab()$tab()$tab()
,))

,$if2(%album artist%,$if2($meta(URL),Unknown Artist)))

Click on [Apply], [Save All], and then [Close]. For this to work properly you would need to have track numbers on all your songs that are part of an album and remove track numbers from all your songs that are not part of an album. You will also need to have your playlist sorted so that albums are grouped together in track order. This is done from:
File> Preferences> General
You'll need to whip up some code to put in the "Sort incoming files by:" field, again here is a copy of mine:
CODE
%album artist%|$if(%tracknumber%,%date%,0)|%album%|%discnumber%|%tracknumber%|%path_sort%

You can also fiddle around with the Playlist View "Style" to color your album backgrounds etc, and there are other approaches than using track number. But this I think should get you started.
DreamTactix291
Thank you so much. That's exactly what I was talking about smile.gif
alphaex32
QUOTE (staticwasabi @ Aug 5 2006, 22:03) *
QUOTE (acedriver @ Jul 27 2006, 16:37) *

care to share your foobar and utorrent icons? biggrin.gif

I'm curious about your desktop. Is that samurize that your using for the semi-transparent info bar? If so, could you post your config?
Also, where can I get that wallpaper?
acedriver
QUOTE (staticwasabi @ Aug 6 2006, 10:03) *
care to share your foobar and utorrent icons? biggrin.gif

http://rapidshare.de/files/28354338/icons.rar.html

QUOTE (alphaex32 @ Aug 6 2006, 12:38) *
I'm curious about your desktop. Is that samurize that your using for the semi-transparent info bar? If so, could you post your config?
Also, where can I get that wallpaper?

wallpaper: http://img255.imageshack.us/img255/6563/pattern7ce5.png
samurize: http://acedriver.spymac.com/infobar.zip
DreamTactix291
Well since I'm getting closer to what I'm looking for here's an update of what I have.

foobar2000 v0.9.3
alphaex32
QUOTE (acedriver @ Aug 6 2006, 00:46) *
Awesome. Did you make that?
QUOTE (acedriver @ Aug 6 2006, 00:46) *
Thanks! Could you also post the weather config that you have on there?
rudefyet
pretty simple setup for me

chivas
I changed my color setup to fit this windows VS / wallpaper: http://www.customize.org/details/30340

uRT
QUOTE (acedriver @ Jul 27 2006, 09:37) *
joining the "big album art panel" bandwagon laugh.gif



left = single view
right = full album view


I'm just curious how you solved the "problem" of the singles and albums, for now I change the ALBUM ARTIST to VA for my VA album, but all my loose tracks I only can see the title, and not the artist (if I don' change ALBUM ARTIST to something).
staticwasabi
QUOTE (acedriver @ Aug 6 2006, 12:46) *
QUOTE (staticwasabi @ Aug 6 2006, 10:03) *

care to share your foobar and utorrent icons? biggrin.gif

http://rapidshare.de/files/28354338/icons.rar.html



would you mind uploading it to another free site like yousendit.com? rapidshare just doesn't work for me at all.
musosticky
QUOTE (chivas @ Aug 6 2006, 04:38) *
I changed my color setup to fit this windows VS / wallpaper: http://www.customize.org/details/30340



How do you get the icons you have on the left of the desktop like that? I'm assuming its a kind of quick launch addon?
walla
It could be ObjectDock.
chivas
QUOTE (walla @ Aug 6 2006, 08:34) *
It could be ObjectDock.


its Rocket Dock

you have to get high quality icons of the app's that you want to display in the bar.
Some great icon sets can be found at customize.org
Masahiko
musosticky
Thanks a lot biggrin.gif
FullFrontalNerdity


Thanks to CepiPerez and way too much free time this morning. A little of my own tweaking.
CepiPerez
Hy everyone!
This is my new foobar appearance. Now includes Band picture.



Hope you like it
skelly831
I think there was some kind of rule about not uploading your whole directory.
Lance Uppercut
QUOTE (chivas @ Aug 6 2006, 06:38) *
I changed my color setup to fit this windows VS / wallpaper: http://www.customize.org/details/30340



Excellent choice in music!

CepiPerez
QUOTE (skelly831 @ Aug 6 2006, 18:57) *
I think there was some kind of rule about not uploading your whole directory.


I didn't know that.
Sorry.
Psyphre
QUOTE (FalledAngel @ Jul 29 2006, 20:54) *
Foobar 0.9.3 beta 4



Excellent taste in music biggrin.gif
acedriver
QUOTE (alphaex32 @ Aug 6 2006, 13:32) *
QUOTE (acedriver @ Aug 6 2006, 00:46) *
Awesome. Did you make that?
QUOTE (acedriver @ Aug 6 2006, 00:46) *
Thanks! Could you also post the weather config that you have on there?

The wallpaper is not mine.. found it in deviantart, but forgot the link

The weather config is for avedesk+sysstats, http://www.deviantart.com/deviation/33368964/

QUOTE (uRT @ Aug 6 2006, 19:40) *
I'm just curious how you solved the "problem" of the singles and albums, for now I change the ALBUM ARTIST to VA for my VA album, but all my loose tracks I only can see the title, and not the artist (if I don' change ALBUM ARTIST to something).

I'm using SINGLETRACK tag for all my singles.

here's the config so you can take a look at it, http://acedriver.spymac.com/singles.rar

QUOTE (staticwasabi @ Aug 6 2006, 21:04) *
would you mind uploading it to another free site like yousendit.com? rapidshare just doesn't work for me at all.

http://acedriver.spymac.com/icons.rar
Raven.am0k
I just wanted to present my new Minimal Foobar + Desk.
I hope you like it.




greets Raven.am0k
12zmcnvow1277
Here's what my configuration looks like at the moment, Just changed the colours and the coloumns UI setup:

screenshot

Havn't changed it in ages as I didn't think I had to, but the new fcs layout looks so nice now, looking back my old config was kind of bland.

Moderation: Please refrain from inlining images larger than roughly 800x600 and 80KB. Please use thumbnails and/or links for large pictures instead.
tool++


Got annoyed with mine so tweaked it substantially.
uRT
QUOTE (tool++ @ Aug 7 2006, 15:30) *


Got annoyed with mine so tweaked it substantially.


Wouldn't mind share your fcs-file? Looks fresh ;)
skelly831
QUOTE (tool++ @ Aug 7 2006, 07:30) *
Got annoyed with mine so tweaked it substantially.

I like how you display Various Artist albums.

I shall steal your idea! haha!
madorangepanda
QUOTE (skelly831 @ Aug 7 2006, 16:12) *
QUOTE (tool++ @ Aug 7 2006, 07:30) *

Got annoyed with mine so tweaked it substantially.

I like how you display Various Artist albums.

I shall steal your idea! haha!

Same. It looks much cleaner than having the artist and title together in the title column.
tool++
QUOTE (uRT @ Aug 7 2006, 15:57) *
QUOTE (tool++ @ Aug 7 2006, 15:30) *



Got annoyed with mine so tweaked it substantially.


Wouldn't mind share your fcs-file? Looks fresh ;)


I whistled for a cab and when it came near
the
Licensplate said "fresh" and had a dice in the
mirror
If anything I could say that this cab was rare
But I thought now forget it, yo home to bel-air...

Click to view attachment



QUOTE (skelly831 @ Aug 7 2006, 16:12) *
QUOTE (tool++ @ Aug 7 2006, 07:30) *

Got annoyed with mine so tweaked it substantially.

I like how you display Various Artist albums.

I shall steal your idea! haha!



QUOTE (madorangepanda @ Aug 7 2006, 16:26) *
QUOTE (skelly831 @ Aug 7 2006, 16:12) *

QUOTE (tool++ @ Aug 7 2006, 07:30) *

Got annoyed with mine so tweaked it substantially.

I like how you display Various Artist albums.

I shall steal your idea! haha!

Same. It looks much cleaner than having the artist and title together in the title column.



Yeah it was initially a botched solution so I could see things. I played around a little, and now the only real problem with it is the colours (I can't be bothered to make all the artists consistent) and often it ellipsizes the album title (which takes place of the artist).

I don't include album artist visually in the script, but its useful for meta checks and directory naming.
Sandman2012
QUOTE (Psyphre @ Aug 6 2006, 16:03) *
QUOTE (FalledAngel @ Jul 29 2006, 20:54) *

Foobar 0.9.3 beta 4



Excellent taste in music biggrin.gif

Nice colors too. wink.gif



edit: btw, what VS is that?
Stuart60611
QUOTE (tool++ @ Aug 7 2006, 09:30) *


Got annoyed with mine so tweaked it substantially.



How did you replace the foobar icon with the arrow on the top left corner?
uRT
@tool++

Yeah I like Fresh Prince in Bel Air too, with Will Smith. How about the fcs-file wink.gif
nara
oh god, another /b/-tard.. wink.gif



Seconded, requesting more information about that screenshot.
Looks nice, is it Vista or just VS?
tool++
FOOBAR SOURCECODE IS CLOSED DUE TO AIDS


Buy anyway...

uRT, I put the attachement code into the post, but I guess it doesn't show up outside the original topic. Here is a direct link:

http://www.hydrogenaudio.org/forums/index....ost&id=2406
Strictly4me
QUOTE (foosion @ Aug 4 2006, 23:51) *

How to show those icons in playlist? crying.gif

((((( Strictly4me )))))
Frank Bicking
QUOTE (Strictly4me @ Aug 7 2006, 23:22) *
How to show those icons in playlist?

If you bothered to read his post, you would know that it's an unreleased component.
vkeios
QUOTE (tool++ @ Aug 7 2006, 12:59) *
FOOBAR SOURCECODE IS CLOSED DUE TO AIDS

Ok, nice screenshot, and also nice to see a fellow /b/tard.

Guess I better post a screenshot or something.
eboomer
Here's mine. Fairly simple, but it is completly flexible and allows me to find what I want very quickly. cool.gif
The Blue and Orange are my school colors.


uRT
QUOTE (tool++ @ Aug 7 2006, 19:59) *
FOOBAR SOURCECODE IS CLOSED DUE TO AIDS


Buy anyway...

uRT, I put the attachement code into the post, but I guess it doesn't show up outside the original topic. Here is a direct link:

http://www.hydrogenaudio.org/forums/index....ost&id=2406


Will try it when I got my own computer, thx smile.gif
TheTravis
I want to keep my foobar simple:



.fcs was originally written by -=[-S1rR3D-]=- ,I have edited it a little, added some new columns and hid some. Trackinfo code is my own. I'm now waiting for foo_scheduler to add its panel between trackinfo panel and search toolbar.
flyofsky
QUOTE (tool++ @ Aug 7 2006, 16:30) *


Got annoyed with mine so tweaked it substantially.



hey tool, could you tell me which visual style you are using... looks really nice
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-2009 Invision Power Services, Inc.