Help - Search - Members - Calendar
Full Version: Columns UI appearance
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8
Sounds Blast
VS = visual style, like windows blinds skins, etc...
GrandInquisitor
A pretty simple design that I started from scratch and tinkered with ever since:

IPB Image
tgpo
QUOTE(ActiveThoughts @ Jun 25 2008, 10:32) *

VS = visual style, like windows blinds skins, etc...


Oh.

I use Microsoft's Zune theme.
PredUK
QUOTE(bowen_tk @ Jun 25 2008, 15:15) *
QUOTE(tgpo @ Jun 25 2008, 07:15) *

I've been continuing to develop a config with Panel Splitter. There is still work to be done on the mini mode, but it's coming together.

http://www.tgpo.org/images/tgpo3-small.png
1591x798


wow nice
what is the vs. please???
By the look of it he's using the Zune theme. It's free from MS. First result: http://www.google.co.uk/search?q=zune%20theme
It's official so you don't need to patch anything.
r41n
Hi smile.gif

I'm woking on my own config but i still need to figure out a few things so i try to take a look at other configs to see what is achievable.

ZeeJay your config looks great, if you don't mind i really would like to know how you managed to get those gradients on the playlist grouping and if the left panel is a track info mod panel.
Would be great if you would share you config!
I really need some good track info mod configs to learn from...

This is my WIP:

IPB Image

Since i listen mostly to albums but also use CD/DVD, Internet streams and have a few spare tracks i tried to work on some sort of grouping that recognizes the tracks and groups them automatically by Album, CD/DVD, Single track or Internet Stream. There are still many things to improve...
bowen_tk
QUOTE(tgpo @ Jun 25 2008, 08:50) *

QUOTE(ActiveThoughts @ Jun 25 2008, 10:32) *

VS = visual style, like windows blinds skins, etc...


Oh.

I use Microsoft's Zune theme.


Thanks a lot
joonty15
Hey guys, there are some great foobars out there, nice work.

Over the past day I've been having a go at copying iTunes (just for the challenge really) as precisely as I can, and have so far come up with this:
IPB Image

All the buttons do roughly what they do in Apple iTunes, and it uses powerpanels for the seekbar and volume. There is also a spectrum on the track display if the little arrow button is clicked. It also uses Shpeck visualisations. I'm wondering how much more time I should spend on this... wacko.gif

The next step would be adding in cover flow (not too tough) and album display (maybe a bit more tricky).

Would be good to hear your comments!
DocBeard
I'm pretty happy with this latest attempt. I tried to strike a balance between function, simplicity, and aesthetics, and I, at least, think I succeeded. smile.gif

IPB Image

IPB Image
tgpo
I'm done with my config for the time being. Here is the final version for now, complete with quick search and a working, functional seekbar.

IPB Image
Falstaff
QUOTE(tgpo @ Jun 26 2008, 18:07) *

I'm done with my config for the time being. Here is the final version for now, complete with quick search and a working, functional seekbar.

IPB Image


good work, have you resolve your pb of settings with WSH ?

will you share this config ?
d0ng
I second that, your config looks great tgpo. smile.gif
tgpo
QUOTE(Falstaff @ Jun 26 2008, 12:17) *

good work, have you resolve your pb of settings with WSH ?


It was the weirdest thing. It all of a sudden started working. I can't explain it, but I'm happy with it.

QUOTE(Falstaff @ Jun 26 2008, 12:17) *

will you share this config ?


Sure thing.

Before I do though, I'm going to make it a little easier to configure for other systems. That way the end user won't have to dig through code to change things.
WellRedd
Simple, with lots of info visible, controlled by Screen Sharing on OS X (and Ultra VNC on the XP machine). It works for me:

IPB Image
Falstaff
mine, always my Ibiza config : ColumnsUI + Panel Stack Splitter

here is the v1.4 preview :

IPB Image

wink.gif
punkeye
QUOTE(Dirhael @ Jun 22 2008, 20:34) *

Well, here's my layout. It's simple but provides me with all I need smile.gif

IPB Image
(Yes I realize the image is a bit large/wide but I wanted the layout to take advantage of my widescreen so...)


Please. Share your config. It looks great.
beetFreeQ
Hi there!

I'm using foobar now for a while and began developing my first selfmade config for ColumnsUI with PanelStackSplitter/ELPlaylist now. Here's a first look:

IPB Image

It's a very very early version without many of the features I want to add to it - but it plays my music and looks somewhat decent already smile.gif

Some things I want to add in the future:

- seek- /volumebar with WSH-Panel (and get rid of the menu)
- ratings
- Artwork and lyrics panel (nearly done)
- song info with links to wikipedia etc using foo_run
- some decent album art browser (maybe using GraphicalBrowser)
- some better looking buttons
- mini mode and fullscreen mode

