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
SD14
my current config:
alive


Please do give feedback.

Thanks goes to shakey_snake for sharing his SCP config.


Edit edit edit already! Ok, the curl is fugly. I'm changing it to a less fuglier curly when I get home from work tomorrow. k?
callisto


That's my new design I build up from my crash!

SCPL design based on tool++ config (thx for that) and changed for my needs!
I forgot where I got the Buttons from... sry.
Trackinfo all mine wink.gif
Vainyards
QUOTE (callisto @ Nov 14 2006, 02:22) *


That's my new design I build up from my crash!

SCPL design based on tool++ config (thx for that) and changed for my needs!
I forgot where I got the Buttons from... sry.
Trackinfo all mine wink.gif


You mind sharing your trackinfo and all tha belongs to it?

btw Opeth rules biggrin.gif
Insolent
Nodo
Here is my new setup ... parts from all the configs around ...
I tried out the awsome dockable panels plugin ... I love it :-)



I have a problem tough :-( I don't know what I have done wrong, but the trackinfo mod shows the selected title and not the now-playing title - whats wrong ? plz help
Zetto
QUOTE
I have a problem tough :-( I don't know what I have done wrong, but the trackinfo mod shows the selected title and not the now-playing title - whats wrong ? plz help


double clicking inside trackinfo mod should do the trick wink.gif
Nodo
Hehe, never thought of this :-)
Big thx !
Spirit_of_the_ocean
QUOTE (callisto @ Nov 13 2006, 15:52) *
QUOTE (Takaji @ Nov 13 2006, 15:38) *

Does anyone know where in this thread it describes how to implement rating stars in foo_uie_single_column_playlist?
Or perhaps someone could direct me somewhere else, or just tell me tongue.gif
Thanks

like this:

$font(Wingdings,8,,0-0-0)$repeat(«,%rating%)

and you should have foo_custominfo.dll installed


Why this? blink.gif I have no custominfo and its working smile.gif

@Takaji#:It depends on the fect if you want to have an automatic rating or not. I have rating automaically
I habe the official playcount installed:
Code in my SCPL is
CODE
$font(Arial Unicode MS,9,,210-210-210)
$puts(rating,
$ifgreater(%play_count%,50,5,
$ifgreater(%play_count%,20,4,
$ifgreater(%play_count%,10,3,
$ifgreater(%play_count%,5,2,
$ifgreater(%play_count%,2,1,0))))))

$repeat($char(9733),$get(rating))
$repeat($char(9734),$sub(5,$get(rating)))
Takaji
Thanks for the info, I'll try that.
Harsh


Based on tool++'s setup.

2 of the images are in a RAR file here: images

As requested, here is the config (row height 15, group rows 5):

Item Display:

CODE
$if(%_isplaying%,$drawrect(0,0,0,0,brushcolor-147-193-145 pencolor-null),
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-231-238-245 pencolor-null),

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


$if(%_isplaying%,$font(Calibri,8,normal,255-255-255),$font(Calibri,8,normal,164-171-179))

$alignabs(4,0,%_width%,21,left,top)

$if(%_isplaying%,$font(MS Reference Sans Serif,8,normal,255-255-255),$font(MS Reference Sans Serif,8,normal,164-171-179))

[Disc %discnumber% ][%tracknumber%] -

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

%title%

$if(%_isplaying%,$drawrect($sub(%_width%,68),0,0,0,brushcolor-147-193-145 pencolor-null),
$if(%_selected%,$drawrect($sub(%_width%,68),0,0,0,brushcolor-231-238-245 pencolor-null),
$imageabs(3,0,'images\bg1.png',)


$ifequal($mod(%tracknumber%,2),0,
            $drawrect($sub(%_width%,68),0,0,0,brushcolor-250-250-250 pencolor-null)
        ,
            $drawrect($sub(%_width%,68),0,0,0,brushcolor-255-255-255 pencolor-null)
        )
)
)

$if(%_isplaying%,$imageabs2(35,15,,,,,$sub(%_width%,65),0,images\bitrate1.png,))

$alignabs($sub(%_width%,42),0,40,21,right,top)%length%


Group Display:
CODE
$font(Swis721 Cn BT D-Type,12,bold,164-171-179)
$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-null)
$imageabs2(1000,75,,,,,75,0,images\arrow2.png,)
$imageabs2(75,75,,,,,0,0,images\noalbum2.png,)
$imageabs2(75,75,,,,,0,0,$replace(%path%,%filename_ext%,)folder.png,)
$imageabs2(75,75,,,,,0,0,$replace(%path%,%filename_ext%,)folder.jpg,)


