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
bizkid
QUOTE (ratman @ Apr 9 2006, 01:46 AM) *
Based on tool++'s FCS.


Nice. How can i add the track info at the top? The plugin seems to only work in my sidebar unsure.gif
Glorius
Hello!

This is my first post and my first Foo 0.9 smile.gif



I'm waiting for opinions! wink.gif
vonmeth
QUOTE (bizkid @ Apr 9 2006, 01:37 PM) *
QUOTE (ratman @ Apr 9 2006, 01:46 AM) *

Based on tool++'s FCS.


Nice. How can i add the track info at the top? The plugin seems to only work in my sidebar unsure.gif


You need to set your Columns UI layout correctly.

(Prefences -> Display -> Columns UI, then the Layout Tab)

CODE
Splitter (orientation horizontal)
+Splitter (orientation vertical)
       Seekbar
       +Splitter (orientation horizontal)
              Album Panel
              Track info
       Columns Playlist


(didn't do formating right =\)
tofu



using C00I90WN's fcs
corganzero0
how can you add custom buttons in 0.9?? i can't figure it out
Anas
Right click on buttons toolbar and choose 'Configure'.
carmik
My effort:



(Assume its a work in progress biggrin.gif )
OnPoint
QUOTE (TedFromAccounting @ Mar 29 2006, 11:55 AM) *


Here's mine, nothing too fancy. Just started messing with 0.9.



can someone post the code for this trackinfo?
mortuusrex
Hey guys Im looking for some help scripting my playlist, I havent done much changing to my play list other than trying out some other peoples .fcs files. Im sort of a minimalist and am pretty picky, ha. But some help would be appreciated.
Basically what im looking for is to make it somewhat like this:


Artist
Album
Year - Genre
(this information only once per album)

Simple lines seperating each column would be awesome. Any help would be much appreciated either through the forum or a PM. or even AIM.
ty
mortuusrex.
vonmeth
QUOTE (OnPoint @ Apr 9 2006, 03:36 PM) *
QUOTE (TedFromAccounting @ Mar 29 2006, 11:55 AM) *



Here's mine, nothing too fancy. Just started messing with 0.9.



can someone post the code for this trackinfo?


The following location has some good track info configs. Not the exact, but with some small tweaking, you can get it to look like that.

http://www.hydrogenaudio.org/forums/index....ic=29363&st=475

That whole topic has lots of good configs that you can copy and modify to your heats content.
nightwingz
My "Final Foo". I am very pleased with how it came out. I got one question though. For my track info, is there any way i can have the text always aligned in the center? I tried using the normal Align coding but that didnt seem to work. Its not THAT important but would be nice to have.

Anyways, here it is.....




Just came up with this, think i like it also...

C00I90WN
QUOTE (tofu @ Apr 9 2006, 05:01 PM) *



using C00I90WN's fcs


wink.gif glad you liked my config. I'm planing to release a newer version soon.
corganzero0
QUOTE (Anas @ Apr 9 2006, 03:56 PM) *
Right click on buttons toolbar and choose 'Configure'.


but it doesn't let you choose a custom picture like in .83 did.
Batou
Hello Everyone !

First post for me here but a long time lurker... First of all a big thanks to the all community for the awesome work and all the help and documents you guys have compiled. It is of great help. smile.gif

I'm still quite a noob as far as customization goes and mainly use foobar because of its small system requirements. Anyways, here is my current setup, a mix of the blackwhitered.fcs posted by Habla on the very first page of this thread and "spex04 - mazy's mod 3" that I found in the zip turzol posted a few pages ago. There's still room for improvement as I'm not really satisfied with the layout of the components and my status bar and button are quite dull.

Screenshot

I probably messed up all Habla's beautifuly written code but I'm still experimenting/discovering. tongue.gif

P.S: I'm a Frenchie in exile in London so uh, please bear with my English wink.gif
MechaA
QUOTE (Batou @ Apr 9 2006, 07:50 PM) *
Hello Everyone !

First post for me here but a long time lurker... First of all a big thanks to the all community for the awesome work and all the help and documents you guys have compiled. It is of great help. smile.gif

I'm still quite a noob as far as customization goes and mainly use foobar because of its small system requirements. Anyways, here is my current setup, a mix of the blackwhitered.fcs posted by Habla on the very first page of this thread and "spex04 - mazy's mod 3" that I found in the zip turzol posted a few pages ago. There's still room for improvement as I'm not really satisfied with the layout of the components and my status bar and button are quite dull.

Screenshot

I probably messed up all Habla's beautifuly written code but I'm still experimenting/discovering. tongue.gif

P.S: I'm a Frenchie in exile in London so uh, please bear with my English wink.gif


That's very pretty! Nicely done.
Lozer
QUOTE (nightwingz @ Apr 9 2006, 05:50 PM) *
I got one question though. For my track info, is there any way i can have the text always aligned in the center? I tried using the normal Align coding but that didnt seem to work. Its not THAT important but would be nice to have.


Put this in front of the line that you want centered:
CODE
$char(1)C


For example,
CODE
$char(1)C[%artist%] - [%title%] (or whatever)
UObean
QUOTE (Funkstar De Luxe @ Apr 8 2006, 01:58 PM) *
QUOTE (UObean @ Mar 31 2006, 04:51 AM) *

Download for the fcs and track info code.

I'm not going to bother uploading a config file simply because I dont think the placement of the components is that great in the first place. Just a warning, the coding I added is somewhat sloppy. I never claimed to be an expert. tongue.gif



Does anyone still have this? The link is dead and Foobar forgot it's setting :-( If so, could you email me it?

Tony


Link should be working again.
Habla
QUOTE (Batou)
I probably messed up all Habla's beautifuly written code...

blush.gif I don't see any beautifully written code in there...
Habla
QUOTE (nightwingz @ Apr 8 2006, 06:56 AM) *


Does anyone know how to rid the white in the playlist view? i want it black but cant seem to find where to change that in the coding, thanks.

~nightwingz

This is my config. Everything else you heard was wrong. That color is an internal setting in the coding, and I will tell you how to fix it right............now. Follow closely:

Preferences-->Display-->Columns UI-->Playlist View-->Columns Tab-->Album Information Column-->Style Tab:

CODE
$if($strcmp($tracknumber(),01),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,FF)
$set_style(frame-right,0,FF)
$set_style(frame-bottom,0,FF)
$set_style(frame-top,1,FF)
,
$if($strcmp($tracknumber(),02),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,FF)
$set_style(frame-right,1,FF)
$set_style(frame-bottom,0,FF)
$set_style(frame-top,0,FF)
,
$if($strcmp($tracknumber(),03),
$set_style(text,8A8A8A,8A8A8A)
$set_style(back,000000,000000)
$set_style(frame-left,1,FF)
$set_style(frame-right,1,FF)
$set_style(frame-bottom,1,FF)
$set_style(frame-top,0,FF)
,
$set_style(text,0,0)
$set_style(back,FFFFFF,FFFFFF)
$if($strcmp($directory(%_path%,1),Single Tracks),,$set_style(frame-right,1,A8A8A8))
)
)
)


