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
Ran Sagy
Yup, Definitely looking good. Good work smile.gif
anishbenji
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

That is a really cool (and unique!) layout. I really love that foobar2k bar code in the track info.
Great work.
anishbenji
Djii


This is my new foobar skin.
I still want to keep my windows xp visual style.
I'm using the eejadx skin and I've changed pictures for making a WMP XP style.
Falstaff
QUOTE (ChaosBladE @ Nov 19 2006, 18:16) *
Yup, Definitely looking good. Good work smile.gif


Thanx a lot to you and to the other member that appreciate my work :-)

I'm now preparing another layout ... news as soon as possible!

br3tt

QUOTE (anishbenji @ Nov 19 2006, 18:50) *
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

That is a really cool (and unique!) layout. I really love that foobar2k bar code in the track info.
Great work.
anishbenji


-1st number of barcode = playtime number
then follow 'time left' // 'total time'

thanx for enjoying it
Nickoladze
Had some fun with dockable panels and transparency today...

musica22
mine smile.gif




Moderation: Please do not inline images larger than roughly 800x600 and 80KB. Please use thumbnails and/or links for large pictures instead.
naymlis
QUOTE (CepiPerez @ Nov 19 2006, 11:42) *
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.


There is no place to put code for playcount, unless you mean the top trackinfo mod? If so, then what about the SCP?
EDIT: I changed my top trackinfo code to what u posted and it still only says "Playing song for first time" sad.gif

I looked in the properties dialog box and I don't see anywhere to enter ratings.
EDIT: nvm.. i had to add a ratings comment manually.. too much work to add ratings imo.. maybe ill mod ur config with some buttons somewhere.

Yes I know its autohided.. it shows a white line on the top of the window.. BUT you have that same white line going on the left, right, and bottom of the window giving it a clean look.. I can't figure out how you did this.. maybe its a VS thing?

I did check out that thread where I first came across your foobar.. but it only has the .cfg which doesn't load right for me.. and it doesn't have neo1, just the dif version. I found this old thread and I used the coding and added them manually and had better luck.

And thanks, ill try out the lyrics_db plugin.
CepiPerez
@naymlis:

Here's the full code of the top trackinfo:
CODE

$imageabs($sub($div(%_width%,2),512),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,240-240-240)
$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,180-180-180)from
$font(calibri,8,boldshadow,230-230-230)"%album%"
$alignabs(0,61,%_width%,20,center,)
$font(Calibri,8,boldshadow,180-180-180)
$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))
,
$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
)


The Customization Distribution Thread has the skin.
The config file I've posted has the 4 skins.
You can change the layout from menu View -> Layout.

About the playcount:
Are you using MP3 files or you use other format?
Cause some formats, like FLAC, doesn't support the playcount plugin.
naymlis
Ya I loaded up ur cfg again and found out how to change the dif layouts and I found out the white border mustve been a VS cause i dont have it with ur cfg.. so I just disabled autohide for the menu.

The playcount still doesn't work for me and yeah, I'm using mp3s.. so it must be a dif playcount plugin version than what you use.. can you please post your version number and where I can get it?

I tried out lyricsdb and unfortunately it doesn't have any lyrics for any of my songs sad.gif
i guess i'll start writing my own wink.gif

Now I gotta get learning on these codes so I can implement some rating buttons.. or if I can get this playcount to work I can make the rating based on times played

btw, thanks for your help
xhandler

I use my secondary screen for foobar only now... made a little Wii controller wink.gif
naymlis
@CepiPerez:

I've been trying to get playcount to work in the single column playlist all day and have failed.. I've downloaded numerous versions that I can find of the unofficial playcount component and I'm using your SCP code but it ALWAYS says No Plays

can anyone help me out? sad.gif
syrek
QUOTE (Falstaff @ Nov 19 2006, 18:33) *
Hi foo'men

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

Thanks for your comments !





---
br3tt


Darn! Almost posted in dutch biggrin.gif