$alignabs(77,27,$add(%_width%,-107),20,left,top)

$select($min(%tracknumber%,4),
$if($stricmp(%album artist%,Various Artists),%album artist%,[%artist%])
)

$alignabs(77,42,$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)
$alignabs(77,61,$add(%_width%,-107),20,left,top)
$font(calibri,9,bold,153-153-153)[$upper(%genre%)] •
$font(calibri,8,bold,153-153-153)[$lower(%__bitrate%kbps)] • [ %date%]


Enjoy.
Art
Harsh, would you be so kind as to share your config. I like the simplicity but I have no time to tinker with tool's cfg (although it's my current set). Thanks!
nilsHaus
I can't find it anymore, does anyone happen to know the link to that german website that showed you how to make playlists that displayed artist, album, genre and all that...

Also, does anyone if there is a difference between setting font in the scripts and setting up in the options box (like in trackinfomod, you can either go $font() each time or set it once in the little properties box at the bottom). Does it affect compiling speed at all?

edit:Oh and one last thing, is there a way to tie layout buttons to window shape? Like can I get a certain layout to always open maximized, or a smaller layout to always come out very small, bottom left corner?

?eace
Spirit_of_the_ocean
You should try Audiohq mit guten Anleitungen
or tra a geramn foobar forum Deutsches Foobar2000 Forum

This is my black beauty
ojdo
Harsh: Nice layout! I like the colourscheme.
--
My now playing display evolves: From ugly to less ugly:
  • Fullscreen trackinfo_mod panel with an $imageabs()-bg
  • autohotkey (external program) makes foobar's title invisible
  • all in beautiful alpha-200 (thanks tool for the hint): rating, mood, quality and playback progress bars (I'm keen on colours...)
gizore
QUOTE (henn1ng @ Nov 8 2006, 14:07) *
ok fellow foobar users, its time for another post by me.

as you will see my layout is still very much based on the old one of tool's.
i have now decided that all that info in the top box was misplaced and i have found better ways to implant it.
the most important thing was the codec/bit rate info anyway. so i put that in the play list but only for the currently played item to keep it clean.

i have furthermore finally managed to make/find buttons which match my layout. they are based in the "tiny"-buttons set i found on these forums. i also removed all the default tool bars which makes my entire foobar columns_ui based. the menus thingy is now auto-hidden under the play list and the seek bar is auto-hidden in-between the equalizer and the lyrics panel.

you can also see that i modified my group display to make its look a little more compact.

and i eventually found a decent wallpaper which resembles the style of my setup.

but lets get down and dirty now wink.gif
here is the media:



and here is the appendant no-cover image:




the only thing i'm waiting for now is the function to set a minimal group size in the play list!! i hope it'll get released soon cause my play list can look well messed up with out it wink.gif

and as always: thanks to everyone who's work i used for this and feel free to ask questions about it!


wow, your foobar really looks amazing!
would you share ur config and images?
golphcart
not much change in my setup, but i'm posting anyway.



dunno what happened to the color in the trackinfo panel, but it's supposed to be gray for artist, album, etc.. headings, and white for song/tech info and play stats, and artist, album, etc.. details, with red dashes (that fade from black as separators), could be just my shitty monitor, but my end it's a dull shade of purple instead of gray, offwhite sort of color instead of white, and dull red instead of red.

will give my config on request via pm only.

Spirit of the ocean:

that font is very nice-looking for 'now playing', but it's kind of hard to read imo for the playlist.

any knowledgeable person:

is it possible to get the ms visual c runtimes required for the single column playlist with windows installer 2.x ?
Marcu5z
QUOTE (clark @ Nov 13 2006, 15:16) *
QUOTE (Marcu5z @ Nov 12 2006, 12:38) *

QUOTE (clark @ Nov 9 2006, 21:22) *

my last compilation




foo_v0.5 crystal



greetings smile.gif
clark


Would you share your config...??? smile.gif
Beautiful work wink.gif


Thanks biggrin.gif

My config's:

TOP trackinfo_mod

CODE

$imageabs2(0,0,,,0,0,$sub($div(%_width%,2),634),$sub($div(%_height%,2),187),$replace(C:\Documents and Settings\clark\Dane aplikacji\Mozilla\Firefox\Tapeta pulpitu.bmp,?,),)
$imageabs($div(%_width%,500),49,vista1\refl2.png,alpha-150)


$button($sub($div(%_width%,2),236),94,0,0,0,0,vista1\now2.png,vista1\now1.png,Track info Mod,)
$button($sub($div(%_width%,2),74),94,0,0,0,0,vista1\list2.png,vista1\list1.png,Single Column Playlist View,)
$button($add($div(%_width%,2),88),94,0,0,0,0,vista1\lyric2.png,vista1\lyric1.png,Vertical splitter,)

$drawrect(0,124,%_width%,10,brushcolor-244-244-244 pencolor-null)

$if(%isplaying%,

$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,24),%length_seconds%))
$drawrect(10,85,$sub(%_width%,20),6,brushcolor-null pencolor-86-106-160),)
$ifgreater($get(progress),0,$padding(9,85)$drawrect(3,2,$get(progress),2,brushcolor-130-160-240 pencolor-nulll),)