I don't know, when it will be done. Well, maybe I'll share it, if you're interested!

PS: Many thanks to tgpo for the idea to show the album art as the background of playlist groups! wink.gif
tgpo
QUOTE(beetFreeQ @ Jul 1 2008, 08:23) *

PS: Many thanks to tgpo for the idea to show the album art as the background of playlist groups! wink.gif


It just works so well there biggrin.gif
necropimp
IPB Image

finally upgraded from 0.8.3 and nearly got my original setup back the way it was... just need to figure out how to do custom buttons

for comparison... here's how 0.8.3 has looked for me since 2005 http://jim7.home.insightbb.com/foobar/foobar3.png
chiwou
@necropimp: could you please post your statusbar config
and what font are you using for the columns?

thx biggrin.gif
necropimp
font is arial unicode 7pt

statusbar code
CODE
$codec()' '
[%__lame_version%] [%__lame_profile%]
[%__mpc_profile%]
[%__bitrate%kbps ]['('%__bitrate_dynamic%kbps')' ][%__samplerate%Hz]' '
$channels()
[ %__extrainfo%]'   ¤   '
$if(%_time_total%,[%_time_elapsed%]' / '[%_time_total%],[%_time_elapsed%])
   A65300$progress(%_time_elapsed_seconds%, %_time_total_seconds%,50,402000'█','█')
$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%'  RG Album: $if(%__replaygain_album_gain%,%__replaygain_album_gain%,No Replaygain Info) Track: $if(%__replaygain_track_gain%,%__replaygain_track_gain%,No Replaygain Info)
chiwou
ahh the progress is just a character biggrin.gif

and the font doesn't look that nice with activated Cleartype :/

thx anyway
chiwou
Chaotic
IPB Image
Neszton
Hi all!

Here's my first own Columns UI apperance smile.gif

IPB Image
Dirhael
Added a few things since my last post, and changed various things here and there due to it [the config] not looking exactly right when I moved back to XP from Vista...
IPB Image

@punkeye: I don't remember if I sent you my config or not (just moved, then summer came so my memory's all just a blur), so if I didn't just shoot me a PM and I'll send you a copy.
marcelush
simple... how i like it!
IPB Image
labou
heres what i have right now

IPB Image
livedead13
for those of you who have playlists with the artist, album and date at the top, and then the song titles below, how do you deal with various-artist compilations?
tgpo
QUOTE(livedead13 @ Jul 11 2008, 14:35) *

for those of you who have playlists with the artist, album and date at the top, and then the song titles below, how do you deal with various-artist compilations?


I set the Album artist to Compilation. My display script will read this, and if it is Compilation it will display Various Artists in the header and will add the artist tag to beside the song.
Falstaff
QUOTE(tgpo @ Jul 11 2008, 21:54) *

QUOTE(livedead13 @ Jul 11 2008, 14:35) *

for those of you who have playlists with the artist, album and date at the top, and then the song titles below, how do you deal with various-artist compilations?


I set the Album artist to Compilation. My display script will read this, and if it is Compilation it will display Various Artists in the header and will add the artist tag to beside the song.


i set %album artist% to 'various artists' and i test if %album artist% contains 'various', i display Various Artists in the Header before the album title and for each track, i display the artist name %artist% and the title.
labou
decided 2 change the color

IPB Image
Joelimite
QUOTE(labou @ Jul 12 2008, 07:08) *

decided 2 change the color

IPB Image


labou, are you using columnsui or scpl? if it's columnsui, what's your code for the album header? it looks great.
Falstaff
QUOTE(Joelimite @ Jul 12 2008, 18:01) *

QUOTE(labou @ Jul 12 2008, 07:08) *

decided 2 change the color

IPB Image


labou, are you using columnsui or scpl? if it's columnsui, what's your code for the album header? it looks great.


could be ELPlaylist too wink.gif
tgpo
QUOTE(labou @ Jul 11 2008, 14:04) *

heres what i have right now

IPB Image


Are you ~Crusoli on deviant art?
http://crusoli.deviantart.com/art/My-Foobar-config-45785318
labou
lol. no. i told this other guy who asked me 4 the config... i just took his and them decided 2 change it.
airblaster
IPB Image
noisiaaa
QUOTE(Dirhael @ Jul 8 2008, 20:02) *

Added a few things since my last post, and changed various things here and there due to it [the config] not looking exactly right when I moved back to XP from Vista...
IPB Image

@punkeye: I don't remember if I sent you my config or not (just moved, then summer came so my memory's all just a blur), so if I didn't just shoot me a PM and I'll send you a copy.

i pmed the guy, but does anyone else have this one?? it's ZOMG!!! great.
KaneMT
So, here is my config so far...
it's not final yet but for me there's not much left to do rolleyes.gif

