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
Raven.am0k
QUOTE(Tommy01 @ Jul 9 2006, 21:40) *

QUOTE(Raven.am0k @ Jul 9 2006, 03:18) *
...
**Features :

- No Borders
- ...
- ...


great appearance, but how is "No Borders" possible??



**Edit :
allmost forgotten to say thanks smile.gif Thank you! wink.gif

You have to change the appeareance of your 3D objects at your Windows Style to the color which you want.

Right-Klick on desc / Settings / Appeariance(The 4th one) / and then on more options (i donīt know the exact english word), there you choose the first one : 3d-objects


and then you only have to fit your layout and foobar design to the right color smile.gif

**Edit

Well, i donīt want to make a dubble post, so i write it here.
Some hours ago i wantet to change the layout of my Foobar...then i found a little mistake in my layout and wantet do correct it...well...some minutes later my whole foobar was "destroied" -.- I HATE IT!!!!
okay, i have a new one biggrin.gif now with fitting BG, iīll hope you like it, i do.

IPB Image
Sphix
@Raven.am0k
Really nice fooby, mind sharing your status bar code?
Raven.am0k
QUOTE(Sphix @ Jul 10 2006, 03:54) *

@Raven.am0k
Really nice fooby, mind sharing your status bar code?



Thank you smile.gif
Well, itīs the standart status bar code with a little modification biggrin.gif but okay :

QUOTE
%codec% %bitrate%kbps %samplerate%Hz %channels%' Ī '%playback_time%[ / %length%] Ī Progress : $puts(theme,1)

// progressbar config
$puts(progress_char,|)
$puts(progress_length,20)

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


// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1),FFFFFF,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2),FFFFFF,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_color2))000000
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)

$get(progressbar)
Strictly4me
QUOTE(Raven.am0k @ Jul 9 2006, 04:18) *

- Many Album Art Panels to set the Layout, i think 5 or 6 album art panels ^^

How it's possible to put more than one Album Art Panel?

((((( Strictly4me )))))
robokopf
QUOTE(tool++ @ Jul 2 2006, 04:47) *

Grah, modded mine to use a flatter layout (ie no per tracknumber select of album data).

IPB Image

