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
theWANDERER
QUOTE(uRT @ Aug 17 2006, 02:34) *

QUOTE(theWANDERER @ Aug 16 2006, 15:26) *

QUOTE(uRT @ Aug 16 2006, 01:09) *

I've made a new skin that fit my VS. Clean and simple I think wink.gif

IPB Image


biggrin.gif
Can you tell me what VS this is please?



It's called b0seclass. Couldn't find any ftps so I uploaded it on rapidshare:
b0seclass @ rapidshare

(Here's the creator of the VS b0se @ deviantart)

rolleyes.gif


Thank you very much!!
skelly831
My first time using tabs, i like.

IPB Image
ojdo
Working-layout on my notebook.
Small and fast, after my old versions became overloaded with panels
IPB Image


HTPC-layout on my - you guessed it - HTPC.
  • Inverso-VS matching my black TFT cool.gif
  • Album- and artist-art - any ideas for more art?
  • Same hotness-stripe as above.

IPB Image
FullFrontalNerdity
QUOTE(Dead G @ Aug 12 2006, 10:43) *

Here is my first costom foobar:
IPB Image


What do you use for your lyrics panel?

I've been looking for one that has a scrollbar instead of the auto scroll. Ala the LeoLyrics plugin for winamp. Something like that would be awesome. Also that searches better. dry.gif
Lorraine
QUOTE(ojdo @ Aug 16 2006, 14:24) *

HTPC-layout on my - you guessed it - HTPC.
  • Inverso-VS matching my black TFT cool.gif
  • Album- and artist-art - any ideas for more art?
  • Same hotness-stripe as above.
IPB Image


Could you share the code for your hotness strip please? I like it a lot. unsure.gif
Childboy
Bits and pieces shamelessly taken from everywhere to make it look somewhat the way I wanted it to look like:
IPB Image
ojdo
QUOTE(Lorraine @ Aug 17 2006, 00:27) *

Could you share the code for your hotness strip please? I like it a lot. unsure.gif


I replaced the "calculate hotness"-part in Globals with
CODE
// calculate "hotness"
$puts(hotness,$div($mul($max($sub($get(decay),$get(recentness)),0),100),$get(decay)))
hotness=$get(hotness)

//calculate hotnesscolour
//colours used, hotness=100:0
$puts(colour100,0000FF|0000FF)
$puts(colour99,0000FF|0000FF)
$puts(colour75,00FFFF|00FFFF)
$puts(colour50,00FF00|00FF00)
$puts(colour25,FF8800|FF8800)
$puts(colour0,$get(bg_color))

$set_global(hotnesscolour,$select(
$add($put(hotdiv,$div($get(hotness),25)),1)
$puts(shade,$sub($get(hotness),$mul($get(hotdiv),25))),
$blend($get(colour0),$get(colour25),$get(shade),25),
$blend($get(colour25),$get(colour50),$get(shade),25),
$blend($get(colour50),$get(colour75),$get(shade),25),
$blend($get(colour75),$get(colour99),$get(shade),25),
$get(colour100)
))
("$get(bg_color)" is to be replaced by your background-color variable)

In the stripe column (width 3, resize 0) I added:
CODE
$set_style(back,$get_global(hotnesscolour))
jestemql
new

IPB Image
buddy5582
how do I use the .cfg files included in some of these great setups?

Thanks.
uRT
Updated version of my windows-theme-skin wink.gif
I've just bought a new external hard drive, time to edit all my albums. <3 Foobar2000

IPB Image
arteta91
Mon nouveau, Foobar 0.9.3.1.

IPB Image
monkey overlord
QUOTE(buddy5582)
how do I use the .cfg files included in some of these great setups?

Just copy foobar2000.cfg file into your profile directory which is usually something like "C:\Program Files\foobar2000\profile" (if you are using single-profile ) or "C:\Documents and settings\*your user name*\Applications Data\foobar2000" (for multi-users installation). There should be file foobar2000.cfg already so BACK IT UP ! (or better back up entire profile directory) before overwriting it with the new one. This file contains all foobar configuration so be careful and check all settings after "installing" it.
buddy5582
QUOTE(monkey overlord @ Aug 17 2006, 06:34) *

QUOTE(buddy5582)
how do I use the .cfg files included in some of these great setups?

Just copy foobar2000.cfg file into your profile directory which is usually something like "C:\Program Files\foobar2000\profile" (if you are using single-profile ) or "C:\Documents and settings\*your user name*\Applications Data\foobar2000" (for multi-users installation). There should be file foobar2000.cfg already so BACK IT UP ! (or better back up entire profile directory) before overwriting it with the new one. This file contains all foobar configuration so be careful and check all settings after "installing" it.


Thank you so much for the reply. Is there anyway I could PM you w/a question? I have no "profile" folder.

Thanks again.
ojdo
QUOTE(uRT @ Aug 17 2006, 14:03) *
IPB Image

Kewl! Probably already asked 1000 times, but which font do you use for the playlist display (as it seems to be Unicdoe with all the symbols, but not Arial Unicode MS oder Lucida)?

And by the way: Why do you use both playlist tabs and dropdown?
uRT
QUOTE(ojdo @ Aug 17 2006, 15:42) *

QUOTE(uRT @ Aug 17 2006, 14:03) *
IPB Image

Kewl! Probably already asked 1000 times, but which font do you use for the playlist display (as it seems to be Unicdoe with all the symbols, but not Arial Unicode MS oder Lucida)?

And by the way: Why do you use both playlist tabs and dropdown?


Hehe, well the dropdown just have the function to show which is active and to make it look like a windows-window wink.gif

The font btw, Calibri *** Don't forget ClearType! (Properties - Appearance - Effects)
I would upload it if it wasn't illegal tongue.gif
ojdo
QUOTE(uRT @ Aug 17 2006, 17:14) *

The font btw, Calibri *** Don't forget ClearType! (Properties - Appearance - Effects)
I would upload it if it wasn't illegal tongue.gif

Thanks for the quick answer. Luckily I have Calibri already and found the symbols with the charmap. Too bad that I can't stand ClearType on my notebook (everything gets blurred), which makes this font useless for me. crying.gif
brianon
QUOTE(jestemql @ Aug 17 2006, 11:41) *

new

IPB Image


Really nic config. Any chane of posting it ?
Snowsfall
QUOTE(tool++ @ Aug 13 2006, 19:54) *

QUOTE(Snowsfall @ Aug 13 2006, 22:14) *

IPB Image IPB Image


What the christ VS is that?


Some random VS that i ripped apart and put back together


QUOTE(Crissaegrim @ Aug 13 2006, 23:22) *

I'm interested in the buttons he's using. tongue.gif And a vertical toolbar? Show me how! Or are those buttons just for show?


Buttons are taken from a icon pack called squash. The vertical toolbar is really just 5 different ones stacked.
brumal
Doing the mini-player thing again.

IPB Image

IPB Image

cool.gif
skelly831
^^ Nice.

I am going to steal your ideas, haha!
brumal
QUOTE(skelly831 @ Aug 17 2006, 17:20) *

I am going to steal your ideas, haha!


ohmy.gif You bastard! I'm calling my lawyer!

laugh.gif
mazy
just added %queueindex% from foo_cwb_hooks into the index column. i guess i should add circled numbers to the fond i'm using and use them in the title column instead.

IPB Image
FofR
Why make everything so complicated?
IPB Image

QUOTE(brumal @ Aug 17 2006, 21:42) *

Doing the mini-player thing again.

IPB Image


What font is that in the track info panel?
mazy
i've realized that with the new support for images in terrestrial's track info mod you can do pseudoskins with multiple layers - background, reflection etc. quick test of concept:

IPB Image

font is Wingdings 16pt, tagz:

CODE
$imageabs(10,0,data\misc images\skin-back.png,)
$alignabs(10,0,64,64,center,middle)$rgb(21,60,98)$repeat(«,%rating%)
$imageabs(10,0,data\misc images\skin-refl.png,)


now i'm curious what creative ppl could do with this wink.gif
Lorraine
QUOTE(ojdo @ Aug 17 2006, 03:34) *

QUOTE(Lorraine @ Aug 17 2006, 00:27) *

Could you share the code for your hotness strip please? I like it a lot. unsure.gif


I replaced the "calculate hotness"-part in Globals with
CODE
// calculate "hotness"
$puts(hotness,$div($mul($max($sub($get(decay),$get(recentness)),0),100),$get(decay)))
hotness=$get(hotness)

*snip*

In the stripe column (width 3, resize 0) I added:[code]$set_style(back,$get_global(hotnesscolour))



Perfect, thank you! smile.gif
jayzer
QUOTE(brumal @ Aug 17 2006, 15:42) *

Doing the mini-player thing again.

cool.gif


This is great. I'm in love with your .fcs. Any chance of you posting it?
brumal
Files for my latest config have been posted --> here.

Enjoy. cool.gif
musosticky
Totally ripped off from various people but with an artist art panel I'm also madly in love with the default navigator fcs.

IPB Image
Raven.am0k
After working a little bit on my desk (Wallpaper,searching new VS), finally here is my new fooby, i love it.

IPB Image


greets Raven.am0k
chivas
QUOTE(ojdo @ Aug 16 2006, 14:24) *

Working-layout on my notebook.
Small and fast, after my old versions became overloaded with panelsIPB Image


HTPC-layout on my - you guessed it - HTPC.
  • Inverso-VS matching my black TFT cool.gif
  • Album- and artist-art - any ideas for more art?
  • Same hotness-stripe as above.
IPB Image


hey! i like your black design. could you share fcs?

would be nice!
Strictly4me
Update!

IPB Image

((((( Strictly4me )))))
Raven.am0k
QUOTE(Strictly4me @ Aug 19 2006, 12:51) *

Update!

IPB Image

((((( Strictly4me )))))



WTF???!!! Nice Foobar!!! Really nice, totaly insane, but nice smile.gif
chaosblade
Kind of.. busy tongue.gif
Strictly4me
QUOTE(Raven.am0k @ Aug 19 2006, 15:08) *
... totaly insane ...

IPB Image Is this good or bad?

((((( Strictly4me )))))
Raven.am0k
Goooooooooooood smile.gif I like it wink.gif
Anas
IPB Image
Russell777
QUOTE(Strictly4me @ Aug 19 2006, 14:51) *

Update!

IPB Image

((((( Strictly4me )))))


Hi,I wanted to know what font are you using for the coluns ui playlist.
P.S>Glad to see that you've finally solved the problem with the rating display smile.gif
Strictly4me
QUOTE(Russell777 @ Aug 19 2006, 17:02) *
Glad to see that you've finally solved the problem with the rating display smile.gif


Yes, i think it's working now. Thanks again on this place! wink.gif
In playlist i use Arial Unicode MS

((((( Strictly4me )))))
uRT
IPB Image

And

IPB Image



I made it real slim now, damn pure love! <3 (Thanks to mazy and tool++) biggrin.gif
Took like 15min to just make the damn tree ^^
chaosblade
Not bad! Breaking Benjamin's new album is somewhat disappointing though tongue.gif
uRT
QUOTE(ChaosBladE @ Aug 19 2006, 17:38) *

Not bad! Breaking Benjamin's new album is somewhat disappointing though tongue.gif


Well "Evil Angel" and "The Diary Of Jane" isn't so bad wink.gif
A group here from Sweden that's real good is called Takida, tracks like "Losing" and "Jaded" <3
tool++
Bah, now iunno if I'll finish downloading it sad.gif
Raven.am0k
**Update**

Now with blinking FB2K smile.gif and horizontal-seekbar on the right.


Animated :

IPB Image

chaosblade
What are those two vertical bars?
saberrider
My first post here, I have been reading for a long time now, but never found the time to register myself smile.gif

Here's my foobar...

IPB Image
unabatedshagie
QUOTE(saberrider @ Aug 19 2006, 19:50) *

My first post here, I have been reading for a long time now, but never found the time to register myself smile.gif

Here's my foobar...

IPB Image
Nice and clean looking, what lyric plugin is that you are using?

p.s. nice choice in music smile.gif
Funeral
IPB Image
First time messing with tabs and I love it wub.gif
saberrider
QUOTE(unabatedshagie @ Aug 19 2006, 15:10) *

Nice and clean looking, what lyric plugin is that you are using?

p.s. nice choice in music smile.gif


thank you smile.gif

I'm using foo_uie_lyrics. It's nice and simple though there aren't that many synchronized lyrics yet.
Raven.am0k
QUOTE(ChaosBladE @ Aug 19 2006, 18:49) *

What are those two vertical bars?


The left one is only a .png picture inserted with Album Art and the right one is a progressbar smile.gif
chivas
QUOTE(brumal @ Aug 18 2006, 17:23) *

Files for my latest config have been posted --> here.

Enjoy. cool.gif


why is your fcs based around the 'totaltracks' tag? about 95% of my albums don't have this tag. without having this tag, the album column for example doesn't work. can you fix it?
anyways, really nice config
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.