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
topdownjimmy
QUOTE (mazy @ May 24 2006, 19:35) *
thanx again, though i haven't come with the base colors, they are spex04's job (and he did a great one, i have to say).

the style string for experiments with bigger color space could be as follows. there are 9 parameters, 3 for each of hue, saturation and lightness (starting with h, s and l correspondingly). they are wideness (_w), multiplication (_m) and base (_b). resulting component is computed according to: component = (value modulo wideness) * multiplication + base. component shouldn't be outside of 0-240 interval. if anyone finds interesting parameters, give me a shout. i'm not very optimistic about this ...

CODE
$puts(hb,0)
$puts(hw,240)
$puts(hm,1)
$puts(sb,100)
$puts(sw,10)
$puts(sm,10)
$puts(lb,50)
$puts(lw,5)
$puts(lm,10)
//
$puts(crc,$crc32($replace($lower(%artist%), ,)))
//
$puts(h,$add($mul($mod($div($get(crc),1),$get(hw)),$get(hm)),$get(hb)))
$puts(s,$add($mul($mod($div($get(crc),$mul($get(hw),$get(hm))),$get(sw)),$get(hm)),$get(sb)))
$puts(l,$add($mul($mod($div($get(crc),$mul($get(hw),$get(hm),$get(sw),$get(sm))),$get(lw)),$get(lm)),$get(lb)))
//
$puts(col,$hsl($get(h),$get(s),$get(l)))
$set_style(back,$get(col),$get(col))

just brilliant! i can't wait to play around with this. i never even knew about the $crc32() and $hsl() functions...are they discussed in the titleformat help file? if not, where can i find all the functions i don't know about? thanks for this great idea...
Squeller
QUOTE (topdownjimmy @ May 31 2006, 07:20) *
just brilliant! i can't wait to play around with this. i never even knew about the $crc32() and $hsl() functions...are they discussed in the titleformat help file? if not, where can i find all the functions i don't know about? thanks for this great idea...
The idea is probably stolen wink.gif BTW, I started a topic at 0.83 era once, and there was someone who offered a code for coloring. He rebuilt a hash function like crc (coz that wasn't available in 0.83), that was more amazing. And cpu intensive. And lots of code lines...
Generalverdacht
spex04
To mazy:

An idea for the colours.. Maybe you could have the saturation/lightness change with the %date% field. That way, for the same artist, you would have different shades of the same colour, depending on if the album is old or new..?

BTW, I love what you've done with the colours so far smile.gif
topdownjimmy
QUOTE (mazy @ May 30 2006, 10:40) *


another small update, playing with trackinfo panels. it was quite difficult to find appropriate monospaced font usable at this size .... too bad there are so many problems / bugs in the trackinfo panel :/

can you share the hb, hw, hm, etc values you're using for your tracknumber column?
SwiftBass
QUOTE (iregados @ May 30 2006, 19:25) *
QUOTE (SwiftBass @ May 30 2006, 22:16) *

updated......




tips pointers?


can you share the code of you ALBUM COLUN here ??
just copy in one notepad and post here if you can =)