hi don't mind if i ask, what font are you using? thanks in advance smile.gif
Yotsuya
Visit this thread and update your albumart panel, foo_albumart has supported multiple panels for a little while now. I myself use a set 8 thin panels for a border that changes based on what is playing using TAGZ. Newer versions of this component are very flexible.
Squeller
This is at my remote controllable notebook, a foobar using the full screen, easily readable from some distance. For performance reasons the windows font smoothing is turned off (this is why the big letters look so ugly), but this doesn't matter from some meters distance smile.gif
On top you see foo_uie_playlistdropdown, which I only use to show the current playlist (there's no other way).

IPB Image
Raven.am0k
QUOTE(Strictly4me @ Jul 10 2006, 10:49) *

QUOTE(Raven.am0k @ Jul 9 2006, 04:18) *

- Many Album Art Panels to set the Layout, i think 5 or 6 album art panels ^^

How it's possible to put more than one Album Art Panel?

((((( Strictly4me )))))



The New Version of the Albumart pannel makes it possible smile.gif
Just use the link, which stands some posts over mine
Strictly4me
@Raven.am0k
Thanks for info! wink.gif

Some tries i made in last time:

IPB Image
(This was based by "mazy's" config. Thanks for his perfect idea!)

IPB Image

Both of them with skip track, loudest song, rating, playcounter, last played and missing tags.

((((( Strictly4me )))))
Raven.am0k
Hey strictly4me, no problem smile.gif

your designs are very nice wink.gif
Pancho
QUOTE(Raven.am0k @ Jul 10 2006, 03:52) *

QUOTE(Tommy01 @ Jul 9 2006, 21:40) *

QUOTE(Raven.am0k @ Jul 9 2006, 03:18) *
...
**Features :

- No Borders
- ...
- ...


great appearance, but how is "No Borders" possible??



**Edit :
allmost forgotten to say thanks smile.gif Thank you! wink.gif

You have to change the appeareance of your 3D objects at your Windows Style to the color which you want.

Right-Klick on desc / Settings / Appeariance(The 4th one) / and then on more options (i donīt know the exact english word), there you choose the first one : 3d-objects


and then you only have to fit your layout and foobar design to the right color smile.gif

**Edit

Well, i donīt want to make a dubble post, so i write it here.
Some hours ago i wantet to change the layout of my Foobar...then i found a little mistake in my layout and wantet do correct it...well...some minutes later my whole foobar was "destroied" -.- I HATE IT!!!!
okay, i have a new one biggrin.gif now with fitting BG, iīll hope you like it, i do.

IPB Image



ohmy.gif

Thats exactly how I would love my foobar (but I just don't get how to do anything).
Raven.am0k
Should i post my layout,colors and colums layout?
thisdude23
QUOTE(lextune @ Jul 9 2006, 11:37) *

QUOTE(thisdude23 @ Jul 8 2006, 16:18) *

QUOTE(lextune @ Jul 3 2006, 13:15) *


Is there any way you can post the fcs of this? I love this setup.

Already have actually.
wink.gif

Here.



tongue.gif Whoa, I missed that one... thanks.
tool++
QUOTE(robokopf @ Jul 10 2006, 11:55) *

QUOTE(tool++ @ Jul 2 2006, 04:47) *

Grah, modded mine to use a flatter layout (ie no per tracknumber select of album data).

IPB Image

hi don't mind if i ask, what font are you using? thanks in advance smile.gif


Haxrcorp
Pancho
QUOTE(Raven.am0k @ Jul 10 2006, 19:54) *

Should i post my layout,colors and colums layout?

I doubt that that would help me anything as I am ABSOLUTELY useless at that.

But yeah,maybe I can try working it out if you do.I got a lot of time smile.gif
ryssen
This may have been up before,but is there foobarspecial.exe for the latest reliase of foobar?? dry.gif
Sphix
Thanks Raven.am0k =]
Raven.am0k
QUOTE(Pancho @ Jul 10 2006, 19:07) *

QUOTE(Raven.am0k @ Jul 10 2006, 19:54) *

Should i post my layout,colors and colums layout?

I doubt that that would help me anything as I am ABSOLUTELY useless at that.

But yeah,maybe I can try working it out if you do.I got a lot of time smile.gif


Okay smile.gif here is my fcs : FCS

Here the used Colors :
Background : $rgb(40,40,40)
Color of the Numbers : $rgb(255,0,0)
White smile.gif
And the other two Backgrounds in the playlist are : $rgb(50,50,50) and $rgb(70,70,70) i think.

Here my Layout :

IPB Image

And Here my Statusbar Code :

QUOTE
%codec% %bitrate%kbps %samplerate%Hz %channels%' Ī '%playback_time%[ / %length%] Ī Progress : $puts(theme,1)

// progressbar config
$puts(progress_char,|)
$puts(progress_length,20)

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


// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1),FFFFFF,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2),FFFFFF,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_color2))000000
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)

$get(progressbar)


If you need some help, send me a PM.
spex04
Here's my latest (animated). The colour-bar is based on tool++'s original config (saturation changes with tracknumber).

IPB Image
lextune
How did you put buttons on just the lyrics panel tab?
spex04
QUOTE(lextune @ Jul 12 2006, 13:27) *

How did you put buttons on just the lyrics panel tab?


It's a vertical splitter on the tab, with a trackinfo panel and buttons
metal_termite
IPB Image

I started playing with version 0.9x now that the tabbed panel was ported. I hope the ability to add visual seperators (vertically and horizontally) is added to columnsui eventually biggrin.gif
FullFrontalNerdity
QUOTE(lextune @ Jul 12 2006, 06:27) *

How did you put buttons on just the lyrics panel tab?


And on it's own tab. blink.gif

I only ask, because I'd really like to do that on mine.
spex04
QUOTE(FullFrontalNerdity @ Jul 12 2006, 17:34) *

QUOTE(lextune @ Jul 12 2006, 06:27) *

How did you put buttons on just the lyrics panel tab?


