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
Goueg
QUOTE (Necrosis @ Oct 5 2006, 15:42) *
Made a few changes to my layout, changed the fonts and the seekbar.



For anyone who is interested I'll upload it all once I work out a few minor bugs.

how can one change the seekbar? blink.gif
i mean i have a progress bar too but it's not clickable, right?
sunshine_man
My Foo :



Must say that every thing is "borowed" from this thread, well almost everythig. thank u very much smile.gif

question: Is there any way to change between the layouts with settings? i mean using one foobar. maybe component of some kind?
marc2003
QUOTE (sunshine_man @ Oct 7 2006, 03:19) *
question: Is there any way to change between the layouts with settings? i mean using one foobar. maybe component of some kind?


well you can change the layout from view>layout. just use the main columns ui preferences to add new layouts.

then you can create buttons/assign hotkeys to do the switching.
alphaex32
Is there any way to tile an image?
nightwingz
Ok, i got my foobar just the way i want except for one small thing thats bugging the shit outta me. I cant seem to get the track length color to change ive checked and checked and tested a million times and just cant get it right. My code is as follows....

Group By
CODE
%album% %discnumber%


Item Display
CODE
$ifequal($mod(%_playlist_number%,2),0,$drawrect(0,0,0,0,brushcolor-36-36-36 pencolor-64-64-64),$drawrect(0,0,0,0,brushcolor-45-45-45 pencolor-0-0-0))
$if(%_selected%,$drawrect(0,0,,,brushcolor-36-36-36 pencolor-0-0-0))
$if(%isplaying%,$drawrect(0,0,,,brushcolor-36-36-36 pencolor-0-0-0))
$if(%_focused%,$drawrect(0,0,,,brushcolor-138-137-123 pencolor-0-0-0))
$padding(2,2)
$align(left,top)$rgb(174,173,162)$if(%album%,%tracknumber%.,%artist% -)[%track artist% -] $rgb(192,192,192)%title%
$align(right,top)%length%$imageabs2(,,,,,,$sub(%_width%,100),0,C:\Documents and Settings\test\Application Data\foobar2000\images\rating$if2(%rating%,0).png,)


Group Display
CODE
$drawrect(0,0,0,0,brushcolor-46-46-46 pencolor-null)
$imageabs2(75,75,,,,,3,3,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs2(75,75,,,,,3,3,$replace(%path%,%filename_ext%,../folder.jpg),)
$padding(85,5)$font(,13,,192-192-192)$if2(%album%,Single Tracks)[ '('Disc $num(%discnumber%,1)')']$char(10)
$font(,10,cleartype,174-173-162)$if(%album%,%album artist%,Not Applicable)$char(10)
$if(%album%,%bitrate%kbps %codec% / Album Gain: %__replaygain_album_gain%,Not Applicable)$char(10)
$if(%album%,%date% %genre%,Not Applicable)




Any help will be highly appreciated, thanks.
CepiPerez
My new foo skin:



Hope you like it.
blaxima
QUOTE (nightwingz @ Oct 7 2006, 00:25) *
Ok, i got my foobar just the way i want except for one small thing thats bugging the shit outta me. I cant seem to get the track length color to change ive checked and checked and tested a million times and just cant get it right. My code is as follows....
Any help will be highly appreciated, thanks.


Try adding this

CODE
$align(right,top)
$font(,,,255-255-255)%length%))


in place of this

Item Display
CODE
$align(right,top)%length%
kai-
hi, i have a question in how to remove the bar inbetween two panels or reduce the size?

thanks
tool++
QUOTE (kai- @ Oct 7 2006, 08:03) *
hi, i have a question in how to remove the bar inbetween two panels or reduce the size?

thanks



Not do-able. Everyone wants this but its a columnsui thing, and noone knows when columns will ever be updated sad.gif
chivas
QUOTE (CepiPerez @ Oct 6 2006, 23:43) *
My new foo skin:



Hope you like it.


best setup i've seen in a while. 2 questions:

- how do you change the view to lyrics? i'm working on a similar setup, it would be great to switch the view to lyrics by hotkey for ex.

- the bottom i guess is realized with 2 trackinfo panels+buttons? is there actually function behind the volume sslider or just for the good looks?
...Just Elliott
QUOTE (nightwingz @ Oct 7 2006, 05:25) *
Ok, i got my foobar just the way i want except for one small thing thats bugging the shit outta me. I cant seem to get the track length color to change ive checked and checked and tested a million times and just cant get it right. My code is as follows....

LOL, nice mod of my design! smile.gif

(It's actually a rather old version though, in an hour or so I'll post my updated one if anyone cares)
nightwingz
QUOTE (blaxima @ Oct 7 2006, 02:47) *
QUOTE (nightwingz @ Oct 7 2006, 00:25) *

Ok, i got my foobar just the way i want except for one small thing thats bugging the shit outta me. I cant seem to get the track length color to change ive checked and checked and tested a million times and just cant get it right. My code is as follows....
Any help will be highly appreciated, thanks.


Try adding this

CODE
$align(right,top)
$font(,,,255-255-255)%length%))


in place of this

Item Display
CODE
$align(right,top)%length%




Thank you that did it for me.

QUOTE (...Just Elliott @ Oct 7 2006, 05:03) *
QUOTE (nightwingz @ Oct 7 2006, 05:25) *

Ok, i got my foobar just the way i want except for one small thing thats bugging the shit outta me. I cant seem to get the track length color to change ive checked and checked and tested a million times and just cant get it right. My code is as follows....

LOL, nice mod of my design! smile.gif

(It's actually a rather old version though, in an hour or so I'll post my updated one if anyone cares)



Yea, i forgot to thank you for the code man so...thanks.
unart
My actual foobar:

Raven.am0k
QUOTE (corganzero0 @ Oct 7 2006, 01:16) *
QUOTE (Raven.am0k @ Oct 6 2006, 08:55) *

Okay, here is my new one smile.gif



How do you get the Console as a panel?


Download foo_uie_console and then you can add it like any other panel.
sunshine_man
QUOTE (marc2003 @ Oct 7 2006, 04:38) *
QUOTE (sunshine_man @ Oct 7 2006, 03:19) *

question: Is there any way to change between the layouts with settings? i mean using one foobar. maybe component of some kind?


well you can change the layout from view>layout. just use the main columns ui preferences to add new layouts.

then you can create buttons/assign hotkeys to do the switching.


10x emot-toot.gif
chivas
evil is back in black =P
this one took a while.. my pc crashed and i kinda had to start from zero. sad.gif



trackinfo is a modded version of FofR's one
CepiPerez
QUOTE (chivas @ Oct 7 2006, 05:05) *
QUOTE (CepiPerez @ Oct 6 2006, 23:43) *

My new foo skin:



Hope you like it.


best setup i've seen in a while. 2 questions:

- how do you change the view to lyrics? i'm working on a similar setup, it would be great to switch the view to lyrics by hotkey for ex.

- the bottom i guess is realized with 2 trackinfo panels+buttons? is there actually function behind the volume sslider or just for the good looks?


- My lyrics panel is in the right side of the playlist. I use the auto-hide option.

- The buttons are included in the trackinfo ($button function)
And the volume slider are images that changes when I set volume up or down.

PS: Sorry for my bad english, I speak Spanish.
...Just Elliott


Oops. Any suggestions for fixing this? (Also, it was a mistake to rip this album. First the sound went all weird and I had to restart and now this tongue.gif)
Russell777
QUOTE (CepiPerez @ Oct 7 2006, 16:45) *
QUOTE (chivas @ Oct 7 2006, 05:05) *

QUOTE (CepiPerez @ Oct 6 2006, 23:43) *

My new foo skin:



Hope you like it.


best setup i've seen in a while. 2 questions:

- how do you change the view to lyrics? i'm working on a similar setup, it would be great to switch the view to lyrics by hotkey for ex.

- the bottom i guess is realized with 2 trackinfo panels+buttons? is there actually function behind the volume sslider or just for the good looks?