But I like your layout, would you mind to post your layout? esspacially the .fcs because I know how much trouble it is to make a vertical button layout biggrin.gif
lunear
QUOTE (clark @ Nov 13 2006, 09: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



Why my FB doesn't appear transparent and the three buttons at the bottom? Only white backgroud color appears. And there is no those three tabs either.
I wish there would have album cover in this theme.smile.gif
Luxus
QUOTE (syrek @ Nov 20 2006, 02:04) *
QUOTE (Falstaff @ Nov 19 2006, 18:33) *

Hi foo'men

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

Thanks for your comments !





---
br3tt


Darn! Almost posted in dutch biggrin.gif

But I like your layout, would you mind to post your layout? esspacially the .fcs because I know how much trouble it is to make a vertical button layout biggrin.gif

yeah great layout.. i have alot album covers... for nearly all my albums.. i would love to have this layout too!
tool++
Just a little update for me:

Falstaff
Hi,

I'll share my config 'CD-Case' by posting it the next w-e on the "Configuration Distribution Thread"
So don't MP me now ... wait the post rolleyes.gif



Bye

br3tt (aka Falstaff)
tool++
I thought I'd try myself some chiselled corners:

shakey_snake
sick.gif are those buttons supposed to be un-aa'd like that, tool?
FofR
I made a little aesthetic change to my design:

FofR
And here's a shot with various artists, improved artist image rendering and some other minor tweaks:
tool++
QUOTE (shakey_snake @ Nov 20 2006, 20:16) *
sick.gif are those buttons supposed to be un-aa'd like that, tool?


What?
naymlis
he means not antialiased.. meaning pixely edges.. and yes, they're supposed to look like that snake.
tool++
Oh, I guess some just have odd ways of looking at things ;D
mazy
FofR, nice stuff. i see you did that "put progressbar into playing item" thing i wanted to do, but didn't bother. seems to work well!
CepiPerez
QUOTE (naymlis @ Nov 19 2006, 17:58) *
The playcount still doesn't work for me and yeah, I'm using mp3s.. so it must be a dif playcount plugin version than what you use.. can you please post your version number and where I can get it?
Now I gotta get learning on these codes so I can implement some rating buttons.. or if I can get this playcount to work I can make the rating based on times played
btw, thanks for your help

The playcount is the unnoficial version 1.9.2.
I've updated the config file in the Customization Distribution Thread, now the dock panel has a rating system.
But I've posted a rating system based in the playcount plugin, check the back pages.

Regards.
musica22
QUOTE (CepiPerez @ Nov 21 2006, 10:10) *
QUOTE (naymlis @ Nov 19 2006, 17:58) *

The playcount still doesn't work for me and yeah, I'm using mp3s.. so it must be a dif playcount plugin version than what you use.. can you please post your version number and where I can get it?
Now I gotta get learning on these codes so I can implement some rating buttons.. or if I can get this playcount to work I can make the rating based on times played
btw, thanks for your help

The playcount is the unnoficial version 1.9.2.
I've updated the config file in the Customization Distribution Thread, now the dock panel has a rating system.
But I've posted a rating system based in the playcount plugin, check the back pages.

Regards.



umm u cud try using %play_count% instead of %play_counter%
i have teh same issue.. maybe its just we're using different plugins...
it works out just fine for me smile.gif
Raven.am0k
Just one question to all of you, who use a completely black VS.
How can you work with it? Iīve tryed it, but always when I set the 3D Objects to black, i cannot work with photoshop and other applications -.-

Do you have any hint for me?

Greets Raven
FofR
I made a blog post on just that: http://fofr.trivialbeing.net/2006/11/fight...lack-themes.php
store88
QUOTE (FofR @ Nov 21 2006, 04:34) *
I made a little aesthetic change to my design:


very nice idea
takt
QUOTE (Falstaff @ Nov 19 2006, 18:33) *
Hi foo'men

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

Thanks for your comments !



---
br3tt


What's the font you're using in the titlebar? (Not in foobar, the Visual style)

Great theme!
Sharky
QUOTE (Cyex @ Oct 14 2006, 13:53) *



Where can I get that Style ?
Raven.am0k
Here is my new Fooby after a while working around smile.gif

I hope you like it.



greets Raven.am0k
Falstaff
QUOTE (takt @ Nov 23 2006, 09:19) *
QUOTE (Falstaff @ Nov 19 2006, 18:33) *

Hi foo'men

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

Thanks for your comments !



---
br3tt


What's the font you're using in the titlebar? (Not in foobar, the Visual style)

Great theme!


VisualStyle is Serenity 2.0 (you should find it easyly on deviantart.com),
the font used is hooge 05_53 (height=6)

thanx

br3tt
nilsHaus
This is really more of a WIP, but here ya go, my first post:


Alot of things aren't working. As you can tell, the selection rectangle isn't cool: Does anyone know how I could get it to just surround the top and bottom (and maybe right side) only?
Is there a tag such as "%playlist name%" so that I can make a $stricmp string that takes away the "#Search Results"?

Thanks
Nickoladze
%playlist_name% is a variable AFAIK
blaxima
QUOTE (nilsHaus @ Nov 23 2006, 22:54) *
This is really more of a WIP, but here ya go, my first post:


Alot of things aren't working. As you can tell, the selection rectangle isn't cool: Does anyone know how I could get it to just surround the top and bottom (and maybe right side) only?
Thanks


This is what I'm using
CODE
$if(%_isplaying%,$drawrect(-1,0,0,1,brushcolor-60-60-60 pencolor-108-147-116)
eejadx
QUOTE (nilsHaus @ Nov 23 2006, 21:54) *
Is there a tag such as "%playlist name%" so that I can make a $stricmp string that takes away the "#Search Results"?

Or you can just set Quick Search's target playlist to "Default" and disable "Append search string to playlist name".
xhandler


Just controlling everything from the menu. Plus dock panels of the playlist and of the playlist switcher, which hides when collapsed laugh.gif
Raven.am0k
QUOTE (xhandler @ Nov 24 2006, 09:40) *


Just controlling everything from the menu. Plus dock panels of the playlist and of the playlist switcher, which hides when collapsed laugh.gif


Hehe, okay, THATīS minimal xD
xhandler
It sure is wink.gif wink.gif wink.gif
Habla
Wow! I haven't been on this forum since I got my Blackbook, because Foobar doesn't run on OS X. It's amazing how the appearance of Foobar has changed! These layouts look really great. Foobar is the one program I miss from windows. iTunes just doesn't cut it for me.

Oh, and sorry to all the people who have been trying to message me for my old config. I don't have it anymore, I have a mac now. Besides, why would you want my old rickety stuff what with all these snazzy new looks out there?

Good work fellas and fellettes.
nilsHaus
QUOTE (eejadx @ Nov 24 2006, 00:07) *
QUOTE (nilsHaus @ Nov 23 2006, 21:54) *
Is there a tag such as "%playlist name%" so that I can make a $stricmp string that takes away the "#Search Results"?

Or you can just set Quick Search's target playlist to "Default" and disable "Append search string to playlist name".


But then I wouldn't know the search string now would I?
callisto
why would you like to know the search string. you typed it in seconds ago ^^
besides that, I leave the search string in the search field...even after the search succeeded, so then you know at least the last one...
bbmartini
Russell777
Some config i've been working on (unfinished):
fuflo
simple one...




used this as the base: http://www.hydrogenaudio.org/forums/index....st&p=428453
mquander
My newest:



Thanks tool for perpetual inspiration!
tool++
Sweet usage of the icon.
roT-
Here is my foobar tongue.gif
Clean and simple



I only have one little problem:
How can I change the date of the playcounter, upper left in the trackinfo(red circle)?
For example: I didnt play that music file on tuesday, but on sunday...
skelly831
QUOTE (Russell777 @ Nov 24 2006, 12:32) *
Some config i've been working on (unfinished):

Very nice smile.gif

QUOTE (tool++ @ Nov 24 2006, 18:06) *
Sweet usage of the icon.

Where can i get this icon?
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.