foo_uie_tabs is always hidden, i'm using a remote control to control foobar


Track Display Tab

IPB Image


Lyric Display Tab

IPB Image


Playlist Control Tab

IPB Image
noisiaaa
I got the basic things there now.. title, artist, date, album... but how can i have bitrate, play count,

http://img157.imageshack.us/img157/5479/wbcctbyp8.png

like this

I would also love to have artist, album etc. have different colors like on the image, and low bitrates have a different color than high bitrates

can someone help me?

send me that configuration would be cool too biggrin.gif
Falstaff
Hi,

just playing again with Panel Stack Splitter and i have coded this ...

IPB Image

i like it, many ideas for it ... hum, i think it will be the base for a new config wink.gif

Bye,
Parsi
Please, someone tell me which playlist I need to have multiple lines of text in one row of the playlist,
and which also supports images, maybe also with the mirroring/glass effect.

for example like these
http://img120.imageshack.us/my.php?image=cucvi9.png
or http://xs.to/xs.php?h=xs128&d=08240&am...titled_2790.png




but please, no .Net crap recommandations.
many thanks

Quiark
IPB Image
This is my new config which replaced a PanelUI config I was using before. The buttons are taken from the buttons thread, the rest is new. You can also see foo_title made in .NET crap wink.gif

Falstaff
QUOTE(Parsi @ Jul 21 2008, 00:23) *

Please, someone tell me which playlist I need to have multiple lines of text in one row of the playlist,
and which also supports images, maybe also with the mirroring/glass effect.

for example like these
http://img120.imageshack.us/my.php?image=cucvi9.png
or http://xs.to/xs.php?h=xs128&d=08240&am...titled_2790.png




but please, no .Net crap recommandations.
many thanks


ELPlaylist or Single Column Playlist (aka SCPL) allow this.

These 2 components have to be used with ColumnsUI interface.
Parsi
QUOTE(Falstaff @ Jul 21 2008, 08:02) *

QUOTE(Parsi @ Jul 21 2008, 00:23) *

Please, someone tell me which playlist I need to have multiple lines of text in one row of the playlist,
and which also supports images, maybe also with the mirroring/glass effect.

for example like these
http://img120.imageshack.us/my.php?image=cucvi9.png
or http://xs.to/xs.php?h=xs128&d=08240&am...titled_2790.png




but please, no .Net crap recommandations.
many thanks


ELPlaylist or Single Column Playlist (aka SCPL) allow this.

These 2 components have to be used with ColumnsUI interface.


many thanks, mate.
vdragonlance
IPB Image

My setup smile.gif
I don't like setups that are cluttered just give me a playlist and some album art tongue.gif
BrianTM
Hi all,

I'm new to foobar. Heard about it along time ago but knew I'd spend far too long setting up what it looks like so kept putting it off.

But I finally got sick of waiting for winamp to load and took the plunge (after stopping shortly with MusikCube in between)

Thanks to this forum I have it set up working with my DiNovo keyboard.

I also took this new start as a que to go get all the album art for my collection. (thank god for AlbumArtDownloaderXUI)


Anyway, I'll probably tweak it more, but I've spent AGES on it (the first half of it, not having a clue what I was doing) so this is it for now

IPB Image


B
ZeeJay
QUOTE(r41n @ Jun 25 2008, 12:21) *

Hi smile.gif
ZeeJay your config looks great, if you don't mind i really would like to know how you managed to get those gradients on the playlist grouping and if the left panel is a track info mod panel.
Would be great if you would share you config!
I really need some good track info mod configs to learn from...

Sorry for the late reply.
The left panel wasn't Track Info Mod, it was Track Info (from Panels UI), running on an old version of foobar2000. I updated my setup and naturally lost that panel, since I had to replace it with Track Info Mod.
But, those gradients on playlists are from ELPlaylist (great component BTW). I can provide the *elp file for simple importing, if you're interested.
Now, this is what I have in my foobar:
IPB Image

Still trying to build a good setup with Colums UI... wink.gif
Falstaff
QUOTE(Falstaff @ Jul 20 2008, 21:59) *

Hi,

just playing again with Panel Stack Splitter and i have coded this ...

IPB Image

i like it, many ideas for it ... hum, i think it will be the base for a new config wink.gif

Bye,


new design direction for kung-foo config --> see below :

IPB Image
johnredcorn
QUOTE(Falstaff @ Jul 31 2008, 08:40) *

new design direction for kung-foo config --> see below :

IPB Image

Very cool and original. I like your layout a lot (though I tend to prefer thin borders) smile.gif

I just recently finished my similarly simple theme with panel splitter. Extremely feature light.

IPB Image
mcj
IPB Image


It's simple, but efficient.
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.