- My lyrics panel is in the right side of the playlist. I use the auto-hide option.

- The buttons are included in the trackinfo ($button function)
And the volume slider are images that changes when I set volume up or down.

PS: Sorry for my bad english, I speak Spanish.


How do you manage to have stop\prev\next commands inside the trackinfo mod panel,do you use foo_run service?
lizzard
QUOTE (CepiPerez @ Oct 7 2006, 00:43) *
My new foo skin:



Hope you like it.


How do you do That? Can tell us what componenets is nedeed to make a one like yourīs?
This is fenomemal!!!!!
jestemql
new one



I've modifed someone's single column playlist so thanks for person who made this
corganzero0
QUOTE (Raven.am0k @ Oct 7 2006, 08:22) *
QUOTE (corganzero0 @ Oct 7 2006, 01:16) *

QUOTE (Raven.am0k @ Oct 6 2006, 08:55) *

Okay, here is my new one smile.gif



How do you get the Console as a panel?


Download foo_uie_console and then you can add it like any other panel.


Thank you!
Ran Sagy
Minor adjustments for mine, dumped trackinfo for the modded version (as the previous does not work on vista).

Wnh
QUOTE (CepiPerez @ Oct 7 2006, 00:43) *
My new foo skin:



Hope you like it.


CepiPerez, I really hope you can illustrate to the community how to set up that skin. It's by far the best skin I have ever seen.
joule
Latest:



I need to find some better VS i think.
LNCPapa
QUOTE (CepiPerez @ Oct 7 2006, 08:45) *
QUOTE (chivas @ Oct 7 2006, 05:05) *

QUOTE (CepiPerez @ Oct 6 2006, 23:43) *

My new foo skin:



Hope you like it.


best setup i've seen in a while. 2 questions:

- how do you change the view to lyrics? i'm working on a similar setup, it would be great to switch the view to lyrics by hotkey for ex.

- the bottom i guess is realized with 2 trackinfo panels+buttons? is there actually function behind the volume sslider or just for the good looks?


- My lyrics panel is in the right side of the playlist. I use the auto-hide option.

- The buttons are included in the trackinfo ($button function)
And the volume slider are images that changes when I set volume up or down.

PS: Sorry for my bad english, I speak Spanish.


Okay Cepi - zip up your foobar folder and put that sucker up somewhere. I gotta have it.
botanicalstudyq
playing:



stopped:




it feels like something is missing though. comments, suggestions?

also, I am using bblean and have seen a few other people who use bblean get rid of the bottom portion of foobar where the volume level is. how can i do this in bblean? i'm still rather new to this shell...or maybe it's accomplished through another program? any help would be appreciated.
Zurman
QUOTE (LNCPapa @ Oct 7 2006, 13:44) *
Okay Cepi - zip up your foobar folder and put that sucker up somewhere. I gotta have it.

Not allowed, most unfortunately
TheProffessor
QUOTE (Zurman @ Oct 8 2006, 00:52) *
QUOTE (LNCPapa @ Oct 7 2006, 13:44) *

Okay Cepi - zip up your foobar folder and put that sucker up somewhere. I gotta have it.

Not allowed, most unfortunately


why is that not allowed? I don't mind spending some time setting up foobar, but I have a feeling unless there was a step by step guide, or a zipped file with everything in it, I could ever get my foobar setup like that one...
iOsiris
QUOTE (TheProffessor @ Oct 7 2006, 22:55) *
QUOTE (Zurman @ Oct 8 2006, 00:52) *

QUOTE (LNCPapa @ Oct 7 2006, 13:44) *

Okay Cepi - zip up your foobar folder and put that sucker up somewhere. I gotta have it.

Not allowed, most unfortunately


why is that not allowed? I don't mind spending some time setting up foobar, but I have a feeling unless there was a step by step guide, or a zipped file with everything in it, I could ever get my foobar setup like that one...