And on it's own tab. blink.gif

I only ask, because I'd really like to do that on mine.


You make the a tab with a vertical splitter on it, and then in the layout part of the preferences, add the lyrics panel (trackinfo), and buttons to the splitter..

Like this:

IPB Image

Moderation: Please refrain from inlining images larger than roughly 800x600 and 80KB. Please use thumbnails and/or links for large pictures instead.
lextune
Nevermind....I updated foo_uie_tabs and it works now. biggrin.gif

Linkin
QUOTE(metal_termite @ Jul 12 2006, 18:17) *

IPB Image

I started playing with version 0.9x now that the tabbed panel was ported. I hope the ability to add visual seperators (vertically and horizontally) is added to columnsui eventually biggrin.gif

What is that search box on top?
Funeral
QUOTE(Linkin @ Jul 12 2006, 22:22) *

QUOTE(metal_termite @ Jul 12 2006, 18:17) *

IPB Image

I started playing with version 0.9x now that the tabbed panel was ported. I hope the ability to add visual seperators (vertically and horizontally) is added to columnsui eventually biggrin.gif

What is that search box on top?

It's foo_uie_quicksearch.dll :-P

Here's my fooby <3
IPB Image
SwiftBass
is there any playlist switcher dropbox modification?(much like the dropbox with playorder)?

EDIT: also looking for a playist switcher tab mod.
Raven.am0k
Hey Funeral, nice Foobar smile.gif Would you tell me which VS you use plz? It looks very Interesting smile.gif

Greets Raven.am0k
Funeral
QUOTE(Raven.am0k @ Jul 12 2006, 23:44) *

Hey Funeral, nice Foobar smile.gif Would you tell me which VS you use plz? It looks very Interesting smile.gif

Greets Raven.am0k

Sure. The theme is called Inverso Reborn-Balanced and you can get it from here:
http://www.deviantart.com/deviation/31135403/
abstractdiode
QUOTE(spex04 @ Jul 12 2006, 13:25) *

Here's my latest (animated). The colour-bar is based on tool++'s original config (saturation changes with tracknumber).

IPB Image

Can I get your FCS of that?
lither
QUOTE(acedriver @ Jul 7 2006, 02:51) *

IPB Image

component:
columns ui
albumlist panel
albumart panel
track info panel
tabbed panel

What Window style are you using?
SwiftBass
IPB Image

heres mine.


im still trying to get my playlist on separate tabs, but i think this is some progress.
acedriver
QUOTE(lither @ Jul 13 2006, 07:01) *

What Window style are you using?

XPMC, Induztry

http://www.deviantart.com/deviation/20901820/
SwiftBass
I found all the tab playlist stuff i was looking for.

my playlist album column string is pretty dry and i have a few strings from other FCS, but i was wondering if there were any recomendations, since the strings I have are for full screen foobars, and this foobar is smaller and more vertical.

IPB Image
Raven.am0k
QUOTE(Funeral @ Jul 12 2006, 22:06) *

QUOTE(Raven.am0k @ Jul 12 2006, 23:44) *

Hey Funeral, nice Foobar smile.gif Would you tell me which VS you use plz? It looks very Interesting smile.gif

Greets Raven.am0k

Sure. The theme is called Inverso Reborn-Balanced and you can get it from here:
http://www.deviantart.com/deviation/31135403/



Hey, thank you very much smile.gif this kind of style iīve been searching a loooong time for smile.gif thx!
Nakkis
My new compact foobar. I'm still thinking a good place to get a bigger album art box, it's a bit tiny now.

IPB Image
spex04
QUOTE(abstractdiode @ Jul 12 2006, 23:49) *

QUOTE(spex04 @ Jul 12 2006, 13:25) *

Here's my latest (animated). The colour-bar is based on tool++'s original config (saturation changes with tracknumber).

IPB Image

Can I get your FCS of that?


Sure:

http://www.yousendit.com/transfer.php?acti...914A43317075014
u2watcher
hi im interested in changing my appearence. Have you guys set up a site of downloads on some of your custom set ups. I really like how Music Label set up there appearence. Do foobar users have any cool appearences to share or show that can be downloaded and used?
Raven.am0k
QUOTE(u2watcher @ Jul 13 2006, 15:35) *