$if(%_isplaying%,

$font(calibri,13,bold glow-130-160-240 glowalpha-80,250-250-250)
$alignabs(0,6,%_width%,30,center,)%artist%

$alignabs(0,30,%_width%,20,center,)
$font(calibri,8,bold glow-130-160-240 glowalpha-80,250-250-250)"%title%"

$alignabs(0,47,%_width%,20,center,)
$font(calibri,8,glow-180-180-180 glowalpha-50,220-220-220)from
$font(calibri,8,glow-130-160-240 glowalpha-60,180-220-250)"%album%"

$alignabs(0,64,%_width%,20,center,)
$font(Calibri,8,glow-180-180-180 glowalpha-50,220-220-220)
$if($strcmp(%play_counter%,?),
Playing song for fist time,
$if($strcmp(%play_counter%,1),
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))

,
$button($sub($div(%_width%,2),38),10,0,0,0,0,neo2\wmp1.png,neo2\wmp2.png,play,)
)


Bottom trackinfo_mod

CODE

$imageabs2(0,0,,,0,0,$sub($div(%_width%,2),634),$sub($div(%_height%,2),892),$replace(C:\Documents and Settings\clark\Dane aplikacji\Mozilla\Firefox\Tapeta pulpitu.bmp,?,),)
$imageabs($div(%_width%,500),0,vista1\refl1.png,alpha-150)

$if(%isplaying%,

$puts(volume,$add($mul($substr($num(%cwb_volume%,4),2,4),-1),100))

$alignabs(10,20,60,200,,)
$font(calibri,7,glow-180-180-180 glowalpha-50,250-250-250)
Volume: $get(volume) '%'

$drawrect($sub(%_width%,54),52,44,6,brushcolor-null pencolor-130-160-240)
$alignabs($sub(%_width%,52),54,70,200,left,)
$font(webdings,1,glow-130-160-240 glowalpha-10,180-220-250)
$repeat(g,$div($get(volume),5))

$alignabs($sub(%_width%,70),20,60,200,right,)
$font(Calibri,7,glow-180-180-180 glowalpha-60,250-250-250)
$get(spacer)%_time_elapsed%$if(%_time_total%,' / '%_time_total%,)
$if(%_time_remaining%,$get(spacer),)

$alignabs(10,46,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'),)
,)

$if(%isplaying%,$if(%ispaused%,

$button($sub($div(%_width%,2),20),18,0,0,0,0,neo2\play1.png,neo2\play2.png,Play,),
$button($sub($div(%_width%,2),20),18,0,0,0,0,neo2\pause1.png,neo2\pause2.png,pause,))
,$button($sub($div(%_width%,2),20),18,0,0,0,0,neo2\play1.png,neo2\play2.png,Play,))
$button($sub($div(%_width%,2),55),23,0,0,0,0,neo2\prev1.png,neo2\prev2.png,Previous,)
$button($add($div(%_width%,2),25),23,0,0,0,0,neo2\next1.png,neo2\next2.png,Next,)

,)



