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
chaosblade
Anyone made a single_column display that looks decent for full screen foobar? I'm interested, But it will take a little learning the new syntax smile.gif
tool++
What would you suggest with that? Fullscreen layouts maximise horizontal space, and single column generally is moste space efficient when there's minimal horizontal space.

Any ideas how you'd prevent massive space wasteage? (maybe have all the technical info on a line or something?
speedemonV12
QUOTE(tool++ @ Sep 7 2006, 13:59) *

Made a trackinfo similar to some of my older setups:

IPB Image



tools this looks amazing.. think that you could post up your configs??
Strictly4me
@tool++

Can you tell me the code to change image "play" and so on? I think, you have made it with albumart? (near trackinfo_mod)

THX, ((((( Strictly4me )))))
tool++
Contrary to popular belief, my play button doesn't change, much as I'd love it to.

I think the buttons component leaves a lot to be desired actually, what with it forcing 1px margins etc /scowls

Top box:
CODE

%album%


Middle box:
CODE


$if(%_isplaying%,$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-0-0-0)
,
$padding(4,0)
$ifequal($mod(%_playlist_number%,2),0,
$drawrect(0,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)
,
$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-240-240-240)
)
)
$padding(4,0)
$if(%_isplaying%,$font(calibri,8.5,bold,255-255-255),$font(calibri,8.5,bold,164-171-179))↘

$if(%_isplaying%,
$font(calibri,8.5,bold,255-255-255)
,
$font(calibri,8.5,bold,180-180-180)
)

$align(left,center)[Disc %discnumber% ][%tracknumber%. ]

$if(%_isplaying%,
$font(calibri,8.5,bold,255-255-255)
,
$font(calibri,8.5,bold,129-138-150)
)
$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,
$font(calibri,8.5,bold,255-255-255)
,
$font(calibri,8.5,bold,120-120-120)
)%title%

$if(%_isplaying%,
$font(calibri,8.5,bold,255-255-255)
,
$font(calibri,8.5,bold,200-200-200)
)
$align(right,center)%length%



Bottom box:
CODE

$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-240-240-240)$padding(4,0)
$align(left,center)$font(calibri,9,bold ,129-138-150)$if($meta_test(album artist),%album%,%artist%)
$align(right,center)$font(calibri,8.5,bold,90-90-90)$if($meta_test(album artist),%album artist%,%album%)
$font(calibri,8.5,italic,140-140-140)[ '('%date%')'] [ '('%__bitrate%'kbps)']




It is kinda a personal style and I'd like to keep it that way, by all means be inspired by it but don't just make a clone of my setup. <3

Thanks happy.gif
pirlouy
2 questions (maybe it's not the right place):

-How do you do to have a different color for 2 lines of playlist ?
-How do you do to have this "halo" around the font ?
AsD
QUOTE(pirlouy @ Sep 7 2006, 19:27) *

2 questions (maybe it's not the right place):

-How do you do to have a different color for 2 lines of playlist ?
-How do you do to have this "halo" around the font ?


different colors:
CODE
$if($strcmp($mod(%_playlist_number%,2),1),$drawrect(,,,,brushcolor-225-237-251 pencolor-null))

or:
CODE
$if($strcmp($mod(%_playlist_number%,2),1),$drawrect(,,,,brushcolor-225-237-251 pencolor-null),$drawrect(,,,,brushcolor-222-222-222 pencolor-null))


The "halo":
http://wiki.hydrogenaudio.org/index.php?ti...#To_change_font

Here is my foobar:
IPB Image

tool++
AsD that looks absolutely amazing.

Best Apple styled foo I've ever seen. Do the controls, scroll etc at the bottom actually function?



I updated the font at the top to be calibri.

I should probably stop posting minor changes, but it will get on my nerves otherwise.

IPB Image
mitchmalibu
Long time since I've posted something. Code taken from "you know who" and modified for various artists albums compatibility.

IPB Image
AsD
QUOTE(tool++ @ Sep 7 2006, 21:27) *

AsD that looks absolutely amazing.

Best Apple styled foo I've ever seen. Do the controls, scroll etc at the bottom actually function?


Thanks.
The controls are not working. I am waiting. Supposedly track info mod is going to support that.
jayzer
QUOTE(mitchmalibu @ Sep 7 2006, 22:18) *

Long time since I've posted something. Code taken from "you know who" and modified for various artists albums compatibility.

IPB Image


I would love to have your config. And what component is it that says "1/3 default (playing)"? I've seen it around a bunch, but am not sure what it actually is.
flatrabbit
QUOTE(jayzer @ Sep 7 2006, 22:24) *

I would love to have your config. And what component is it that says "1/3 default (playing)"? I've seen it around a bunch, but am not sure what it actually is.

It's foo_uie_playlists_dropdown you can grab it from it's thread here
tool++
Bah, how do you get a second line?

PS thats a really nice human layout :]


Ok here's my mazy ripoff, what with everyone else doing it:

Not based on mazy's config mind.

IPB Image
Yotsuya
To get the second line, you just change the row heigh and add another $align() or $alignabs() function. Just remember that the header row still needs to be the same height as the item rows. I've been toying around with this myself but have yet to settle on a design I like.
tool++
Done and done :]
baworak
IPB Image
chaosblade
Nice stuff tool. How does that work for singles\VA though?
Yotsuya
There is just something about that arrow icon.
IPB Image
bryzzz01
QUOTE(tool++ @ Sep 7 2006, 18:27) *

