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
Generalverdacht
QUOTE (brumal @ May 3 2006, 10:40 PM) *
Foobar Materia.

Classical


Modern


cool.gif



nice done, could you please tell me what kind of panel you use at the right side...? the code of your two infopanels would also really be appreciated.
blaxima
QUOTE (SpaceChief @ May 4 2006, 01:40 AM) *
Where can I get the icon?

You will need ResHack and then you will be able to use any icon you want.
If it's the icon specifically that you want let me know and I'll link you to it


I've made a slight change to my foo. I think it looks cleaner now

zoidbergslo
looks great blaxima
brumal
QUOTE (Generalverdacht @ May 4 2006, 07:26 AM) *
nice done, could you please tell me what kind of panel you use at the right side...? the code of your two infopanels would also really be appreciated.

The panels, from top to bottom, are album art, seekbar, buttons and playlist switcher.

Top trackinfo panel:
CODE
$tab()[$upper(%artist%)]$char(10)
$tab()$if($and($strstr(%genre%,Classical),$not($strcmp(%album%,%title%))),[%album%: ,)[%title%]$char(10)
$if(%_trackinfo_notrack%,no track)


Bottom trackinfo panel:
CODE
$if(%_trackinfo_notrack%,,
$if($strstr(%genre%,Classical),[%genre%]$tab()[%performer%],[%genre%]$tab()[%album%])$char(10)
[%codec% %bitrate%Kbps][%_extrainfo%] ~
$div(1411,%bitrate%).$substr($muldiv(1411,100,%bitrate%),2,3):1 '('$sub(100,$muldiv(%bitrate%,100,1411))'%)'
$tab()[%playback_time% / ][%length%]$char(10))


wink.gif
gandhi
How do I configure the Columns UI so I have track info over the columns playlist and the playlist switcher / albumlist on the side? Edit: nevermind, figured it out rolleyes.gif
apathy
Hey Brumal, Can i get your Status Bar string?

Thx biggrin.gif
ftboomer
Hey Brumal, How did you get your playlist\genre tabs like that?
matson
QUOTE (BrilliantGreen @ May 2 2006, 05:00 PM) *
heres mines.. im using habla's fcs tongue.gif & have the Albumlist+playlist Panels on Autohide tongue.gif..
my NoCover Pic you can get here..

can you share this theme?
Crissaegrim
Nvm, dumb question. Figured it out. biggrin.gif
mitchmalibu
Generalverdacht
QUOTE (Crissaegrim @ May 5 2006, 08:58 AM) *
Brumal, how do you get multiple instances of trackinfo?



thats no problem since 0.9...
mik007
Brumal, nice confg :
But how do you get the total numbre of tracks, for each genre, by artist ?
manudevil
QUOTE (blaxima @ May 4 2006, 08:52 AM) *
QUOTE (SpaceChief @ May 4 2006, 01:40 AM) *

Where can I get the icon?

You will need ResHack and then you will be able to use any icon you want.
If it's the icon specifically that you want let me know and I'll link you to it


I've made a slight change to my foo. I think it looks cleaner now



What VS do you use ?
brumal
Hehe, so many questions about my config. biggrin.gif

Here is my statusbar confg:
CODE
%codec%[ '('%__extrainfo%')'] : %bitrate%kbps  
$tab()[played $if2(%play_count%,0) time$if($stricmp(%play_count%,'1'),,s)
$if(%play_count%, : last played %last_played%,)]
$tab()
$if(%ispaused%,'('Paused')' )
%playback_time_remaining% Remaining


And here is my playlist switcher config.
CODE
$if($strcmp(%size%,0),$tab()$rgb(92,90,69)$upper(%title%) , o %title%$tab()'('%size%')' )
BobDawg
My Config Contains a Functional Hotness Column, TrackInfo, and more. Notice the music notes on the Now Playing Song are animated, they are randomly changed every second.



CODE
Splitter(vertical)
   Splitter(horizontal)
      Splitter(vertical)
         AlbumArt
         Spectrum Analyzer
         Track Info
      Splitter(vertical)
         Splitter(horizontal)
            PlaylistSwitcher
            AlbumList
         Columns Playlist


Following is my configuration files, componets, and Special Unicode Font containing over 30,000 characters (that is why the 'rar' is 13.6MB, the Font alone was 22.1MB) I will also have links to the package without the Font, and a package with the Font alone

Config w/o Font: BobDawg's Foobar2000 v0.9 Config w/o Font (497KB)

cool.gif BobDawg

Moderation: removed links to copyrighted material
1stdayonthejob
QUOTE (BobDawg @ May 5 2006, 08:33 PM) *
My Config Contains a Functional Hotness Column, TrackInfo, and more. Notice the music notes on the Now Playing Song are animated, they are randomly changed every second.



CODE
Splitter(vertical)
   Splitter(horizontal)
      Splitter(vertical)
         AlbumArt
         Spectrum Analyzer
         Track Info
      Splitter(vertical)
         Splitter(horizontal)
            PlaylistSwitcher
            AlbumList
         Columns Playlist


Following is my configuration files, componets, and Special Unicode Font containing over 30,000 characters (that is why the 'rar' is 13.6MB, the Font alone was 22.1MB) I will also have links to the package without the Font, and a package with the Font alone

Config w/o Font: BobDawg's Foobar2000 v0.9 Config w/o Font (497KB)

cool.gif BobDawg

Moderation: removed links to copyrighted material

What kinda font r u using to let u show music notes?
Crissaegrim
QUOTE (1stdayonthejob @ May 5 2006, 02:58 PM) *
What kinda font r u using to let u show music notes?

Looks like Tahoma or Arial Unicode.
BrilliantGreen
QUOTE (matson @ May 5 2006, 01:50 AM) *
QUOTE (BrilliantGreen @ May 2 2006, 05:00 PM) *
heres mines.. im using habla's fcs :P & have the Albumlist+playlist Panels on Autohide :P..
my NoCover Pic you can get here..
can you share this theme?

My Layout
CODE
Vertical Splitter
   Horizontal Splitter (Locked)
      Trackinfo
   Horizontal Splitter
      Vertical Splitter (Locked)
         AlbumArt (Locked)
         Track Info
      Horizontal Splitter
         Vertical Splitter (Locked & Autohide)
            AlbumList
            PlaylistSwitcher
         Columns Playlist
Horizontal Splitter
   Buttons
   Spectrum Analyser


Habla's ToFoo fcs

My Top Trackinfo
CODE
$puts(BU,FEB13A)
$puts(ORN,0072dd)
$puts(OW,E5EDED)
$puts(GRY,7C7C7C)

$if(%_trackinfo_notrack%,$tab()$get(BU)' ['  $get(gry)N  o  T  r  a  c  k  $get(bu)']'$tab(),)

$if(%artist%,$tab()$get(BU)%artist%)
$if(%title%,$tab()$get(GRY)-$tab()$get(OW)%title%$tab()$get(GRY)-$tab())
$if(%album%,$get(ORN)%album%$tab())


My Ver of Habla's Trackinfo
CODE
// Original code by necropimp, modified by AstreaEdge, final by KockRoach
// Appearance changed by Habla. Muchas gracias to those above!
// This Appearance changed by bG :P..
// Text Used Corbel bold 9pt, Default Padding, bg color used = 12 38 58
// Added Toggles(script fm DXX), Mode Info, VA, Screaming, Scrobbled, foosic..& progress bar change..

// !!!!BEGIN USER CONFIGURATION!!!!

// Toggles (1 = show, 0 = don't show)
$puts(mode_info,1)
$puts(song_info,1)
$puts(scream_info,1)

$puts(arts,0)
$puts(albs,0)
$puts(tils,0)

$puts(tech_info,0)
$puts(play_info,1)
$puts(scrob_foosic,1)
$puts(progress_bar,1)

// Info Heading Color e.g. "Title:"
$puts(head2,0072dd)
$puts(head1,FEB13A)


// Info Color e.g. "Black Dog"
$puts(info,E5EDED)

// Info Annotation Color (e.g. kbps is the annotation)
$puts(anno,FFFFFF)

// Separator
// the separators (Song,Play,Tech info) will change to a different color if the panel mode is set to Follow cursor.
// change "followcursorcol" to change this color. It is currently set to flash orange.
$puts(followcursorcol,ff99000072dd)
$puts(text3,7C7C7C)
$puts(text2, E5EDED)
$puts(text1,$if(%_trackinfo_nowplaying%,0072ddFEB13A)$if(%_trackinfo_followcursor%,$get(followcursorcol)))
$puts(fadeend,400000)
$puts(seplenAA,12)
$puts(seplenA,13)
$puts(seplenB,7)
$puts(seplenC,5)
$puts(seplenD,4)
$puts(sepchar,'*')

// Set Rating character
$puts(ratingchar,'???')

// Progress bar Config
$puts(pbarcol1,400000)
$puts(pbarcol2,0072dd)
$puts(pbarchar,' ;)')
$puts(pbarlen,16)

// !!!!END OF USER CONFIGURATION!!!!

// Day Conversion
$puts(day,$substr(%last_played%,9,10))
$if(%last_played%,
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1))))
$if($strcmp($get(day),11),$puts(xx,th),
$if($strcmp($get(day),12),$puts(xx,th),
$if($strcmp($get(day),13),$puts(xx,th),
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))))