NOW PLAYING trackinfo_mod

CODE

$imageabs2(0,0,,,0,0,$sub($div(%_width%,2),634),$sub($div(%_height%,2),550),$replace(C:\Documents and Settings\clark\Dane aplikacji\Mozilla\Firefox\Tapeta pulpitu.bmp,?,),)

$imageabs($div(%_width%,500),0,vista1\refl1.png,alpha-150)
$imageabs($div(%_width%,500),522,vista1\refl2.png,alpha-150)

$if(%isplaying%,

$imageabs($sub($div(%_width%,2),104),$sub($div(%_height%,2),128),neo2\data.png,alpha-80)
$imageabs($sub($div(%_width%,2),70),$sub($div(%_height%,2),124),vista1\glass.png,alpha-200)
//$imageabs2(100,100,,,100,100,$sub($div(%_width%,2),50),$sub($div(%_height%,2),105),$replace(%path%,%filename_ext%,%album%.jpg,?,),)
$imageabs2(100,100,,,100,100,$sub($div(%_width%,2),50),$sub($div(%_height%,2),105),$replace(%path%,%filename_ext%,001.jpg,?,),)

$imageabs($sub($div(%_width%,2),76),$sub($div(%_height%,2),115),artmini\%artist%.png,)
$imageabs($sub($div(%_width%,2),16),$add($div(%_height%,2),18),neo2\wmpl.png,)
$alignabs($sub($div(%_width%,2),79),$add($div(%_height%,2),36),158,76,center,middle)
$font(calibri,9,boldshadow glowalpha-250,250-250-250)%artist%$char(10)
$font(,3,,) $char(10)
$font(calibri,8,boldshadow glowalpha-50,100-100-100)%title%

,)



enjoy smile.gif
clark



Thank You very much... biggrin.gif
ManasT
QUOTE (CepiPerez @ Oct 26 2006, 05:31) *
@sune:
It's group by %album%, and the "group display" is empty, that's all.
If you group by %artist% you will get spaces only between artists.

By the way, I made some mods using the tabs_mod panel.



Regards.


Hi all, Cepiperez can u share your latest single column playlist code ?
Stuart60611
QUOTE (ManasT @ Nov 16 2006, 07:24) *
QUOTE (CepiPerez @ Oct 26 2006, 05:31) *

@sune:
It's group by %album%, and the "group display" is empty, that's all.
If you group by %artist% you will get spaces only between artists.

By the way, I made some mods using the tabs_mod panel.



Regards.


Hi all, Cepiperez can u share your latest single column playlist code ?



Check the Configuration Distribution Thread where is is currently posted for download.
malde
lastest version, trying to keep it simple and clean

takt
QUOTE (malde @ Nov 16 2006, 15:59) *
lastest version, trying to keep it simple and clean



Mind sharing your single column playlist config? What fonts are you using?
xhandler

My new layout
richardtodd
can i get the code and image for that top track info mod?
zmur
QUOTE (takt @ Nov 17 2006, 01:08) *
QUOTE (malde @ Nov 16 2006, 15:59) *

lastest version, trying to keep it simple and clean



Mind sharing your single column playlist config? What fonts are you using?


i second that request biggrin.gif
xhandler
QUOTE (richardtodd @ Nov 17 2006, 04:29) *
can i get the code and image for that top track info mod?


If that was intended for me..




CODE
$imageabs(,,images\topbar.png,)
$imageabs(330,,images\ATH-PRO700.png,)
$padding(4,0)
$align(left,top)$font(SteelTongs,30,,)$upper([%artist%])
$align(left,middle)$replace($replace($font(SteelTongs,30,,)$upper([%title%]),'(',' '),')',' ')
$align(left,bottom)$replace($replace($font(SteelTongs,30,,)$upper([%album%]),'(',' '),')',' ')
$align(right,top)$font(Wingdings,30,,255-255-255)$repeat(«,%rating%)
richardtodd
QUOTE (xhandler @ Nov 16 2006, 23:10) *
QUOTE (richardtodd @ Nov 17 2006, 04:29) *

can i get the code and image for that top track info mod?