AsD that looks absolutely amazing.

Best Apple styled foo I've ever seen. Do the controls, scroll etc at the bottom actually function?



I agree, can I see what's in your (ASD) components folder and also get your FCB? Thanks!
mitchmalibu
here is the code.

row height : 24

item display:

CODE
$if($strcmp($mod(%_playlist_number%,2),1),
$drawrect(,,,,brushcolor-249-246-242 pencolor-null))

$if(%_selected%,$drawrect(0,0,0,0,brushcolor-229-226-222 pencolor-null))

$padding(2,0)
$font(calibri bold,9,,70-70-70)
$replace(%title% $if($meta_test(album artist),$font(calibri bold,9,,170-170-170)by %artist%,),'(',$font(,,bold italic,204-204-204)'(')

$alignabs(6,13,%_width%,%_height%,,)
$font(CubicFive10,6,nocleartype,130-130-130)
[%length% | ][%bitrate% kbps]

$if(%isplaying%,

$align(right,center)
$font(lucida sans unicode,12,glow-130-130-130 glowexpand-1,250-250-250)
$select($add(1,$mod(%_time_elapsed_seconds%,2)),♪♫,♫♪),

$alignabs(0,-1,$sub(%_width%,2),%_height%,right,)
$font(CubicFive10,6,nocleartype,130-130-130)
[%play_count%x]
$if(%cwb_queueindex%, '['%cwb_queueindexes%/%cwb_queuelength%']')

$alignabs(0,10,$sub(%_width%,2),%_height%,right,)
$font(Wingdings,9,glow-130-130-130 glowexpand-1,250-250-250)
$repeat(«,%rating%))


group display:

CODE
$padding(0,0)
$drawrect(,,,,brushcolor-204-130-87 pencolor-null)

$padding(4,1)
$align(left,center)
$font(calibri bold,13,,250-250-250)
%album artist%

$align(right,center)
$font(,9,bold,255-255-255)
%album%

$alignabs(-6,13,%_width%,%_height%,right,)
$font(CubicFive12,6,nocleartype,230-205-190)
[%date% | ][%genre%]
Strictly4me
@Yotsuya

If your mp3-image change (by extension maybe), can you tell me the code for it? Is it in trackinfo_mod or in an album art panel?

THX, ((((( Strictly4me )))))
Yotsuya
It's a trackinfomod panel, the code I use is:
CODE
// File Icon
$if($strcmp($left(%path%,7),http$char(58)$char(47)$char(47)),
$imageabs($sub(%_width%,48),$sub(%_height%,52),icons\png\%codec%.png,)
,
$imageabs($sub(%_width%,48),$sub(%_height%,52),icons\png\$replace(%filename_ext%,%filename%.,).png,)
)


I batch converted the .ico files that come with foobar into .png files and placed them in a png subdirectory. I got the idea by looking at one of mazy's configs.
Strictly4me
Hm, don't works for me. sad.gif

((((( Strictly4me )))))
Yotsuya
Did you convert your .ico files into .png ? Did you place them in x:\path\to\foobar2000\icons\png ?
chaosblade
Might need to be in his %appdata% directory instead.
Masahiko
QUOTE(AsD @ Sep 8 2006, 01:12) *

Here is my foobar:
IPB Image


Nice playlist formating string smile.gif
Strictly4me
QUOTE(Yotsuya @ Sep 8 2006, 16:26) *

Did you convert your .ico files into .png ? Did you place them in x:\path\to\foobar2000\icons\png ?

Sorry, my fault. It works now! I made something wrong. crying.gif
What you think about: Is there a way to make the same feature with stop, play, pause?
I already tried, but i didn't find any way for it. sad.gif

Normal i use:
CODE
$if(%_ispaused%,Paused,$if(%_isplaying%,Playing, Stoped ))

This code works fine till now, but of course without image. I was using it in old trackinfo panel.
Maybe you have some ideas, to show image with it? lalala.gif

((((( Strictly4me )))))
Yotsuya
CODE
$imageabs($div($sub(%_width%,24),2),$div($sub(%_height%,24),2),images\
$if(%ispaused%,pause.png,$if(%isplaying%,play.png,stop.png))
,)


IPB Image IPB Image IPB Image
pause.png, play.png, stop.png
Strictly4me
Thats sooo great! I love you! wub.gif laugh.gif

Thanks, ((((( Strictly4me )))))
flatrabbit
Here's mine, pretty boring compared to the ones I've seen floating around.

addons: foo_ui_columns, foo_uie_albumart, foo_uie_albumlist, foo_uie_playlists_dropdown (hidden until mouse over just above the playlist), foo_uie_single_column_playlist (thanks to tool++ for the base code), foo_uie_tabs, & foo_uie_trackinfo.