// Month Conversion
$puts(month,$substr(%last_played%,6,7))
$puts(month_name,$select($get(month),
Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec))

// Year Conversion
$puts(year,$substr(%last_played%,1,4))

// Time Conversion
$puts(hour,$substr(%last_played%,12,13))
$puts(min,$substr(%last_played%,14,16))
$puts(sec,$substr(%last_played%,17,19))

// 24 Hour to 12 Hour Conversion
$if($strcmp($left($get(hour),1),0),$puts(hour1,$right($get(hour),1)))
$if($strcmp($left($get(hour),1),1),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($left($get(hour),1),2),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($get(hour),00),$puts(hour1,12))
$if($strcmp($get(hour),10),$puts(hour1,10))
$if($strcmp($get(hour),11),$puts(hour1,11))
$if($strcmp($get(hour),12),$puts(hour1,12))

// AM/PM Conversion
$if($strcmp($get(hour),00),$puts(yy,am))
$if($strcmp($get(hour),10),$puts(yy,am))
$if($strcmp($get(hour),11),$puts(yy,am))
$if($strcmp($get(hour),12),$puts(yy,pm))
$if($strcmp($get(hour),24),$puts(yy,am))
$if($strcmp($left($get(hour),1),0),$puts(yy,am))
$if($strcmp($left($get(hour),1),1),$puts(yy,pm))
$if($strcmp($left($get(hour),1),2),$puts(yy,pm))

