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
lextune
QUOTE (takt @ Jun 3 2006, 17:08) *
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

Nope. No plugin needed.

Just go to:

Preferences/ColumnsUI/Layout

Create a new layout preset.

Then customize a button to:

Main Menu Item/View/Layout/the layout you created

wink.gif
tool++
I don't have any presets option for columns :S

What is the latest version?

e: Oh crap, I had some ridiculously old pre-alpha ;D

Here's a link to my FCS:

http://fan34.free.fr/upload/up/tool_________xx0rdark^_^.zip
zmur
QUOTE (tool++ @ Jun 3 2006, 15:27) *

cool.gif what VS are you using ? another question, what do i have to do to add rating column to fcs that dont have rating columns blink.gif ?
skelly831
QUOTE (tool++ @ Jun 3 2006, 07:27) *


yeahh.

Visualise something you want to achieve, then work towards creating it.

Nice stuff smile.gif

I do layouts on paper first to visualize the shape and/or size of the panels, and it helps me to get the real thing done faster.
takt
QUOTE (lextune @ Jun 3 2006, 14:52) *
QUOTE (takt @ Jun 3 2006, 17:08) *

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

Nope. No plugin needed.

Just go to:

Preferences/ColumnsUI/Layout

Create a new layout preset.

Then customize a button to:

Main Menu Item/View/Layout/the layout you created

wink.gif


Thanks! biggrin.gif
Rekoil
hey tool++ can you help me with something, im using your fcs and everytime i select a song thats either not playing or not the first song in the album the whole row goes totally black with some blue spots, where is the setting to change that, i want the text to be 191,191,191 but the selection to be black.
this is in my browser playlist, not the *all* playlist
BrilliantGreen
QUOTE (zmur @ Jun 3 2006, 20:28) *
cool.gif what VS are you using ? another question, what do i have to do to add rating column to fcs that dont have rating columns blink.gif ?




Ctrl+P \ Display \ Columns \ Playlist view \ chick new to make a new column & paste the Autorating column codes on there..
Stuart60611
With all the new components, I did a major revamp of my set up. Here it is:

tool++
QUOTE (Rekoil @ Jun 4 2006, 06:41) *
hey tool++ can you help me with something, im using your fcs and everytime i select a song thats either not playing or not the first song in the album the whole row goes totally black with some blue spots, where is the setting to change that, i want the text to be 191,191,191 but the selection to be black.
this is in my browser playlist, not the *all* playlist



I'm not quite sure, selecting things is weird but try going to the Colours and Fonts tab and playing with the settings there.
brumal
New layout in progress. Trying to keep things compact, but with all the functionality I want.



Props to topdownjimmy for his excellent scriptage. biggrin.gif
chivas


yeah jimmy owns! :>
Sandman2012
I've came up with this Gray-Blue-Green color scheme for columns a couple of years ago and have been using variations on it ever since. I've been calling it SimpleOne, but don't know if I've ever called it that here on the forums. I've had a few requests for the .fcs over time, and in some cases seen really cool variations on it. It's flattering, seeing as how I don't know anything about code and scripts like a lot of folks who design .fcs release for the community. I just like it simple, easy to read and nice looking.

Here's the laterst incarnation:



Not shown are the track, genre and columns, which I only use to make sure my albums and single tracks all have the tags I want.

smile.gif
lextune
Chaser
brumal, I like your ColumnsUI-settings. Would you like to share your fcs?
topdownjimmy

seriously plagiarizing color ideas here wink.gif
tool++



Pelican are an amazing, amazing band.


@ Chivas - the atreyu album cover is damned sexy. Anyone know who the model is? She's really beautiful.
Russell777
i have a question regarding globals in Columns UI:i believe that i saw it on this thread,but i don't remember where (it got so big), anyway i saw people assigning a different color to every album in the playlist
i know also it could be done using the string to color function,and my question is:is there any way to make it
controlable like to set global variable to hold the now playing album title and compare the other (not playing)
song's album value with it and and if it fits to give it the same background color?I tried playing with it
but with no success.I'm sorry if that kind of question has already been asked here.Than you smile.gif
Bachi-Bouzouk
UI columns reads the script for each track separately, no way to use next or previous tracks/albums in your UI script to do domething special.

