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
chivas
QUOTE(u2watcher @ Jul 13 2006, 19:25) *

QUOTE(zoidbergslo @ Jul 13 2006, 17:45) *

QUOTE(chivas @ Jul 13 2006, 19:13) *

Some minor updates to my setup which i'm running for a while now. Added a new VS, trendy tabs dry.gif and quicksearch. Clutterless and fast is the way i like.

IPB Image


looks nice

wow I really like your setup any chance you could post a download for it smile.gif


yep.. here is the fcs: http://devin1.sitesled.com/chivas.fcs

windows VS:

http://files.customize.org/stylexp/BW1-0.zip

upper trackinfo code:

CODE

$puts(bright,FFFFFF)
$puts(grey,999999)
$puts(special,F3AA17)
$puts(dark,444444)
$if(%_trackinfo_notrack%,$char(10)$get(special)Foobar 2000 Mp3 Player,
$upper($if(%ispaused%,$get(bright)%artist%$get(dark) / ,$get(bright)%artist% $get(dark)/ )
$upper($get(grey)[%title%])
$tab()
$if(%isPaused%,F3AA17 o FFFFFFpaused,
$if(%IsPlaying%,$ifgreater(3,%_time_remaining_seconds%,F3AA17 o FFFFFFstarting next track,
$if(%IsPlaying%,$ifgreater(8,%_time_remaining_seconds%,F3AA17 o FFFFFFloading next track,
$upper($if(%isplaying%,$get(bright)%playback_time%$get(dark)|,$get(grey)%playback_time% $get(dark)| ))
$upper($if(%isplaying%,$get(bright)%length%,$get(grey)%length%))
), F3AA17o$get(bright) Track not loaded))
, F3AA17o$get(bright) Track not loaded))
$char(10)
$get(special)[%album%])
$tab()
$get(special)[%genre%])


bottom trackinfo code:

CODE

$puts(bright,FFFFFF)
$puts(grey,CDCDCD)

$if(%_filesize%,$get(head)$get(bright)Filesize: $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'F3AA17 | $get(bright),)
$if($strcmp(1,$get(codec)),$get(info)$get(text)%__codec%)
$get(head)$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),)
$if($strcmp(1,$get(bitdepth)),$if(%__bitspersample%,$get(info) $get(text)%__bitspersample%))
$if(%__samplerate%,$get(head)$get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3)KHz )
$if(%__bitspersample%,$get(head)Bitdepth: $get(info)%__bitspersample% bits/sample,)
%channels%

//progress bar
$tab()
$if(%isPaused%,F3AA17 o FFFFFFpaused,
$if(%IsPlaying%,$ifgreater(5,%_time_remaining_seconds%,F3AA17 o FFFFFFstarting next track,
$if(%IsPlaying%,$ifgreater(10,%_time_remaining_seconds%,F3AA17 o FFFFFFloading next track,F3AA17o $get(bright)progress
$progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 48,F3AA17I,
$get(grey)I)
), $get(bright) no track loaded))
, o $get(bright) no track loaded))


columns UI setup:

IPB Image


have fun smile.gif
ARiel G.
Some Q to chivas:

1) Which font u use in the trackinfo panels?

2) I saw u insert a projectM panel, which plugin u r using?

3) I try to follow your orders (ithout browser panel) but i got something very ugly like this:

IPB Image

HELP...
chivas
QUOTE(ARiel G. @ Jul 14 2006, 04:29) *

Some Q to chivas:

1) Which font u use in the trackinfo panels?

2) I saw u insert a projectM panel, which plugin u r using?

3) I try to follow your orders (ithout browser panel) but i got something very ugly like this:

IPB Image

HELP...



Doen't look that ugly at all smile.gif

1) font used in the upper trackinfo is "futura medium condensed". I can't upload it here as it has to be licensed. You may want to check alternative resources for the futura font family tongue.gif
The font in playlist and everything else is "calibri" with cleartype (windows display properties) enabled

2) http://www.hydrogenaudio.org/forums/index....l=visualization
You can also find a link for milkdrop presents in the same topic

3) Don't forget to set trackinfo "edge style" behavior to "none". Set background color of the panels to black. The two trackinfo panels in the browser window are just to make it look better, set minimum height to "9" and shrink em.
Raven.am0k
Well, i realised, that the best foobar is a fullscreen foobar smile.gif so i´ve made a new one, i hope you like it, I do smile.gif
The Photo is Animated, the first photo is DURING play, and the second one is while stoped playing, just look at the trackinfo pannel on the lower-left.

Strictly4me inspired me a little bit for my design smile.gif

IPB Image


greets Raven.am0k
Strictly4me
@Raven.am0k
Nice config! tongue.gif

Put your strings in trackinfo with question mark's between this signs ---> [], so you will not see any question mark again! (By example: [%title%] [●%artist%] [● %album%])