hi im interested in changing my appearence. Have you guys set up a site of downloads on some of your custom set ups. I really like how Music Label set up there appearence. Do foobar users have any cool appearences to share or show that can be downloaded and used?


Well, i canīt give you a site for complete styles, but here you can find three Playlist styles with exact codes. If you want a really great style for your foobar which is perfect for you, you probably have to create your own wink.gif
chivas
Some minor updates to my setup which i'm running for a while now. Added a new VS, trendy tabs dry.gif and quicksearch. Clutterless and fast is the way i like.

IPB Image
randal1013
QUOTE(acedriver @ Jul 12 2006, 21:22) *

QUOTE(lither @ Jul 13 2006, 07:01) *

What Window style are you using?

XPMC, Induztry

http://www.deviantart.com/deviation/20901820/

that's a nice desktop. i downloaded it, but it's not clear where i'm supposed to extract all the files to. and do i need some kind of windows theme program? thanks.
Lycox
QUOTE(randal1013 @ Jul 13 2006, 20:26) *
QUOTE(acedriver @ Jul 12 2006, 21:22) *

QUOTE(lither @ Jul 13 2006, 07:01) *

What Window style are you using?

XPMC, Induztry

http://www.deviantart.com/deviation/20901820/

that's a nice desktop. i downloaded it, but it's not clear where i'm supposed to extract all the files to. and do i need some kind of windows theme program? thanks.


First of all you'll need a patched uxtheme.dll (search the net or install XPIZE). Then extract the zipped theme to eg:
c:\windows\resources\themes
randal1013
QUOTE(Lycox @ Jul 13 2006, 15:38) *

QUOTE(randal1013 @ Jul 13 2006, 20:26) *
QUOTE(acedriver @ Jul 12 2006, 21:22) *

QUOTE(lither @ Jul 13 2006, 07:01) *

What Window style are you using?

XPMC, Induztry

http://www.deviantart.com/deviation/20901820/

that's a nice desktop. i downloaded it, but it's not clear where i'm supposed to extract all the files to. and do i need some kind of windows theme program? thanks.


First of all you'll need a patched uxtheme.dll (search the net or install XPIZE). Then extract the zipped theme to eg:
c:\windows\resources\themes

thanks a lot! now my desktop looks much better biggrin.gif
Strictly4me
QUOTE(spex04 @ Jul 12 2006, 05:25) *

Here's my latest (animated). The colour-bar is based on tool++'s original config (saturation changes with tracknumber).
IPB Image

Hi!
Can you tell me the colour-bar-code in your columns for albums? Thanks!

((((( Strictly4me )))))
lither
QUOTE(acedriver @ Jul 13 2006, 02:22) *

QUOTE(lither @ Jul 13 2006, 07:01) *

What Window style are you using?

XPMC, Induztry

http://www.deviantart.com/deviation/20901820/

Cool.
By the way, could you post me the playlist view setup for that layout?
zoidbergslo
QUOTE(chivas @ Jul 13 2006, 19:13) *

Some minor updates to my setup which i'm running for a while now. Added a new VS, trendy tabs dry.gif and quicksearch. Clutterless and fast is the way i like.

IPB Image


looks nice
u2watcher
QUOTE(zoidbergslo @ Jul 13 2006, 17:45) *

QUOTE(chivas @ Jul 13 2006, 19:13) *

Some minor updates to my setup which i'm running for a while now. Added a new VS, trendy tabs dry.gif and quicksearch. Clutterless and fast is the way i like.

IPB Image


looks nice

wow I really like your setup any chance you could post a download for it smile.gif
acedriver
QUOTE(lither @ Jul 14 2006, 05:37) *

Cool.
By the way, could you post me the playlist view setup for that layout?

http://sayadia.blogspot.com/2006/07/my-fubar.html

smile.gif
ARiel G.
My foobar:

IPB Image

coulms ui scripts, buttons, etc adopted from various users, can't credit them cause i don't remmber.
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.