// Date Format
$puts(time_of_year,$get(month_name) $get(day)$get(xx)',' $get(year))

// Time Format
$puts(time_of_day,$get(hour1)$get(min)$get(sec) $get(yy))

// !!!!END OF TIME/DATE.. CONFIGURATIONS!!!!

$if($and($strcmp($get(mode_info),1),$not(%_trackinfo_notrack%)),
// MODE INFO
$if(%isplaying%,$if(%_trackinfo_nowplaying%,
$transition($repeat($get(sepchar),$get(seplenC)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text3)N o w P l a y i n g $get(text1)']'
$transition($repeat($get(sepchar),$get(seplenC)),$get(text1),$get(fadeend)),))

$if(%_trackinfo_followcursor%,
$transition($repeat($get(sepchar),$get(seplenD)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text3)F o l l o w C u r s o r $get(text1)']'
$transition($repeat($get(sepchar),$get(seplenD)),$get(text1),$get(fadeend)),)

$if(%_trackinfo_notrack%,
$transition($repeat($get(sepchar),$get(seplenB)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text3)N o T r a c k $get(text1)']'
$transition($repeat($get(sepchar),$get(seplenB)),$get(text1),$get(fadeend)),)$char(10))

$if($and($strcmp($get(song_info),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
// SONG INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplenA)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text2)S o n g I n f o $get(text1)']'$char(10)

$if($strcmp(1,$get(tils)),$if(%title%,$get(head1)Title$get(head2): $if(%title%,$get(info)$cut(%title%,45)
$ifgreater($len(%title%),45,'...',))$char(10),$get(info)%_filename%$char(10)),)
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head1)Artist$get(head2): $get(info)%artist%$char(10),),)
$if($strcmp(1,$get(albs)),$if(%album%,$get(head1)Album$get(head2): $get(info)$cut(%album%,37)
$ifgreater($len(%album%),37,'...',)$char(10),),)
$if($meta_test(album artist),$get(head1)Album Artist$get(head2): $get(info)%album artist%$char(10))
$if(%tracknumber%,$get(head1)Track #$get(head2): $get(info)%tracknumber%$char(10))
$if(%date%,$get(head1)Year$get(head2): $get(info)%date%$char(10))
$if(%genre%,$get(head1)Genre$get(head2): $get(info)%genre%$char(10)),)

$if($and($strcmp($get(scream_info),1),$not(%_trackinfo_notrack%)),
$if($stricmp($left(%_path%,7),'http://'),
// SCREAMING INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplenAA)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text2)S c r e a m i n g $get(text1)']'$char(10)

$if(%title%,$get(head1)Title$get(head2): $if(%title%,$get(info)$cut(%title%,45)
$ifgreater($len(%title%),45,'...',))$char(10),$get(info)%_filename%$char(10))
$if(%artist%,$get(head1)Artist$get(head2): $get(info)%artist%$char(10))
$if(%album%,$get(head1)Album$get(head2): $get(info)$cut(%album%,37)
$ifgreater($len(%album%),37,'...',)$char(10))
$if(%genre%,$get(head1)Genre$get(head2): $get(info)%genre%$char(10))
$if(%url%,$get(head1)Url$get(head2): $get(info)%url%$char(10))
,),)

$if($and($strcmp($get(tech_info),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
// TECH INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplenA)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text2)T e c h I n f o $get(text1)']'$char(10)

$get(head1)Length$get(head2): $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,)$if(%_time_elapsed%, / $muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%')$if(%_length%, / -%_time_remaining%),%_length%)$char(10)
$get(head1)Quality$get(head2): $if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head1)Encoder$get(head2): $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head1)Encoder$get(head2): $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head1)MPC Profile$get(head2): $get(info)%__mpc_profile%$char(10),)
$get(head1)Compression$get(head2): $get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'% of original quality)'$char(10)
$get(head1)Channel Mode$get(head2): $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))$char(10)
$if(%__bitspersample%,$get(head1)Bitdepth$get(head2): $get(info)%__bitspersample% bits/sample$char(10),)
$if(%__samplerate%,$get(head1)Samplerate$get(head2): $get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $char(10))
$if(%_filesize%,$get(head1)Filesize$get(head2): $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),),)