If that was intended for me..
CODE
$imageabs(,,images\topbar.png,)
$imageabs(330,,images\ATH-PRO700.png,)
$padding(4,0)
$align(left,top)$font(SteelTongs,30,,)$upper([%artist%])
$align(left,middle)$replace($replace($font(SteelTongs,30,,)$upper([%title%]),'(',' '),')',' ')
$align(left,bottom)$replace($replace($font(SteelTongs,30,,)$upper([%album%]),'(',' '),')',' ')
$align(right,top)$font(Wingdings,30,,255-255-255)$repeat(«,%rating%)




yea thanks
Brendan
QUOTE (xhandler @ Nov 17 2006, 11:18) *
*snip*
My new layout


Is that progress bar clickable? If so, that's really neat.
malde
QUOTE (takt @ Nov 17 2006, 02:08) *
QUOTE (malde @ Nov 16 2006, 15:59) *

lastest version, trying to keep it simple and clean

Mind sharing your single column playlist config? What fonts are you using?

there you go, grouping by %album%
row height 22
group rows 6

items
CODE

$padding(0,0)
$align(left,top)

$if(%_isplaying%,$font(calibri,8,bold,180-180-180) , )
// ARTIST or VA
$if(%_isplaying%,$font(calibri,9,bold glow-200-200-200 glowalpha-190,80-80-80),
$font(calibri,9,bold,150-150-150))
$if(%_selected%,$font(calibri,9,bold underline,0-128-198))
[$if($meta(album artist),%artist% - ,)]
// TITLE
$if(%_isplaying%,$font(calibri,9,bold glow-200-200-200 glowalpha-190,80-80-80),
$font(calibri,9,bold,180-180-180))
$if(%_selected%,$font(calibri,9,bold underline,0-128-198))
[%title%]
// QUEUEINDEX
$if(%_isplaying%,$font(calibri,9,bold,50-50-50),$font(calibri,9,bold,50-50-50))
$if(%cwb_queueindex%, '['%cwb_queueindex%']')

$align(right,top)
//LENGTH
$if(%_isplaying%,$font(consolas,8,bold glow-200-200-200 glowalpha-190,80-80-80)%playback_time_remaining% / ,$font(consolas,8,bold,180-180-180))
$if(%_selected%,$font(consolas,8,bold underline,0-128-198))
[%length%]$font(consolas,9,bold,100-100-100)
// RATING
$if(%rating%,$repeat($font(consolas,9,bold,100-100-100)•,%rating%)$repeat($font(consolas,9,bold,210-210-210)•,$sub(5,%rating%)),$repeat($font(consolas,9,bold,150-150-150)∙,5))
$drawrect(,17,,2,brushcolor-null pencolor-SYSCOL-15)


group
CODE

$imageabs2(106,106,,,,,16,12,images\nocover.png,)
$imageabs2(106,106,,,,,16,12,$replace(%path%,%filename_ext%,cover.jpg),)
$drawrect(16,12,106,106,brushcolor-null pencolor-0-0-0)

$padding(146,24)
//ARTIST - ALBUM - GENRE
$align(left,center)$font(calibri,11,bold,100-100-100)$upper($if(%album artist%,[%album artist%],[%artist%]))$char(10)
$font(calibri,13,bold,180-180-180)[%album%]$char(10)
$font(calibri,10,,180-180-180)[%genre%]
// DATE - CODEC
$padding(-130,0)
$align(right,center)$font(Consolas,10,bold,180-180-180)[ $char(10)%date%]$char(10)
$font(Consolas,10,bold,180-180-180)[%codec%]
xhandler
QUOTE (Brendan @ Nov 17 2006, 07:17) *
Is that progress bar clickable? If so, that's really neat.

No, its not :/
Ran Sagy
Great work xhandler, It's really well thought.
Demonanya
I wonder if someone could give me a little help with a problem. I'd like to add in the album art panel and the spectrum analyser into my foobar config but I'm a bit stuck. I've attached my current foobar setup picture plus the way I've got Columns UI configured. You can see from the picture where I would like to place the panels, I just can't seem to get them to go where I want sad.gif Any help would be gratefuly appreciated, and so sorry for such a bland looking foobar, I'm still learning but it's good enough for my needs at the moment.

Current foobar:



Columns UI setup:

Nodo
@Demonanya:

Vertical Splitter
---Horizontal Splitter
-----Playlist Switcher
-----Vertical Splitter
------Horizontal Splitter
-------Browser Panel
-------Browser Panel
-------Browser Panel
-------Browser Panel
------Columns Playlist
---Horizontal Splitter
-----Album Art
-----Spectrum Analyzer

That should do the thing ... Sorry if I'm wrong, i can't test it now -.-
zmur
............
Oompa
Nice color scheme on that one.
CepiPerez
Just a dockpanel added:

uRT
What's the name of that 3rd Plugin? (of Dockpanel)


QUOTE (CepiPerez @ Nov 18 2006, 07:03) *
Just a dockpanel added:

Anas
foo_dockable_panels wink.gif
xhandler


A fast made Media Player Classic look-a-like, foobar to the left, mpc to the right. Ofc there are differences, but i live with them wink.gif
Mangix
my god. that's amazing...

here's mine. uses the default interface.

skelly831
@ xhandler: thats awesome!

@ Mangix: default UI is kvlt.
naymlis
QUOTE (CepiPerez @ Oct 8 2006, 11:34) *
For everyone who wants my config:



...

Enjoy!


I finally got your config working for me after hours of working on it.. now I want to know why my play counter doesn't work.. I think I have the latest version.. I have 1.9.2 and I set appended information to %W %D/%M/%y like you said.. but it always says No Plays under my song. I see you use ratings too.. how do you rate your songs with no rating buttons?

Also.. you have a border around your window so the Menu bar wont stick out when its auto hiding.. how did you do that? (it's like whitish bordering around the whole foobar window)

And how do I add lyrics to the tags so it works with the lyrics plugin? thanks
anishbenji
Here is my latest. ... and here are the full desktop screen shots with foobar2000 in focus and not in focus.

anishbenji
Raven.am0k
QUOTE (anishbenji @ Nov 19 2006, 13:15) *
Here is my latest. ... and here are the full desktop screen shots with foobar2000 in focus and not in focus.

anishbenji


Hi,
first, really NICE work!!! it looks great!!

but how did you remove the titlebar and the scrollbar from foobar?

greets Raven.am0k
anishbenji
QUOTE (Raven.am0k @ Nov 19 2006, 09:46) *
Hi,
first, really NICE work!!! it looks great!!

but how did you remove the titlebar and the scrollbar from foobar?

greets Raven.am0k

I'm using foo_dockable_panels to remove the titlebar. The scrollbar is still there. It is just conveniently off-screen wink.gif .
Raven.am0k
Ah, okay, then thx for your answere smile.gif
callisto
QUOTE (anishbenji @ Nov 19 2006, 14:15) *
Here is my latest. ... and here are the full desktop screen shots with foobar2000 in focus and not in focus.

anishbenji

yay...looks really nice! good work.
and mind sharing your desktop-wallpaper? biggrin.gif
Falstaff
Hi foo'men

Just a post to present my foobar config (CD-Cover style)

Thanks for your comments !





---
br3tt
CepiPerez
QUOTE (naymlis @ Nov 19 2006, 08:30) *
I finally got your config working for me after hours of working on it.. now I want to know why my play counter doesn't work.. I think I have the latest version.. I have 1.9.2 and I set appended information to %W %D/%M/%y like you said.. but it always says No Plays under my song. I see you use ratings too.. how do you rate your songs with no rating buttons?

Also.. you have a border around your window so the Menu bar wont stick out when its auto hiding.. how did you do that? (it's like whitish bordering around the whole foobar window)

And how do I add lyrics to the tags so it works with the lyrics plugin? thanks

Check if the code for playcount is this (maybe it's wrong in the forum):
CODE

$if($strcmp(%play_counter%,?),
Playing song for fist time,
$if($strcmp(%play_counter%,1),
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))

I don't use rating buttons, I rate the song using the properties dialog box.
I don't understand what are you trying to say about the menubar. It's autohided, and it shows when your mouse is between the titlebar and the trackinfo.
For add lyrics to the songs, I use the lyrics_db plugin. Try it.

By the way, ckeck the Customization Distribution Thread. I've posted all my config there.

Regards.
blaxima
QUOTE (Falstaff @ Nov 19 2006, 12:33) *
Hi foo'men

Just a post to present my foobar config (CD-Cover style)

Thanks for your comments !





---
br3tt

Its refreshing to see some originality for a change!
Great work!!!
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.