That should point you in the right direction.
sblum


This is my final set up, for now! Let me know what you think smile.gif
nightwingz
QUOTE (Habla @ Apr 10 2006, 04:33 AM) *
QUOTE (nightwingz @ Apr 8 2006, 06:56 AM) *



Does anyone know how to rid the white in the playlist view? i want it black but cant seem to find where to change that in the coding, thanks.

~nightwingz

This is my config. Everything else you heard was wrong. That color is an internal setting in the coding, and I will tell you how to fix it right............now. Follow closely:

Preferences-->Display-->Columns UI-->Playlist View-->Columns Tab-->Album Information Column-->Style Tab:

CODE
$if($strcmp($tracknumber(),01),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,FF)
$set_style(frame-right,0,FF)
$set_style(frame-bottom,0,FF)
$set_style(frame-top,1,FF)
,
$if($strcmp($tracknumber(),02),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,FF)
$set_style(frame-right,1,FF)
$set_style(frame-bottom,0,FF)
$set_style(frame-top,0,FF)
,
$if($strcmp($tracknumber(),03),
$set_style(text,8A8A8A,8A8A8A)
$set_style(back,000000,000000)
$set_style(frame-left,1,FF)
$set_style(frame-right,1,FF)
$set_style(frame-bottom,1,FF)
$set_style(frame-top,0,FF)
,
$set_style(text,0,0)
$set_style(back,FFFFFF,FFFFFF)
$if($strcmp($directory(%_path%,1),Single Tracks),,$set_style(frame-right,1,A8A8A8))
)
)
)