Its because according to the EULA, thats is considered redistribution of Foobar, which is why it isn't allowed
DoXer
QUOTE (CepiPerez @ Oct 7 2006, 07:43) *
My new foo skin:


Hope you like it.


Hello,

I'm outside the forum for a while. So can you give me a tip, how can I get the cover-images in the playlist? Which plugin is it?
Hannuh
Here's My current foobar2k look:

cartman(2vd)
QUOTE (DoXer @ Oct 8 2006, 07:56) *
QUOTE (CepiPerez @ Oct 7 2006, 07:43) *

My new foo skin:


Hope you like it.


Hello,

I'm outside the forum for a while. So can you give me a tip, how can I get the cover-images in the playlist? Which plugin is it?


foo_uie_single_column_playlist
http://www.hydrogenaudio.org/forums/index....7810
lizzard
QUOTE (iOsiris @ Oct 8 2006, 00:47) *
QUOTE (TheProffessor @ Oct 7 2006, 22:55) *

QUOTE (Zurman @ Oct 8 2006, 00:52) *

QUOTE (LNCPapa @ Oct 7 2006, 13:44) *

Okay Cepi - zip up your foobar folder and put that sucker up somewhere. I gotta have it.

Not allowed, most unfortunately


why is that not allowed? I don't mind spending some time setting up foobar, but I have a feeling unless there was a step by step guide, or a zipped file with everything in it, I could ever get my foobar setup like that one...

Its because according to the EULA, thats is considered redistribution of Foobar, which is why it isn't allowed


I canīt code because i donīt know nothing about, and i reading something about how to... unfortunatly i canīt understand. So it was nice some guide to help us ... itīs a pitty.
musicpete
QUOTE (cartman(2vd) @ Oct 8 2006, 09:37) *
QUOTE (DoXer @ Oct 8 2006, 07:56) *

QUOTE (CepiPerez @ Oct 7 2006, 07:43) *

My new foo skin:


Hope you like it.


Hello,

I'm outside the forum for a while. So can you give me a tip, how can I get the cover-images in the playlist? Which plugin is it?


foo_uie_single_column_playlist
http://www.hydrogenaudio.org/forums/index....7810



Would you mind posting the relevant parts of your CFGs so we can learn from it (or at least try copy/pasting them... tongue.gif )? This looks very nice!
jestemql
I've added lyrics on autohide

Paul Cage
This is my temporary setup:my temp setup
Just one question: how to do fcb files for fb2k (for the buttons)? Is there any guide out there that I can follow?
SwiftBass
QUOTE (Snowsfall @ Oct 3 2006, 18:29) *






mmyea



did i miss the posting of the code for this foobar?(ppl mention usage snofalls config and moding it.). I have no intent of copying but i really just want to figure how u got the tabs to show up as little icons instead of the actual tabs. i would really like to play around with that config.
CepiPerez
For everyone who wants my config:



I use:
- Single columns playlist
- Track info Mod
- foo_run for buttons
- foo_cwb_hooks for volume slider
- unofficial foo_playcount for last played - Add this to "Appended Information": %W %D/%M/%y

The buttons are included in the trackinfo_mod, I use Run services for play, stop, etc. Check the trackinfo mod forum for the latest version.

Here's a link for my images: link
Images must be in "C:\Program Files\Foobar 2000\" and in "C:\Documents and settings\YOURUSERNAME\Application data\Foobar2000\".

The covers must be in "C:\Documents and settings\YOURUSERNAME\Application data\Foobar2000\cover" folder in PNG in 80x80.



Use the auto-hide option for the second vertical splitter (the one that contains the lyrics panel)

Here's the code of the top trakinfo:
CODE