CODE
$puts(artist,$if($stricmp(%_fnt%,1),$replace($if2(%artist%,Unknown),']>'
,%_ars%|%_sars%']>'%_ar%|%_sar%,'>]',%_ars%|%_sars%'>]'%_ar%|%_sar%,'])',
%_ars%|%_sars%'])'%_ar%|%_sar%,')]',%_ars%|%_sars%')]'%_ar%|%_sar%,')>'
,%_ars%|%_sars%')>'%_ar%|%_sar%,'>)',%_ars%|%_sars%'>)'%_ar%|%_sar%,'))',
%_ars%|%_sars%'))'%_ar%|%_sar%,'<',%_ars%|%_sars%'<','>','>'%_ar%|%_sar%,
'[',%_ars%|%_sars%'[',']',']'%_ar%|%_sar%,'(',%_ars%|%_sars%'(',')',')'%_ar%|%_sar%),
%_ar%|%_sar%$if2(%artist%,Unknown)))
$puts(album,$if($stricmp(%_fnt%,1),$replace($if2(%album%,Unknown),']>',
%_als%|%_sals%']>'%_al%|%_sal%,'>]',%_als%|%_sals%'>]'%_al%|%_sal%,'])'
,%_als%|%_sals%'])'%_al%|%_sal%,')]',%_als%|%_sals%')]'%_al%|%_sal%,')>'
,%_als%|%_sals%')>'%_al%|%_sal%,'>)',%_als%|%_sals%'>)'%_al%|%_sal%,
'))',%_als%|%_sals%'))'%_al%|%_sal%,'<',%_als%|%_sals%'<','>','>'%_al%|%_sal%
,'[',%_als%|%_sals%'[',']',']'%_al%|%_sal%,'(',%_als%|%_sals%'(',')',')'%_al%|%_sal%),
%_al%|%_sal%$if2(%album%,Unknown)))
$puts(atst,$if($or($stricmp(%_aalign%,0),$stricmp(%_aalign%,3)),%_spc%%_ar%
|%_sar%$get(artist)%_spc%$tab(1),$if($stricmp(%_aalign%,1),%_spc%%_ar%
|%_sar%$get(artist)%_spc%,$tab(1)%_spc%%_ar%|%_sar%$get(artist)%_spc%)))
$puts(albm,$if($stricmp(%_aalign%,2),$tab(1),)$if($and($stricmp(%_aalign%,3),
$stricmp(%_agn%,0)),$tab(1),)%_spc%%_tag%|%_stag%ALBUM:%_spc%%_al%|%_sal%$get
(album)$if($and($stricmp(%_aalign%,3),$stricmp(%_agn%,1)),$tab(1),)%_spc
%$if($stricmp(%_agn%,1),%_spc%%_tag%|%_stag%GAIN:%_spc%%_dat%|%_sdat%
$if(%__replaygain_album_gain%,$cut(%__replaygain_album_gain%,5),±0)%_spc%
%_tag%|%_stag%dB%_spc%,)$if($stricmp(%_aalign%,0),$tab(1),))
$puts(year,$if($stricmp(%_aalign%,2),$tab(1),$if($and($stricmp(%_agn%,0)
,$stricmp(%_aalign%,3)),$tab(1),))$if($stricmp(%_genr%,1),%_spc%%_tag%
|%_stag%GENRE:%_spc%%_dat%|%_sdat%$if2(%genre%,Unknown)%_spc%,)
$if($and($stricmp(%_aalign%,3),$stricmp(%_agn%,1)),$tab(1),)$if
(%date%,%_spc%%_tag%|%_stag%DATE:%_spc%%_dat%|%_sdat%%date%%_spc%,)$if($stricmp(%_aalign%,0),$tab(1),))
$if(%_length%,$if($stricmp(%_vi%,1),
$if($stricmp($tracknumber(2),01),$get(albm))
$if($stricmp($tracknumber(2),02),$get(year)),
$if($stricmp($tracknumber(2),01),$get(atst))
$if($stricmp($tracknumber(2),02),$get(albm))
$if($stricmp($tracknumber(2),03),$get(year))),
$if(%artist%,$get(atst),))