That should point you in the right direction.




THANKS to both of you, really appreciated. NOW my foo is looking damn good. Thanks again.
mackycorp
QUOTE (Habla @ Apr 10 2006, 04:33 AM) *
This is my config. Everything else you heard was wrong. That color is an internal setting in the coding, and I will tell you how to fix it right............now. Follow closely:

Preferences-->Display-->Columns UI-->Playlist View-->Columns Tab-->Album Information Column-->Style Tab:


Hah, I spent maybe 10 minutes trying to find the one setting you just pointed out. I changed every back color I found except that one. I feel mighty stupid now. Thanks for clearing that all up.
lextune
QUOTE (Sphix @ Apr 8 2006, 09:27 PM) *
QUOTE (lextune @ Apr 8 2006, 12:43 PM) *

Finally got around to working in Album Art.



.....think I'm done tweaking for awhile now, cause I'm loving it biggrin.gif


foobar pwns all! tongue.gif


Can you share the trackinfo strings? unsure.gif

And how it's your layout?! All my panels are located in the sidebar, I wish I coulde move them

(Hey, you are lextune from Kerrazy =D)

EDIT:
I got a new layout but in my resolution its not the best thing:
(Based on other users configs)


Yep, it's me the one and only KerrazY lextune tongue.gif

Here is my track info string

CODE
D7B997Mode: ffffff%_trackinfo_mode%$char(10)D7B997---------------------------------------$char(10)$char(10)
$if(%_trackinfo_notrack%,D7B997No track,

$if($or(%_isplaying%,%_ispaused%),$if(%_ispaused%, 0CEBA4'▮▮' D7B997Paused:ffffff[' ( '%_time_elapsed%[' / '%_time_total%] ')'],
$if($stricmp($left(%_path_raw%,7),'http://'), 0CEBA4'▶' D7B997Streamingffffff[' ('%_time_elapsed%['/'%_time_total%]')'],
0CEBA4'▶' D7B997Playing:ffffff[' ( '%_time_elapsed%[' / '%_time_total%]' )'])), 0CEBA4'■' D7B997Not playing)
D7B997$char(10)$char(10)

$char(1)C0CEBA4Track Information$char(10)
[D7B997Artist: ffffff%artist%$char(10)]
$if(%title%,D7B997Title: ffffff%title%$char(10),$if($stricmp($left(%_path_raw%,7),'http://'),
D7B997Stream[: ffffff%_filename%]$char(10),D7B997Sorry. Can''t show. No tag. Path is:$char(10)ffffff%_path_raw%$char(10)))
[D7B997Album: ffffff%album%$char(10)]
[D7B997Tracknumber: ffffff%tracknumber%$char(10)]
[D7B997Date: ffffff%date%$char(10)]
[D7B997Genre: ffffff%genre%$char(10)]
[D7B997Disk: ffffff%disc%$char(10)]
[D7B997Comment: $iflonger($replace($meta(comment),$char(13),),297,
$cut(ffffff$replace($meta(comment),$char(13),),292)D7B997'(...)',ffffff$replace($meta(comment),$char(13),))$char(10)]
$char(10)



$char(1)C0CEBA4Technical Information$char(10)

$if(%__codec%,$get(head)D7B997Codec:ffffff $get(info)%__codec%$char(10),)
$get(head)D7B997Bitrate:ffffff $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kbps $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))$char(10)
$if(%__lame_version%,$char(1)C$get(head)Preset: $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$char(1)C$get(head)Encoder: $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$char(1)C$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)D7B997Channels:ffffff $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))$char(10)
$if(%__bitspersample%,$get(head)D7B997Bitdepth: ffffff$get(info)%__bitspersample%$char(10),)
$if(%__samplerate%,$get(head)D7B997Samplerate:ffffff $get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $char(10))
$if(%_filesize%,$get(head)D7B997Filesize:ffffff $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),)

)