$imageabs($sub($div(%_width%,2),400),0,neo1\back1.png,)
$if(%isplaying%,
$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,24),%length_seconds%))
$drawrect(10,82,$sub(%_width%,20),8,brushcolor-null pencolor-120-120-120),)
$ifgreater($get(progress),0,$padding(9,82)$drawrect(3,2,$get(progress),4,brushcolor-90-90-90 pencolor-nulll),)
$if(%_isplaying%,
$font(calibri,14,boldshadow,170-170-170)$alignabs(0,4,%_width%,30,center,)%artist%
$alignabs(0,28,%_width%,20,center,)$font(calibri,8,boldshadow,170-230-250)"%title%"
$alignabs(0,44,%_width%,20,center,)$font(calibri,8,boldshadow,140-140-140)from
$font(calibri,8,boldshadow,210-210-210)"%album%"
$alignabs(0,61,%_width%,20,center,)$if($strcmp(%play_counter%,?),
$font(Calibri,8,boldshadow,180-180-180)Playing song for fist time,
$if($strcmp(%play_counter%,1),$font(Calibri,8,boldshadow,180-180-180)Song played %play_counter% time',' on ,Song played %play_counter% times. Last on )
$if($strcmp($left($right(%last_played%,10),1),1),Sunday', ',)
$if($strcmp($left($right(%last_played%,10),1),2),Monday', ',)
$if($strcmp($left($right(%last_played%,10),1),3),Tuesday', ',)
$if($strcmp($left($right(%last_played%,10),1),4),Wednesday', ',)
$if($strcmp($left($right(%last_played%,10),1),5),Thursday', ',)
$if($strcmp($left($right(%last_played%,10),1),6),Friday', ',)
$if($strcmp($left($right(%last_played%,10),1),7),Saturday', ',)
$right(%last_played%,8) at $right($left(%last_played%,16),5))
,
$font(calibri,18,boldshadow,170-170-170)$alignabs(0,10,%_width%,30,center,)Foobar2000
$alignabs(0,46,%_width%,20,center,)$font(calibri,9,boldshadow,170-230-250)Music Player
$alignabs(0,68,%_width%,20,center,)$font(calibri,8,boldshadow,210-210-210)v0.9.3
)


Here's the code of my playlist:
Row Height: 23 - Order by %artist%
Item Display:
CODE

$imageabs(10,$if($strcmp(%tracknumber%,01),0,$add(23,$mul(-23,%tracknumber%))),neo1\albumborder.png,)
$imageabs(11,$if($strcmp(%tracknumber%,01),1,$add(24,$mul(-23,%tracknumber%))),$replace($replace(cover\%artist% - %album%.png,',',),?,),)
$font(calibri,8,boldshadow glowalpha-50,)
$if($strcmp(%tracknumber%,01),$alignabs(100,-3,120,110,,)%date%,)
$if($strcmp(%tracknumber%,01),$imageabs(100,15,neo1\line2.png,))
$font(calibri,8,boldshadow glowalpha-50,100-100-100)
$if($strcmp(%tracknumber%,02),$alignabs(100,-3,140,110,,)%album%,)
$if(%_selected%,$drawrect(246,0,0,0,brushcolor-220-220-220 pencolor-null))
$if(%_isplaying%,$drawrect(246,0,0,0,brushcolor-40-40-40 pencolor-null))
$font(calibri,8,boldshadow glowalpha-50,70-70-70)
$alignabs(250,-1,$sub(%_width%,300),12,,)%title%
$alignabs($sub(%_width%,127),-1,120,20,right,)%length%
$alignabs(250,10,220,110,,)$font(calibri,7,bold,170-170-170)
$if($strcmp(%play_counter%,?),No plays,%play_counter% Plays) - $if($meta(LYRICS),Lyrics available,No Lyrics)
$alignabs($sub(%_width%,126),13,120,20,right,)
$font(wingdings,6,bold,170-170-170)$repeat(,%rating%)
$if(%isplaying%,
$drawrect(246,0,0,0,brushcolor-40-40-40 pencolor-null)
$alignabs(250,-2,900,200,,)$font(Wingdings 3,17,bold glow-100-100-100,250-250-250)m
$font(calibri,8,boldshadow glow-50-90-100,170-230-250)
$alignabs(272,-1,$sub(%_width%,318),12,,)%title%
$alignabs($sub(%_width%,127),-1,120,20,right,)%length%
$alignabs(272,10,120,110,,)$font(calibri,7,boldshadow glow-70-70-70,180-180-180)
$if($strcmp(%play_counter%,?),No plays,%play_counter% Plays) - $if($meta(LYRICS),Lyrics available,No Lyrics)
$alignabs($sub(%_width%,126),13,120,20,right,)$font(wingdings,6,boldshadow glow-70-70-70,180-180-180)$repeat(,%rating%)
)