people use $crc32() to the album field. this function returns the same number for an album, but changes when the album name changes
Russell777
QUOTE (Bachi-Bouzouk @ Jun 4 2006, 23:50) *
UI columns reads the script for each track separately, no way to use next or previous tracks/albums in your UI script to do domething special.

people use $crc32() to the album field. this function returns the same number for an album, but changes when the album name changes


Yes i know but you cannot predict what color it will give you.Thanks for the reply
topdownjimmy
QUOTE (Russell777 @ Jun 4 2006, 17:46) *
is there any way to make it
controlable like to set global variable to hold the now playing album title and compare the other (not playing)
song's album value with it and and if it fits to give it the same background color?

Using the $crc32() trick, every track with the same value for %album% will have the same background color. You would not need to store and compare anything.

But somehow I think this is not what you meant to ask. Are you saying you want to specify the color to be used, rather than rely on the random color that $crc32() provides?
Bachi-Bouzouk
If you want to choose different colors but with predefined colors, you can set a lot of colors and then use $rand() or $mod functions it won't do exactly what you want, you won't be able to predict the color, but you will be able to have only chosen colors

edit I think that it is something like that that did this user:
http://www.hydrogenaudio.org/forums/index....ndpost&p=383705
with hum, his personal color taste but well..
tool++
There needs to be a $playing(%field%) function
which returns the field for the currently playing.

In this way, you could do
CODE
$if($strcmp(%album%,$playing(%album%)),$rgb(whatever),$rgb(whatever))
Russell777
QUOTE (Bachi-Bouzouk @ Jun 5 2006, 00:10) *
If you want to choose different colors but with predefined colors, you can set a lot of colors and then use $rand() or $mod functions it won't do exactly what you want, you won't be able to predict the color, but you will be able to have only chosen colors


No,that's not what i meant .I wanted to give one album let's say black color and the next one -white,and black after that,but i already understand that it's impossible.Is there really no intaractionn between the lines values?
Or at least if there was a field that gives you the number of tracks for the album it could give me a solution
Bachi-Bouzouk
you can use TRACKTOTAL but you will have to add this field manually I believe. (or with edit tags.. maybe the freedb tagger can put this field, not sure)

But there is definitely no interaction between lines..
Russell777
QUOTE (tool++ @ Jun 5 2006, 00:12) *
There needs to be a $playing(%field%) function
which returns the field for the currently playing.

In this way, you could do
CODE
$if($strcmp(%album%,$playing(%album%)),$rgb(whatever),$rgb(whatever))


Yes you right and i hope there was but.. sad.gif
tool++
Can you set variables?

Because then you could set the previous album as a variable and do some compare things.
Russell777
Well then another question if i create a global variable in trackinfo panel is it also limited for use only in trackinfo panel?
Silversight
QUOTE (Russell777 @ Jun 4 2006, 23:52) *
Yes i know but you cannot predict what color it will give you.Thanks for the reply


That's right, you would have to store the hue value somewhere in the files if you wanted to control what colour is assigned to an album. However, to a certain extent you can limit the colours to a part of the hue scale (for example, excluding "reddish" colours - mod by (160-40), then add 40) or to a rougher hue grid (f. e., mod by 6, then multiply by 40 restricts to red, yellow, green, cyan, blue, pink).
Russell777
QUOTE (tool++ @ Jun 5 2006, 00:25) *
Can you set variables?

Because then you could set the previous album as a variable and do some compare things.


Well thats the problem,that so called "global" variables is only global in their home line

QUOTE (Silversight @ Jun 5 2006, 00:26) *
QUOTE (Russell777 @ Jun 4 2006, 23:52) *


Yes i know but you cannot predict what color it will give you.Thanks for the reply


That's right, you would have to store the hue value somewhere in the files if you wanted to control what colour is assigned to an album. However, to a certain extent you can limit the colours to a part of the hue scale (for example, excluding "reddish" colours - mod by (160-40), then add 40) or to a rougher hue grid (f. e., mod by 6, then multiply by 40 restricts to red, yellow, green, cyan, blue, pink).

Yes,but in this way you can possibly have two following albums with the same color and thats what i'm trying to avoid.Thanks anyway
lextune
Slourte
QUOTE (zmur @ Jun 3 2006, 20:28) *
QUOTE (tool++ @ Jun 3 2006, 15:27) *