$char(10)
$char(10)

$puts(theme,1)

// progressbar config
$puts(progress_char,█)
$puts(progress_length,20)

$if($strcmp($get(theme),1),
$puts(progress_color1,$rgb(164,235,12))
$puts(progress_color2,$rgb(54,106,179))
)


// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1),000000,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2),000000,1,5.7))
// progressbar
$puts(progressbar,
$if(%_length_seconds%,

$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1))
$transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color2))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)
$get(progressbar)


My layout.

Horizontal splitter
-----Vertical splitter
----------Playlist switcher
-----Vertical splitter
----------Spectrum analizer
----------Columns Playlist
-----Vertical splitter
----------Track info
Fidel_Quastro


My first attempt to really improve the style of my foobar, and what to say ... I like it ^^. Fit's my desktop background (same background as on http://stonerrock.com/)] and my mIRC-Theme (Winter-Theme/Weed-Style). I like it calm and simple and not that overloaded with pictures, so i didn't use album art panels or something like that. Not finished yet, i have to optimize my strings ^^. And I think i will add the trackinfo panel
Draikin
I'm in the process of porting my 0.83 foobar to 0.9. Some components are missing or in alpha stages, here's what i got so far:

Anas
My fooby:
wub.gif
theWANDERER
Here's mine smile.gif
twnty3svn
Hi everyone,

I'm really new at this foobar coding stuff. I adapted the layout from turzol (which looks fantastic). A couple of things i could use some help with is the following: see foobar layout

Can someone tell me how to code the status bar Album text. I want to be able to have the album title in an 'if' statement, and i want to change the colour of it. Here is my coding: statusbarcodetextfile

My second question is, is there a way to stop the album tree from highlighting the current folder when out of focus? ie. see image and white background around current folder. Even just being able to change it so it just changes text colour.

And finally, i can't seem to change the colour on the currently highlighted item in the playlist view. I've treid almost everything and cant seem to change it. I suspect is must be a setting in the code (whom i adapted form one of the fine members on this forum, sorry i cant remember who wink.gif ) I just want the yellow border, with no highlight. See the fsc file fsc settings

Any help will be greatly appriciated. This foobar is adictive, i think i've been playing with it for over 12hrs over 2 days.

Thanks.
shane 4 sure
Foobar2000 v0.9 Final current settings.
Nothing really spectacular, a personal approach inspired by turzol's great style ( thanx mate for making it public )

Tiny and effective biggrin.gif

evl
Does anybody know why my Calibra font looks so blurry? This is 8pt bold of course:

http://img234.imageshack.us/img234/1889/foo26qr.jpg

Just wanted this difference looks more noticeable by making my FB like Hablas which is here :

http://img87.imageshack.us/img87/8669/fooniner7ku.jpg

Any suggestions? Especially from You Habla wink.gif
muzgus
QUOTE (evl @ Apr 10 2006, 07:06 PM) *
Does anybody know why my Calibra font looks so blurry? This is 8pt bold of course:

http://img234.imageshack.us/img234/1889/foo26qr.jpg

Just wanted this difference looks more noticeable by making my FB like Hablas which is here :

http://img87.imageshack.us/img87/8669/fooniner7ku.jpg

Any suggestions? Especially from You Habla wink.gif


try using this: http://www.microsoft.com/typography/ClearTypePowerToy.mspx
evl
muzgus : thx a lot.
vonmeth


A little bit different. I'm loving the track_info plug-in =)
Habla
yeah, evl, all you have to do is turn on ClearType.

vonmeth, are you using three track info panels? If so, could you post the DLL for the 2nd and third? tia
tofu
QUOTE (C00I90WN @ Apr 9 2006, 06:52 PM) *
QUOTE (tofu @ Apr 9 2006, 05:01 PM) *