Group Display:
CODE

$font(calibri,9,boldshadow glowalpha-50,)
$alignabs(10,-2,580,110,,)%artist%
$imageabs(9,15,neo1\line3.png,)


Code of the bottom Trackinfo:
CODE

$imageabs($sub($div(%_width%,2),454),5,neo1\back2.png,)
$if(%isplaying%,
$puts(volume,$add($mul($substr($num(%cwb_volume%,4),2,4),-1),100))
$alignabs(10,20,60,200,,)
$font(Calibri,7,glow-50-70-90,170-230-250)
Volume: $get(volume) '%'
$imageabs($sub(%_width%,58),12,'neo1\vol\'$div($add($get(volume),5),10)'.png',)
$alignabs($sub(%_width%,70),45,60,200,right,)
$get(spacer)%_time_elapsed%$if(%_time_total%,' / '%_time_total%,)
$if(%_time_remaining%,$get(spacer),)
$alignabs(10,45,200,200,,)
$if($strstr(%_path_raw%,'tone://'),$if(%_time_total%,%_length%' Seconds of '$replace(%title%,'Tone: ',)' Tone',%title%),)
$if($strstr(%_path_raw%,'silence://'),%_length%' Seconds of Silence',)
$if($strstr(%_path_raw%,'cdda://'),'CDDA',)
$if2(%mp3%,$if2(%__codec%,))
$if($strstr(%_path_raw%,'cdda://'),$get(spacer)'1411kbps',$if(%__bitrate%,$get(spacer)%__bitrate%' kbps ',))
$if(%__extrainfo%,$get(spacer)%__extrainfo% ,)
$if(%__samplerate%,$get(spacer)$cut(%__samplerate%,2)' kHz' ,)
$if(%__channels%,$get(spacer)$ifgreater(%__channels%,1,'Stereo','Mono'),)
,)
$button($sub($div(%_width%,2),64),32,0,0,0,0,neo1\pause1b.png,neo1\pause2b.png,Playpause,)
$button($sub($div(%_width%,2),40),31,0,0,0,0,neo1\prev1.png,neo1\prev2.png,Previous,)
$button($add($div(%_width%,2),17),31,0,0,0,0,neo1\next1.png,neo1\next2.png,Next,)
$button($add($div(%_width%,2),44),32,0,0,0,0,neo1\stop1.png,neo1\stop2.png,Stop,)
$button($sub($div(%_width%,2),15),26,0,0,0,0,neo1\play1.png,neo1\play2.png,Play,)


Enjoy!
henn1ng
ok i finally put a new layout together for my foobar!

it basically is a mixture between tool++'s and habla's theme with my own influences.

click on the images for the large view!




feel free to ask if you have any questions about it!


also, if you have any tipps or suggestions, then please tell me!
CepiPerez
QUOTE (henn1ng @ Oct 8 2006, 13:44) *
ok i finally put a new layout together for my foobar!

it basically is a mixture between tool++'s and habla's theme with my own influences.

click on the images for the large view!




feel free to ask if you have any questions about it!


also, if you have any tipps or suggestions, then please tell me!


It's very nice!
Maybe you can add the cover image to the group display of your playlist
henn1ng
QUOTE (CepiPerez @ Oct 8 2006, 10:51) *
It's very nice!
Maybe you can add the cover image to the group display of your playlist



ive tried that before. but i decided to remove it again because imho you either have a big album image or the thumbnails. otherwise you will see the same image way too often. and it also doesnt look that well when youre having alot of sinlge mp3s in your playlist.

edit: i forgot all about thanking tool++ and habla for their great work and the inspiration they gave me by sharing their sources!
Slourte
QUOTE (lizzard @ Oct 8 2006, 07:27) *
I canīt code because i donīt know nothing about, and i reading something about how to... unfortunatly i canīt understand. So it was nice some guide to help us ... itīs a pitty.


Someone set us up the bomb!
kroofe
QUOTE (henn1ng @ Oct 8 2006, 10:44) *
ok i finally put a new layout together for my foobar!

it basically is a mixture between tool++'s and habla's theme with my own influences.

click on the images for the large view!




feel free to ask if you have any questions about it!


also, if you have any tipps or suggestions, then please tell me!



Can you please post your foobar2000 dir plz? biggrin.gif:D:D:D
musicpete
Thank you for that elaborate post, CepiPerez!! Cheers!
...Just Elliott
QUOTE (kroofe @ Oct 8 2006, 18:56) *
Can you please post your foobar2000 dir plz? biggrin.gif:D:D:D

Against the EULA, also I suggest you learn yourself.
fwqhgads
My new one, based on tool++'s single column playlist thing, but I want to change the colours to something that would go better with the darker theme of the rest of it.



I'd like to get the colours looking more like the colours in this, but staying with the same style as my current one:

http://img165.imageshack.us/my.php?image=foobardh7.jpg

Here is my the code I am currently using:

CODE
//Item Display

$if(%_isplaying%,$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-0-0-0),
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-228-234-242 pencolor-null),
$imageabs(3,0,'images\bg1.png',)