hows that? if its not good lemme know, because i hit enter a few times to fit it on the board
mazy
QUOTE (Squeller @ May 31 2006, 17:49) *
QUOTE (topdownjimmy @ May 31 2006, 07:20) *
just brilliant! i can't wait to play around with this. i never even knew about the $crc32() and $hsl() functions...are they discussed in the titleformat help file? if not, where can i find all the functions i don't know about? thanks for this great idea...
The idea is probably stolen wink.gif BTW, I started a topic at 0.83 era once, and there was someone who offered a code for coloring. He rebuilt a hash function like crc (coz that wasn't available in 0.83), that was more amazing. And cpu intensive. And lots of code lines...

well, we have been discussing this. it was interesting idea and i was all eager to see what you did with it, but without $hsl and native $crc32 functions, it was somehow cumbersome. iirc foosion came with it for 0.9 beta (first implemented as separate plugin) and he demonstrated using it in default ui.

i just took from there (knowing all the work done before) and i don't claim that what i did was brilliant, so don't call me thief wink.gif. i'm merely a promoter of using $hsl and $crc32 ...

QUOTE (spex04 @ May 31 2006, 18:55) *
An idea for the colours.. Maybe you could have the saturation/lightness change with the %date% field. That way, for the same artist, you would have different shades of the same colour, depending on if the album is old or new..?

BTW, I love what you've done with the colours so far smile.gif

yes, that would be easy to do, good idea! thank you, i love your original config ... very aesthetic.

QUOTE (topdownjimmy @ May 31 2006, 19:05) *
can you share the hb, hw, hm, etc values you're using for your tracknumber column?

here you go, that original one uses just a hue (that's for background; font has lightness at 90):

CODE
$puts(hb,0)
$puts(hw,240)
$puts(hm,1)
$puts(sb,200)
$puts(sw,0)
$puts(sm,0)
$puts(lb,220)
$puts(lw,0)
$puts(lm,0)
Squeller
QUOTE (mazy @ May 31 2006, 09:49) *
i just took from there (knowing all the work done before) and i don't claim that what i did was brilliant, so don't call me thief wink.gif
Aren't we all thieves? smile.gif
lextune
QUOTE (Squeller @ May 31 2006, 15:38) *
Aren't we all thieves? smile.gif

No.

huh.gif
KalleGuld
QUOTE (Squeller @ May 31 2006, 21:38) *
Aren't we all thieves? smile.gif


hehe I know I am. Luckily it's not illegal to get some inspiration. So here comes a couple more screens:



The colours are far from perfect, I guess I actually like coding more than designing smile.gif

They are all taken from my script which I hope to release someday, if i'll ever get finished smile.gif
unart
My updated design:



The Logo in the top left corner is a button image (without further function) at the moment. Does an easier way exist to include pictures?
SwiftBass
QUOTE (KalleGuld @ May 31 2006, 15:11) *
QUOTE (Squeller @ May 31 2006, 21:38) *

Aren't we all thieves? smile.gif


hehe I know I am. Luckily it's not illegal to get some inspiration. So here comes a couple more screens:



The colours are far from perfect, I guess I actually like coding more than designing smile.gif

They are all taken from my script which I hope to release someday, if i'll ever get finished smile.gif



can i get that code that u used to display the album, artist etc.? i like its simple design and im not too interested with gains and bitrate stuff because its on my status bar. btw its the one from the config on the far right.
fluffy
QUOTE (unart @ May 31 2006, 18:24) *
My updated design:



The Logo in the top left corner is a button image (without further function) at the moment. Does an easier way exist to include pictures?

What's the color code for the red?
SwiftBass
QUOTE (iregados @ May 30 2006, 11:09) *
QUOTE (mazy @ May 30 2006, 11:40) *



another small update, playing with trackinfo panels. it was quite difficult to find appropriate monospaced font usable at this size .... too bad there are so many problems / bugs in the trackinfo panel :/


how you did each colum with one diferent color??



i suppose that u dont wanna share the code for something orignal as that huh? its my fav.
mazy
QUOTE (SwiftBass @ Jun 1 2006, 02:33) *
i suppose that u dont wanna share the code for something orignal as that huh? its my fav.

i wouldn't call it original and so should you, or i'm going to be bashed over and over wink.gif. well the fcs file is few pages back in this post. you could find formatting for playlist dropdown plugin somewhere near that too ...
xequence
How would I change the playlist view back to the original? Like... Just like a fresh install. Default colours and everything. I want to go a bit more minimal now, maybe.
iregados


my new Fb2k

i want to do more litle changes.....but i dont know how =\
if someone can help me in these changes =P haUUHAhua

thx for all who help me here =)
bb
(sorry one more time for a bad english ^^)
Neural_Overload
Heres my first ever foobar layout, very brightly colored. I have one thing im not quite sure how to fix. Id like to make the text color of the selected song white.



Any suggestions/comments are welcome.
unart
QUOTE (fluffy @ Jun 1 2006, 01:22) *
QUOTE (unart @ May 31 2006, 18:24) *

My updated design:



The Logo in the top left corner is a button image (without further function) at the moment. Does an easier way exist to include pictures?

What's the color code for the red?


rgb(252,66,3)

Is there anybody who has any ideas regarding my initial question?
KalleGuld
QUOTE (SwiftBass @ Jun 1 2006, 02:11) *
can i get that code that u used to display the album, artist etc.? i like its simple design and im not too interested with gains and bitrate stuff because its on my status bar. btw its the one from the config on the far right.


Well, it's really some tagled up code, so I guess you'll only benefit from it if you know how to code for yourself smile.gif

Also, I hope you mean the trackinfo code, here it is:

CODE

$puts(alb,$caps2($replace(
$trim($if2(%album%,'N/A'))
,'(',$char(10)$get_global(c_txtd)$get_global(t_parastart),')',$get_global(t_paraend)$rgb())
$if($meta(discnumber),
$char(10)$get_global(c_txtd)$get_global(t_parastart)Disc %discnumber%[ '/' %totaldiscs%]$get_global(t_paraend)$rgb())))
$puts(alar,
$trim($caps2($replace(
$if($srticmp(%album artist%,various artists),VA,
$if($stricmp($left(%album artist%,4),the ),$right(%album artist%,$sub($len(%album artist%),4))', The',
%album artist%)),'(',$get(c_txtd)$get_global(t_parastart),')',$get_global(t_paraend)$rgb())
))
)

$if(%_trackinfo_notrack%,
$select($rand(7),
$puts(c1,$rgb(255,255,255))$puts(c2,$rgb(0,0,0)),
$puts(c2,$rgb(255,255,255))$puts(c1,$rgb(0,0,0)))
$char(10)$char(10)$tab()$transition(G r e a t J u s t i c e,$get(c1),$get(c2))$tab(),

$if(%rating%,$get_global(c_txtd)$repeat($char(9679) ,%rating%)$rgb())
$tab()
$puts(tilen,$ifgreater($strstr(%title%,'('
//)
),1,$strstr(%title%,'('
//)
),$add(1,$len(%title%))))

$replace(
$transition(
$repeat(#,$sub($max($len($get(alar)),$get(tilen)),
$len($get(alar))))
$get_global(t_parastart)
//Frist Line
$caps2($if2(%artist%,Unknown Artist))

$get_global(t_paraend)
,
$get_global(c_txtf),$get_global(c_txt)),
#,)


$char(10)$tab()

$replace(
$transition(
$repeat('#',$sub($max($len($get(alar)),$get(allen)),$get(allen)))
$get_global(t_parastart)

//2nd Line
$trim($left(%title%,$sub($get(tilen),1)))
$get_global(t_paraend)
,
$get_global(c_txtf),$get_global(c_txt)),
#,)

$char(10)
$ifgreater($strstr(%title%,'('
//)
),1,
$tab()

//3rd line
$get_global(c_txtd)$get_global(t_parastart)
$replace(
$right(%title%,$sub($len(%title%),$get(tilen))),
'(',$get_global(t_parastart),')',$get_global(t_paraend))
,
)



$if($meta(album artist),%album artist%)$char(10)
[$get(alb)]



)


if you referred to the collumns code, it will be released soon I hope.

Edit:Remember to define the following globals:
c_txt (color)
c_txtd (color)
c_txtf (color)
t_parastart (not nessecary)
t_paraend (not nessecary)
carmenm
QUOTE (unart @ May 31 2006, 16:24) *
My updated design:



The Logo in the top left corner is a button image (without further function) at the moment. Does an easier way exist to include pictures?

Just wnated to say that your config is really great, but most of all that you have really good taste in music biggrin.gif i think i am gonna listen to Parlor now wink.gif Thank you...
vonmeth
QUOTE (unart @ May 31 2006, 16:24) *
My updated design:



The Logo in the top left corner is a button image (without further function) at the moment. Does an easier way exist to include pictures?


There is no current way to include a picture except for changing all your album art to include one.

That is a pretty ingenious by the way. I really wouldn't have thought of useing the buttons as a way to display a image. Consider the idea stolen. wink.gif
unart
QUOTE (vonmeth @ Jun 1 2006, 13:45) *
QUOTE (unart @ May 31 2006, 16:24) *

My updated design:



The Logo in the top left corner is a button image (without further function) at the moment. Does an easier way exist to include pictures?


There is no current way to include a picture except for changing all your album art to include one.

That is a pretty ingenious by the way. I really wouldn't have thought of useing the buttons as a way to display a image. Consider the idea stolen. wink.gif


Feel free to use this way. To change all my album art is surely not an easier way. Thanks for the info.
TrisoBoy
Hello I have a question :

How can I change the color of this :

Generalverdacht
do you mean the edges? not possible, you can only shift between, grey, sunken and none. but you can choose another visual style which changes your whole windows appearance, many people do this here....
TrisoBoy
QUOTE (Generalverdacht @ Jun 1 2006, 10:10) *
do you mean the edges? not possible, you can only shift between, grey, sunken and none. but you can choose another visual style which changes your whole windows appearance, many people do this here....


ok thanks !
4nt1
you cant unless you make your own visualisation for windows...
but based on the fact you are listening to ashlee simpson you are lucky I even told you that much
fuflo
nothing special but...


topdownjimmy


layout pretty much exactly how i want it. still want to customize the playlist colors and maybe add some columns for bitrate and other things. not sure i'm done with the trackinfo panel either. statusbar might need some work.
yatahaze
Nevermind..
Shinsou
QUOTE (TrisoBoy @ Jun 1 2006, 17:46) *
Hello I have a question :

How can I change the color of this :


change msstyle. it's the only way
cwbowron
My setup... consists of two views that I toggle on the Click Me splitter

lextune
I regularly use three different layouts with my foobar. Here they are:

Playlist Layout


Visual Layout


Minimal Layout



To switch layouts is as simple as clicking a button:





lav-chan
I realise the visualisation thing is neat to look at sometimes, but why on Earth would you need an entire layout dedicated to it? That just seems incredibly superfluous to me.
walla
My first post smile.gif I hope you like it.

Russell777
Foobar 2000? No,this is Foobar XP.It will be included in the next windows release. laugh.gif

(It's actually working)



Is it stupid?-Yes
Is it funny?-Just as it's stupid
Phaeton
This is a horrible first post, but is the best way to acheive anything like some of these just to keep fiddling with the configuration? Seems like I've spent hours upon hours to acheive sub-par layouts.
tool++


yeahh.


QUOTE
This is a horrible first post, but is the best way to acheive anything like some of these just to keep fiddling with the configuration? Seems like I've spent hours upon hours to acheive sub-par layouts.


Visualise something you want to achieve, then work towards creating it.
lextune
QUOTE (lav-chan @ Jun 3 2006, 03:12) *
I realise the visualisation thing is neat to look at sometimes, but why on Earth would you need an entire layout dedicated to it? That just seems incredibly superfluous to me.

To each his own. I won't pretend to understand why some people set their foobar2000 up the way they do. You shouldn't either. tongue.gif

But if you must know tongue.gif tongue.gif

I really only use my Visual layout if I'm not actually sitting at my computer, it's not as if I just sit and stare at it. It is the layout I have on when I am just hanging around the the house/working out/whatever with foobar playing in the background.

It's nice. Big album art panel. Big visualization. Lot's of "visuals". wink.gif
khoma
Full view mode...



...take control...



...sing...



...and change track

Lance Uppercut
QUOTE (tool++ @ Jun 3 2006, 10:27) *


yeahh.



Truly excellent! I will definitely be copping your style.

Phaeton
This is what I'm at right now - http://xesttub.com/tony/ss2.gif (Killed image quality in favor of image size).

It's not pretty, but I'm getting there =[.
Russell777
This is my new and better FbXp

Shadikka


I like mine quite simple.
Anas
QUOTE (Phaeton @ Jun 3 2006, 17:04) *
(Killed image quality in favor of image size)

Use PNG images, so you won't need to cripple your image to make it's file size small. PNG is small and has good quality.
PlasmaWrath
QUOTE (tool++ @ Jun 3 2006, 16:27) *


Any chance of sharing the .fcs?
BrilliantGreen
heres my mini ver ohmy.gif.. *has the playlist on autohide* base on brumal's milk mini + the Autorating column tongue.gif

vonmeth
takt
QUOTE (BrilliantGreen @ Jun 3 2006, 12:06) *
heres my mini ver ohmy.gif.. *has the playlist on autohide* base on brumal's milk mini + the Autorating column tongue.gif


How is everyone making their setups like this? Is there a plugin that allows you to toggle a button to a certain layout or page?

ohmy.gif
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.