((((( Strictly4me )))))
Raven.am0k
Thank you wink.gif

Yeah, i know tongue.gif but i like the "?" ^^ tongue.gif
Generalverdacht
QUOTE(Nakkis @ Jul 13 2006, 06:44) *

My new compact foobar. I'm still thinking a good place to get a bigger album art box, it's a bit tiny now.

IPB Image



nice! could in get your fcs.?

tomthomson
hehe, a question mark lover 8) wink.gif
but I also love my fullscreen foobar style
After setting up my favourite colors and layout I've implemented various ideas from different users
feature: If I append a '|' at the end of a playlist name it switches to album view

have a look smile.gif
IPB Image
Raven.am0k
Hey Tomthomson, nice foobar smile.gif really nice!
[german]Gefällt mir biggrin.gif aber ein wenig zuuu bunt tongue.gif[/german] ^^


greets Raven.am0k
miscellanea
It's been a while...

0.9.3 beta 1 with Default UI. Mod of Albinoi.

IPB Image
Russell777
My current

IPB Image
chaosblade
IPB Image

Could have done better i guess. Especially with the trackinfo and some how filling that empty space the playlist switcher creates.

Suggestions?
Nakkis
Could someone help me a bit with my fcs? In my current config the bitrate for the album is in the column of the third track, and it always shows the bitrate of the third track. I'd like to see the average bitrate for the whole album.

This is my current code for the album info column.

CODE
$if(%singletrack%,
%album artist%[' • '$iflonger(%album%,30,$trim($cut(%album%,30))...,%album%)] ,
$select(%tracknumber%,
%album artist% ,
%album%$tab()[%date%],%codec%[ '('%__extrainfo%')'][ %codec_profile%] | %bitrate%kbps$tab()[%__replaygain_album_gain%]))


Here's a screenshot.
IPB Image

QUOTE(Generalverdacht @ Jul 14 2006, 15:40) *

nice! could in get your fcs.?

Yeah sure, when I get this issue sorted out smile.gif
cLess-R34
Here's mine, simplistic, thanks so much to Habla's FCS:

IPB Image
SwiftBass
QUOTE(Raven.am0k @ Jul 14 2006, 05:06) *

Well, i realised, that the best foobar is a fullscreen foobar smile.gif so i´ve made a new one, i hope you like it, I do smile.gif
The Photo is Animated, the first photo is DURING play, and the second one is while stoped playing, just look at the trackinfo pannel on the lower-left.

Strictly4me inspired me a little bit for my design smile.gif

IPB Image


greets Raven.am0k



im at 1024 X 768 and was wondering if making a fullscreen foobar for my resolution was worth it?
Raven.am0k
Well, everybody has his own style and tast, when you want a minimalistic one, make one but if you want a fullscreen one, make one smile.gif
I´m at 1280 x 1024 and here it is worth it.
pepoluan
QUOTE(Nakkis @ Jul 14 2006, 23:37) *
Could someone help me a bit with my fcs? In my current config the bitrate for the album is in the column of the third track, and it always shows the bitrate of the third track. I'd like to see the average bitrate for the whole album.
Can't. You can only get the bitrate of the current track.

Alternatively, add a tag to the third track. Name it, like, ALBUM BITRATE or something.

Like my setup. I create a custom tag named DISCLENGTH that contains, the total length of the tracks in one disc.

@SwiftBass: My layouts use 1024 x 768. Others here also use 1024x768 screen. Check them out. As for mine, I think it can be optimized further, e.g. I haven't yet harnessed foo_uie_tabs' newest capability of having splitters in it. So expect me to change the layout again Real Soon™.
Stuart60611
My revised setup. Revisons include new font, tabs, browser panels, and track info changes.

Browser view:

IPB Image

Playlist view:

IPB Image
chaosblade
not bad at all. Hate windowblinds style though, those column headers are HUGE.
Stuart60611
QUOTE(ChaosBladE @ Jul 14 2006, 15:01) *

not bad at all. Hate windowblinds style though, those column headers are HUGE.


Thanks. Unfortunately, with windows2000, windowblinds is my real only option for decent change of visual style.
chaosblade
True enough.
tool++
QUOTE(Stuart60611 @ Jul 14 2006, 21:33) *

QUOTE(ChaosBladE @ Jul 14 2006, 15:01) *

not bad at all. Hate windowblinds style though, those column headers are HUGE.


Thanks. Unfortunately, with windows2000, windowblinds is my real only option for decent change of visual style.



Negative.

With bblean, bbcolorex, and bbLeanSkin, you can make something like this:

IPB Image


Note that it's the classic theme, but with sexier, subtler colours.
chaosblade
I've been meaning to ask, what is that playlist selection thing?
Stuart60611
QUOTE(ChaosBladE @ Jul 15 2006, 05:36) *