$ifequal($mod(%tracknumber%,2),0,
            $drawrect(0,0,0,0,brushcolor-252-252-252 pencolor-245-245-245)
        ,
            $drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-null)
        )
)
)
$padding(2,0)

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,164-171-179))
$alignabs(4,0,%_width%,21,left,top)↘

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

[Disc %discnumber% ][%tracknumber%. ]

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,120-120-120))
%title%

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

$align(right,center)%length%

//$drawrect(0,0,1,0,brushcolor-161-170-179 pencolor-null)
//$drawrect(1,0,3,0,brushcolor-222-225-228 pencolor-null)

//Group Display

$font(cambria,12,bold,164-171-179)
$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-null)

$imageabs2(84,84,,,,,5,3,'C:\Program Files\foobar2000\images\noalbum.png',)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)folder.png,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)folder.jpg,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)%album%.jpg,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)*.jpg,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)*/*.*,)
$imageabs2(84,84,,,,,5,3,'C:\Program Files\foobar2000\images\artoverlay.png',)

$alignabs(92,40,$add(%_width%,-107),20,left,top)
$lower($if2(%album artist%,%artist%))
$alignabs(92,55,$add(%_width%,-107),20,left,top)
$font(Swis721 Cn BT D-Type,14,,138-145-153)
%album%$font(Swis721 Cn BT D-Type,14,bold,120-120-120)[ %date%]
$alignabs(92,71,$add(%_width%,-107),20,left,top)
$font(calibri,9,bold,153-153-153)[$upper(%genre%)]


I'm having troubles picking out where I would change the colours :x
Nickoladze
brushcolor-0-0-0 is the colors used in the form of r-g-b

so that code makes a black square, a white one would be brushcolor-255-255-255
Canucklehead


iTunes 7.0.1 frontend passthrough Multi-Plugin 2.4.4 to foobar2000 0.9.4.
Huge resource hog (even with my small library). Beautiful (IMHO) GUI. Provides placebo effect (in terms of sound quality) in spades because it allows me to resample and output through Kernel Streaming to my Chaintech AV-910 at 24-bit/96kHz. Very buggy and liable to crash at the drop of a pin.
Idec Sdawkminn
QUOTE (Slourte @ Oct 8 2006, 09:56) *
QUOTE (lizzard @ Oct 8 2006, 07:27) *

I canīt code because i donīt know nothing about, and i reading something about how to... unfortunatly i canīt understand. So it was nice some guide to help us ... itīs a pitty.


Someone set us up the bomb!

What you say!
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.