using C00I90WN's fcs


wink.gif glad you liked my config. I'm planing to release a newer version soon.



can't wait. only modification i've done was add the following line to the title column

$if($meta(album),$meta(title artist),
%_extraTxtColor% -%artist%)

so loose tracks would show the artist if no album tag is detected
mortuusrex
QUOTE (theWANDERER @ Apr 10 2006, 11:32 AM) *


mind i ask where i can get that VS?
theWANDERER
QUOTE (mortuusrex @ Apr 11 2006, 05:41 AM) *
QUOTE (theWANDERER @ Apr 10 2006, 11:32 AM) *


mind i ask where i can get that VS?


Glitch by OmArt
Sphix
QUOTE (muzgus @ Apr 10 2006, 11:24 AM) *
QUOTE (evl @ Apr 10 2006, 07:06 PM) *

Does anybody know why my Calibra font looks so blurry? This is 8pt bold of course:

http://img234.imageshack.us/img234/1889/foo26qr.jpg

Just wanted this difference looks more noticeable by making my FB like Hablas which is here :

http://img87.imageshack.us/img87/8669/fooniner7ku.jpg

Any suggestions? Especially from You Habla wink.gif


try using this: http://www.microsoft.com/typography/ClearTypePowerToy.mspx


Wow, this is very useful, didn't know about that software
hotzenpl0tz
Is there a way, to aply that ClearType stuff only to certain Fonts, or maybe certain applications ? When activated, on my CRT monitor I can't endure reading a longer text for more than 10 minutes before getting a headache, on the other hand: alot of fonts look great with Cleartype, and totally blurry without.
skelly831
QUOTE (hotzenpl0tz @ Apr 10 2006, 03:59 PM) *
Is there a way, to aply that ClearType stuff only to certain Fonts, or maybe certain applications ? When activated, on my CRT monitor I can't endure reading a longer text for more than 10 minutes before getting a headache, on the other hand: alot of fonts look great with Cleartype, and totally blurry without.

That's the problem, ClearType is not designed for CRTs. I agree that some fonts do look better with ClearType on CRTs, such as Calibri and the rest of the fonts in that package. It's sad but true, CRT users are being pushed aside mad.gif
unabatedshagie
QUOTE (Habla @ Apr 10 2006, 08:18 PM) *
yeah, evl, all you have to do is turn on ClearType.

vonmeth, are you using three track info panels? If so, could you post the DLL for the 2nd and third? tia
You can find the trackinfo panel here which allows multiple panels to be added.
Habla
Wow. Thank you. It's very hard to keep up with all the different components' threads for their updates. wacko.gif

Now that I will have multiple track info panels, expect me to post a new layout soon...
4nt1
QUOTE (theWANDERER @ Apr 11 2006, 01:32 AM) *


wow i like your fcs, any chance i could get a copy?
Lozer
Updated to align trackinfo perfectly.

Izikd
QUOTE (Anas @ Apr 10 2006, 09:09 AM) *
My fooby:
wub.gif


Do you mind to post your FCS? tongue.gif
theWANDERER
QUOTE (4nt1 @ Apr 11 2006, 04:57 PM) *
QUOTE (theWANDERER @ Apr 11 2006, 01:32 AM) *


wow i like your fcs, any chance i could get a copy?


I'm glad you like it. biggrin.gif

Here it is.My FCS

But I’ve just move it from 0.8.3 to 0.9 with very little modification. sad.gif

So, it’s basically for 0.8.3.
There might be some bugs or some strange setting. sad.gif

For example, I use SONGWRITER as RATING……
Because there’s no extended cue sheet support in 0.9….

thank you
Lycox
Here's mine.


m-z
fluffy
New one:
mortuusrex
QUOTE (theWANDERER @ Apr 10 2006, 06:24 PM) *
QUOTE (mortuusrex @ Apr 11 2006, 05:41 AM) *

QUOTE (theWANDERER @ Apr 10 2006, 11:32 AM) *


mind i ask where i can get that VS?


Glitch by OmArt


thanks!
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.