IPB Image
speedemonV12
QUOTE(tool++ @ Sep 7 2006, 18:27) *

AsD that looks absolutely amazing.

Best Apple styled foo I've ever seen. Do the controls, scroll etc at the bottom actually function?



I updated the font at the top to be calibri.

I should probably stop posting minor changes, but it will get on my nerves otherwise.

IPB Image



tool++ what vs are you using??
AsD
QUOTE(bryzzz01 @ Sep 8 2006, 10:17) *

QUOTE(tool++ @ Sep 7 2006, 18:27) *

AsD that looks absolutely amazing.

Best Apple styled foo I've ever seen. Do the controls, scroll etc at the bottom actually function?



I agree, can I see what's in your (ASD) components folder and also get your FCB? Thanks!

Check your Messages...

QUOTE(Masahiko @ Sep 8 2006, 12:03) *

QUOTE(AsD @ Sep 8 2006, 01:12) *

Here is my foobar:
IPB Image


Nice playlist formating string smile.gif


Thanks
CepiPerez
A few modifications on my last skin...

IPB Image

And waiting for an update for the single playlist component...

Rhand
After 3 Months of trying. biggrin.gif


IPB Image
sHsIkuA
IPB Image

mine smile.gif
Idec Sdawkminn
I've been wanting to get v0.9 for a while, but I worked so hard on the appearance of my v0.8.3 and didn't want to have to do it all over again because of different strings. Are all the strings the same? Would I be able to just copy them over to v0.9?
Great Jay
QUOTE(sHsIkuA @ Sep 9 2006, 04:58) *

IPB Image

mine smile.gif


where have you guys all the images from? I mean the "rating symbols" and "preferences" and that stuff...
Are the "rating symbols" clickable and do they work?
sHsIkuA
QUOTE(Great Jay @ Sep 9 2006, 02:12) *



where have you guys all the images from? I mean the "rating symbols" and "preferences" and that stuff...
Are the "rating symbols" clickable and do they work?


which symbol u mean? in the playlist or the buttons biggrin.gif
its a font , some font can display the star using the code $char(9733)

and the symbol is not clickable, but i use the bottom 5 smilies to rate it biggrin.gif
Russell777
2 RHAND
Nice! Can I get the RGB of your trackinfo mod background?
chaosblade
You can grab it with some image tools, I guess. At least if the picture isnt too degraded by compression.
Rhand
QUOTE(Russell777 @ Sep 9 2006, 09:38) *

2 RHAND
Nice! Can I get the RGB of your trackinfo mod background?


2Russell777
It's a background image, with a glass overlay and (border same as original foobar color).
i made this trying to make a LCD foobar.
Background RGB 138-170-140


Thank you for the home stereo display.
I learnt a lot from it.
serect
QUOTE(AsD @ Sep 7 2006, 17:12) *


Here is my foobar:
IPB Image

blink.gif ....Amazing

can I see what's in your (ASD) components folder and also get your FCB ? Thanks!

or maybe just tell me the single column playlist setting Thanks!! biggrin.gif
Pingwinho
@sHsIkuA, please give me your rating symbols, i mean the emots.
sHsIkuA
QUOTE(Pingwinho @ Sep 9 2006, 06:46) *

@sHsIkuA, please give me your rating symbols, i mean the emots.


http://rapidshare.de/files/32497989/Rating.zip.html laugh.gif
zackorah
I got annoyed at the limitations in the current single columns so I switched my albums to album art again sad.gif

IPB Image
snively
QUOTE(mazy @ Aug 31 2006, 09:05) *

just a test using the track info mod and foo_uie_single_column_playlist:

IPB Image


heya mazy.. could ya post that track info mod code? smile.gif
Russell777
IPB Image
Idec Sdawkminn
Okay, I just switched from 0.8.3 to 0.9.3.1 and got my appearance how I wanted it. It's nothing special (well, I love it, but the general opinion seems to be negative toward it). Anyway, here it is:

IPB Image
unkwn
QUOTE(Idec Sdawkminn @ Sep 9 2006, 18:02) *

Okay, I just switched from 0.8.3 to 0.9.3.1 and got my appearance how I wanted it. It's nothing special (well, I love it, but the general opinion seems to be negative toward it. Anyway, here it is:

IPB Image

are you by chance color blind?
Idec Sdawkminn
QUOTE(unkwn @ Sep 9 2006, 16:07) *

QUOTE(Idec Sdawkminn @ Sep 9 2006, 18:02) *

Okay, I just switched from 0.8.3 to 0.9.3.1 and got my appearance how I wanted it. It's nothing special (well, I love it, but the general opinion seems to be negative toward it. Anyway, here it is:

IPB Image

are you by chance color blind?

Ah yes, I am slightly color-blind. I seem to see reds and the reds in colors less intense and bright than people who aren't color-blind. So, reds are more dull, yellows are more green, violets are more blue, etc.

But what does that have to do with my foobar?
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.