$if($and($strcmp($get(play_info),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
$if(%last_played%,
// PLAY STATS SEPARATOR
$transition($repeat($get(sepchar),$get(seplenA)),$get(fadeend),$get(text1))$get(text1)' [' $get(text2)P l a y S t a t s $get(text1)']'$char(10)

$if(%play_counter%,$get(head1)Played$get(head2): $get(info)%play_counter% times total$char(10),)
$if(%last_played%,$get(head1)Last played on$get(head2): $get(info)$get(time_of_year) at $get(time_of_day)$char(10),),),)

$if($and($strcmp($get(scrob_foosic),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
// Scrobbled & Foosic
$if(%isplaying%,$get(head1)$ifgreater(%_time_elapsed_seconds%,240,Scrobbled,$ifgreater($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,Scrobbled ?$get(head2): $get(info)Yes,Scrobbled ?$get(head2): $get(info)No))$char(10))
$if(%isplaying%,$get(head1)$ifgreater(%_time_elapsed_seconds%,60,Foosic`d,$ifgreater($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,Foosic ?$get(head2): $get(info)Yes,Foosic ?$get(head2): $get(info)No))$char(10))
,)

$if($and($strcmp($get(progress_bar),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),

$if(%isplaying%,
// PROGRESS BAR WIDTH
// if you want to change the length, there are two "99"s you'll have to find and replace
$puts(len1,$muldiv(%_time_elapsed_seconds%,$get(pbarlen),%_time_total_seconds%))
$puts(len2, $get(info)$muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%')
// BAR
$transition($repeat($get(pbarchar),$get(len1)),$get(pbarcol1),$get(pbarcol2))
$get(len2)$get(head1)$repeat($get(pbarchar),$sub($get(pbarlen),$get(len1)))
$char(10),),)


Mog's buttons
lav-chan
Oye, anybody who knows the answer to this: What software are people using to copy characters from Arial Unicode into Calibri? And does it require extensive knowledge of, uh, fontography?
lurkie
QUOTE (brumal @ May 5 2006, 04:44 PM) *
Hehe, so many questions about my config. biggrin.gif


Since you've had almost every request here so far, i might as well round it off. tongue.gif

Feel like posting your above config? I've always loved your fcs', and this is no exception. smile.gif
ftboomer
Thanks Brumal. You have a classy clean look, I too would like the fcs.

TIA and thx again.
brumal
Well, it just wouldn't be a day without me messing with my foobar config. Here's my latest one. Changed the colors a bit and it incorporates something I've been wanting to do for a while, which is a hideable notes section, particularly for classical works. I just wish the trackinfo panel had a vertical scrollbar. Then it would be perfect. (G-Lite: nudge, nudge, wink wink) laugh.gif

Notes showing:


Notes hidden:


Brumal's FCS 2005-05-06

Your reality, sir, is lies and balderdash and I'm delighted to say that I have no grasp of it whatsoever!
apathy
\


Desktop Pic with foobar!

Thx to everyone who posted fcs. It helped me alot smile.gif



thx biggrin.gif
kiri
This is mine

I really really like turzol's setup so i kind of copied and modified it. Over all, i like the results even though it took me a lot of time just figuring out the transition effect for the playlist switcher. btw thanks to turzol for the fantastic fcs

My Setup
xequence


Not nearly as customized as any of yours, as foobar2000 is EXTREMLY hard to get any more customized past what I have now it seems. I have been reading on HA.org and other sites how to do it more but it doesent seem to help :/

I have foo_uie_trackinfo installed (along with columns_ui) but I cant get the trackinfo panel working. Yes, I have read many many pages trying to get it working, so dont say "OMGZORZ, NOOBZORZ, GO REED DA PAGES" or anytihng like that. I have the DLL in the components folder and it shows up in the components page of preferences:
QUOTE
allows you to browse through your media library

based upon albumlist 3.1.0
compiled: Apr 27 2006
with UI Extension SDK version: 6.1


but I cant seem to enable it. Any ideas? And how do I put the trackinfo thing on the bottom of the tracklist, along with the seeker and the buttoms? Something like this rough sketch. I want to be able to drag things all around the player.

4nt1
ok a simple answer you need to
go to preferences
columns ui
layout tab
then make a layout by right clicking to add slippets and panels

panels are not really drag and droppable at the current stage
so use this layout editor
shane 4 sure
Some changes habe been made again.
Although it might look a little stripped to the bone, it's quite functional biggrin.gif
Components included:
1.foo_uie_columns
2.foo_uie_albumart
3.foo_uie_explorer ( Auto hide mode)

Mangix


slightly modified version of miscellanea's config. it's pretty sweet smile.gif
xequence
QUOTE (4nt1 @ May 6 2006, 20:54) *
ok a simple answer you need to
go to preferences
columns ui
layout tab
then make a layout by right clicking to add slippets and panels

panels are not really drag and droppable at the current stage
so use this layout editor



Ooooo! That looks like its everything I have been trying to do. Thanks ;D
cheabo
Hello 2 everybody out there!
I've been reading this forum for more than a year now and must say u guys really boosted my fun with foobar.
Thanks to all of you!!

After fooling around in the prefernces for a while, I am wondering if there is a possibility to create one's own menu bar.
Background: I am tagging my songs using scripts and customized buttons (rather than hotkeys). Thus the main menu bar is full - mainly with buttons for different dances. Which forced me already to place the seekbar etc in a horizontal splitter ....

I was searching the forum for such an approach but haven't found anything (blindfolded, bad search ???)

Has anyone an idea how to approach this?

Thx in advance

Cheabo
----------------------------
Might be the wrong thread - but I thought it's somehow related to foo's appearance.
xequence


There, with my newly found foobar skill, I customized it some more.

I used to use the default layout and when people said how customizeable foobar2000 was I thought they were crazy, but now I understand ;P
skelly831
Minor changes:

BobDawg
QUOTE (1stdayonthejob @ May 5 2006, 12:58) *
QUOTE (BobDawg @ May 5 2006, 08:33 PM) *

My Config Contains a Functional Hotness Column, TrackInfo, and more. Notice the music notes on the Now Playing Song are animated, they are randomly changed every second.



CODE
Splitter(vertical)
   Splitter(horizontal)
      Splitter(vertical)
         AlbumArt
         Spectrum Analyzer
         Track Info
      Splitter(vertical)
         Splitter(horizontal)
            PlaylistSwitcher
            AlbumList
         Columns Playlist


Following is my configuration files, componets, and Special Unicode Font containing over 30,000 characters (that is why the 'rar' is 13.6MB, the Font alone was 22.1MB) I will also have links to the package without the Font, and a package with the Font alone

Config w/o Font: BobDawg's Foobar2000 v0.9 Config w/o Font (497KB)

cool.gif BobDawg

Moderation: removed links to copyrighted material

What kinda font r u using to let u show music notes?

Arial Unicode MS lalala.gif It has like tens of thousands of different characters. I found it on an old Win XP computer, for some reason it wasn't on my new one.

cool.gif BobDawg
fluffy
Arial unicode ms, I have that!
How do I get the note thingies?


Edit: That was astupid quesstion, sorry. I realized I can find it in the file you linked.
Gapkiller
Hi there,

here´s mine biggrin.gif



moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead.
Habla
Apathy, what VS are you using, and would you share it?
Gapkiller
QUOTE (Habla @ May 7 2006, 14:54) *
Apathy, what VS are you using, and would you share it?


huh.gif
Sorry........that was a stupid one
4nt1
QUOTE (cheabo @ May 8 2006, 02:48) *
Hello 2 everybody out there!
I've been reading this forum for more than a year now and must say u guys really boosted my fun with foobar.
Thanks to all of you!!

After fooling around in the prefernces for a while, I am wondering if there is a possibility to create one's own menu bar.
Background: I am tagging my songs using scripts and customized buttons (rather than hotkeys). Thus the main menu bar is full - mainly with buttons for different dances. Which forced me already to place the seekbar etc in a horizontal splitter ....

I was searching the forum for such an approach but haven't found anything (blindfolded, bad search ???)

Has anyone an idea how to approach this?

Thx in advance

Cheabo
----------------------------
Might be the wrong thread - but I thought it's somehow related to foo's appearance.




ok cheabo when in the layout editor in the columns ui preferences
add a set of buttons, then click on them and go to the configure button

here is how you create your custom buttons,
you can add the buttons panel as many times as you want so you can effectivly have little button sets all around foobar.

ok so you add you new buttons panel, go to the options or customise then you remove all the buttons,
click each one,
click remove,
then click add once to make one button
then click on the change button
on the left box change the selected item to context menu item
on the right side,
choose either now playing or current playlist selection depending on your needs
then on the bottom box scroll all the way towards the bottom
you will see tagging/scripts
choose the script you have made.
click ok
now change where it says just image to text/custom text if you want simple text buttons
then continue to keep adding buttons to the number of scripts you have

hope this helps
tfleck
Here is mine:
xequence


I am really changing this up alot. This is really fun ;P
ftboomer
Thanks to habla and brumal. It been quite the learning experience.

It's simple, but that's the way I like it.

vonmeth
Just something unspectacular.

I working on a visual style, so just been fooling around with layouts as of now =P

lextune


biggrin.gif
4nt1
Here is my latest edition smile.gif

apathy
QUOTE (Habla @ May 7 2006, 16:54) *
Apathy, what VS are you using, and would you share it?



Using WindowBlinds and this VS

http://www.wincustomize.com/ViewSkin.aspx?...ID=4617&LibID=1
Static
My 0.9



Sort of minimal.
Generalverdacht
QUOTE (4nt1 @ May 7 2006, 23:11) *
Here is my latest edition smile.gif




nice one.
could you tell how to make a panel like this on the upper right side?
Frank Bicking
QUOTE (Generalverdacht @ May 8 2006, 13:37) *
could you tell how to make a panel like this on the upper right side?

Assuming from your nickname that you understand German:

http://www.audiohq.de/index.php?showtopic=1695
gizbug
Is there a how to guide to get my foobar to look like these great pics on here, and not the default bland look?
apathy
QUOTE (gizbug @ May 8 2006, 11:15) *
Is there a how to guide to get my foobar to look like these great pics on here, and not the default bland look?



http://tagz.brother-john.net/
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.