cool.gif what VS are you using ? another question, what do i have to do to add rating column to fcs that dont have rating columns blink.gif ?


I would also like to know what visual style you're using. It looks great.
TheReds
just switched to 9.1 and am loving it so far!





cheers biggrin.gif
vonmeth
QUOTE (Slourte @ Jun 4 2006, 18:43) *
QUOTE (zmur @ Jun 3 2006, 20:28) *

QUOTE (tool++ @ Jun 3 2006, 15:27) *


cool.gif what VS are you using ? another question, what do i have to do to add rating column to fcs that dont have rating columns blink.gif ?


I would also like to know what visual style you're using. It looks great.


I third that inquiry.
zmur
QUOTE (vonmeth @ Jun 5 2006, 03:36) *
QUOTE (Slourte @ Jun 4 2006, 18:43) *

QUOTE (zmur @ Jun 3 2006, 20:28) *

QUOTE (tool++ @ Jun 3 2006, 15:27) *


cool.gif what VS are you using ? another question, what do i have to do to add rating column to fcs that dont have rating columns blink.gif ?


I would also like to know what visual style you're using. It looks great.


I third that inquiry.

I'd bump it up in case it goes unnoticed rolleyes.gif
mimeryme
That looks like a bbleanskin scheme, judging by the glyphs being used, complemented with a black window color scheme.
tool++
Yeah, its bblean + bbColorEx + my own 3DC style codes + Windows Classic.

:]
chivas
QUOTE (tool++ @ Jun 4 2006, 13:38) *



Pelican are an amazing, amazing band.


@ Chivas - the atreyu album cover is damned sexy. Anyone know who the model is? She's really beautiful.



Its Natalia Delano, and she really is amazing!! dry.gif

http://www.nataliadelano.com/
tool++
Cheers, chivas smile.gif


E: Oh Christ she has MSN...must...resist...add....
DiGiCharat


Nothing special but simple ^^

inspired by lots of people smile.gif

fcs by moglenstar from neowin tongue.gif

p.s. sorry for the image size crying.gif
brumal
Still working on this layout, but I'm liking it. Didn't like the playlist dropdown and browser combination, so went back to my old playlist switcher config. I think the few clicks/keypresses to get somewhere, the better.



BTW, for those asking for the config, I'll release it when I'm done. Until then, just work on those reverse-engineering skills. smile.gif
Chaser
brumal, thank you for your reply! I will be patient - since mine isn't too bad at all wink.gif
Generalverdacht
QUOTE (lextune @ Jun 4 2006, 17:06) *



one of nices configs i´ve seen so far.
great work
BeGe
hmm
lextune
QUOTE (Generalverdacht @ Jun 5 2006, 12:23) *
QUOTE (lextune @ Jun 4 2006, 17:06) *




one of nices configs i´ve seen so far.
great work

Thanks smile.gif

I like it even better in my newest visual style:

zoidbergslo
QUOTE (tool++ @ Jun 4 2006, 20:38) *



Pelican are an amazing, amazing band.


@ Chivas - the atreyu album cover is damned sexy. Anyone know who the model is? She's really beautiful.

very nice. Is there any way that you would share fcs
ThalSwe
QUOTE (zoidbergslo @ Jun 6 2006, 00:30) *
QUOTE (tool++ @ Jun 4 2006, 20:38) *




Pelican are an amazing, amazing band.


@ Chivas - the atreyu album cover is damned sexy. Anyone know who the model is? She's really beautiful.

very nice. Is there any way that you would share fcs


He already has:
http://fan34.free.fr/upload/up/tool_________xx0rdark^_^.zip
khoma
QUOTE (brumal @ Jun 5 2006, 10:07) *
Still working on this layout, but I'm liking it. Didn't like the playlist dropdown and browser combination, so went back to my old playlist switcher config. I think the few clicks/keypresses to get somewhere, the better.



BTW, for those asking for the config, I'll release it when I'm done. Until then, just work on those reverse-engineering skills. smile.gif


is it Playlist Tree on the right? which tag do u use to right-align the item count?
neomcnasty
My simple layout:



It's simple and blue, just how I like it. ^^
Slourte
Just switched to 0.9 and I love it.



Someone has to make a component to remove those edges though.
Sphix
Updated:
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.