I've been meaning to ask, what is that playlist selection thing?



It is playlist tree without buttons. Each dynamic playlist consists of a query which creates a random list of 25 tracks for the given criteria. You can then hit the space bar to have a particular query refresh and create a new list.
chaosblade
So the plugin i need is playlist tree?
Stuart60611
QUOTE(ChaosBladE @ Jul 15 2006, 08:30) *

So the plugin i need is playlist tree?



Right. And then configure it to create random playlists on whatever criteria you want. I have it configured it not to show the root and not to show buttons. When I click on any item in the list, the tracks contained therein show up for viewing under my browser playlist tab.
tool++
Stuart, how did you get the date added thing :S

I really need a thing to list all the "new stuff" from the last week or two weeks or whatever.
Stuart60611
QUOTE(tool++ @ Jul 15 2006, 10:02) *

Stuart, how did you get the date added thing :S

I really need a thing to list all the "new stuff" from the last week or two weeks or whatever.


I just tagged the corresponding files with a metadata field "ADDED". I then made a series of playlist tree queries "ADDED IS [DATE]" for each group of files based on the corresponding date added.
SwiftBass
what would be the technical names for the foobar styles? like would they called FCS or something?

im asking because ive been trying to look up tips on creating my own. Ive ran into tutorials that go over anything, but i was just wondering if there was something more specific out.
unkwn
FCS is only the playlist style not the other pannels. Check the wiki there are lots of links to guides and tutorials.
edm107
QUOTE(Bl@ck_warrior @ Apr 17 2006, 02:15) *

With the track info panel

IPB Image

edit:

IPB Image



What font do you use for rating?
Russell777
Changed mine a little

IPB Image
edm107
QUOTE(Bonzi @ Apr 25 2006, 20:57) *

Here is mine:

IPB Image

Almost everything I've got from reading the forums and C&P. Cheers.



What font do you use for rating?
tool++
IPB Image


If you want, there's a thread in the upload section, by me.


Wallpaper from here:

http://www.dlanham.com/
drake
QUOTE(tool++ @ Jun 20 2006, 15:13) *

I think it would probably need a new UI, seeing as columnsui isn't built for it.

Something like inserted rows couldn't be too hard though.

It would mean single column layouts, IE

Artist
Album
01 - Track
02 - Track
03 - Track


which would be uber for space.

see, this is what i've been complaining about since day one... every other media player sorts this way. I just used playlist tree with sort by artist/album. Then I switched over to browser for looks
SwiftBass
sry guys(used the search button etc but no luck)

can someone help me with:

+ the progress bar string in the infobox..........tried inputing something like this; $progress(%_time_elapsed_seconds%, %_time_total_seconds%, 20,'#','=')

+ the no cover art picture function


still been playing around with Foobar here it is now:
IPB Image
WORMGERM
Heavily borrowed >_> but I do kind of have my own colour going on. I am pretty new to foobar2000

IPB Image
SwiftBass
QUOTE(WORMGERM @ Jul 15 2006, 23:41) *

Heavily borrowed >_> but I do kind of have my own colour going on. I am pretty new to foobar2000

IPB Image



can u tell me where u got that XP visual style?
acedriver
QUOTE(SwiftBass @ Jul 16 2006, 14:18) *

can u tell me where u got that XP visual style?

http://www.deviantart.com/deviation/23369316/
MechaA
Thanks to tool's latest playlist design, I finally got past my Habla-esque bulky playlist style and reconfigured to look like this:

IPB Image

(Seekbar and menu are on there too, on autohide. I never use either very much : >)
Russell777
Actually this one is not mine but my girlfriend's (but i assisted) smile.gif

IPB Image
tool++
QUOTE(MechaA @ Jul 16 2006, 13:48) *

Thanks to tool's latest playlist design, I finally got past my Habla-esque bulky playlist style and reconfigured to look like this:

IPB Image

(Seekbar and menu are on there too, on autohide. I never use either very much : >)



That looks rad, nice one :]
speedemonV12
can someone tell me how i get the bar that is underneath the buttons, and seekbar in this picture?

the bar the displays the artist and title? it looks really cool

http://img97.imageshack.us/img97/9274/foobibi6pj.png
tool++
That is a foo_uie_trackinfo panel, resized and only on one line :]
speedemonV12
oo okay..so what would the code be that i put in there to get that? is there a trackinfo tut somewhere?
tool++
Something like...

$upper(%artist%) / $rgb(150,150,150)$upper(%title%)
speedemonV12
ok ..thanks for that....but is there a place that has these things written out, so that i can try and learn how to make it the way that i would like it?
cvax
Here's mine.
IPB Image
speedemonV12
QUOTE(cvax @ Jul 16 2006, 15:25) *

Here's mine.
IPB Image



nice set up...can you post your fcs?
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.