Help - Search - Members - Calendar
Full Version: Foobar Gallery
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
picmixer
QUOTE(tHiNkBoNe @ Feb 5 2005, 12:11 AM)
Gaah - oops I meant to post a link, then got distracted and posted the image...  blush.gif
*




The edit button is your friend wink.gif
Stratman
QUOTE(gob @ Feb 4 2005, 02:17 AM)
user posted image
*



Could you please post your Title Formatting for your history panel?
4nt1
to gob smile.gif

also how do you get the tabs at the bottom of the history panel, to me it looks like ur cheating and having like 6 panels or the same thing, changing the sort for each and renaming the panels, tell me its not that simple smile.gif
MrEnergizer
tHiNkBoNe
nice config.........I think your using the same playlist strings as me ........could you post the changes you have made to the colour strings please...mine is red.
MrEnergizer
Husker.......G Force isnt in a panel Iv just resized it there.



QUOTE(Xerion @ Feb 4 2005, 12:31 AM)
GForce can be made borderless by going to your windows user directory (something like c:\Documents and Settings\<username>) which has a subfolder called G-Force. Inside there is a file named "Preferences (foobar2000).txt". In that file you can change the NoBo property from 0 to 1
*


Husker
QUOTE(4nt1 @ Feb 4 2005, 05:12 PM)
to gob smile.gif

also how do you get the tabs at the bottom of the history panel, to me it looks like ur cheating and having like 6 panels or the same thing, changing the sort for each and renaming the panels, tell me its not that simple smile.gif
*




Ummm....it's that simple. tongue.gif

Just set up multiple album list tabs and sort each like you want. Then just rename the tab to however you sorted or want it to read.

Also...thanks McEnergizer...I got it set!
dewey1973
QUOTE(Phi @ Feb 4 2005, 04:24 AM)
QUOTE(Cosmo @ Feb 4 2005, 09:56 PM)
I am able to shift-click to add multiple tabbed panels vertically in the sidebar, but can't figure out how some people are adding them horizontally (side-by-side)... For example, see gob's post above [#136]. There appears to be 3 tabbed panels across the top.

Columns FAQ
*




Thank you! I could almost kiss you!

kiss.gif wub.gif
michaell
Only just decided to start customising foobar last nigt (have been using it for ages now just defaultish.. although I had no luck customising it thank fully 4nt1 helped me with it and gave me his whole foobar folder, so I have edited it to my colors I like and removed the things I don't like / use.. here's the result..

http://axion.orcon.net.nz/foobar.JPG
4nt1
QUOTE(michaell @ Feb 5 2005, 02:08 PM)
Only just decided to start customising foobar last nigt (have been using it for ages now just defaultish.. although I had no luck customising it thank fully 4nt1 helped me with it and gave me his whole foobar folder, so I have edited it to my colors I like and removed the things I don't like / use.. here's the result..

http://axion.orcon.net.nz/foobar.JPG
*




nice one mate, glad to see you got the functionality you were after smile.gif
tHiNkBoNe
QUOTE(MrEnergizer @ Feb 4 2005, 04:14 PM)
tHiNkBoNe
nice config.........I think your using the same playlist strings as me ........could you post the changes you have made to the colour strings please...mine is red.
*



Sure,

These are all in globals, no custom color settings for data columns.

$puts(text_color1,$rgb(0,255,255))
$puts(text_color2,$rgb(0,255,255))
$puts(track_color,$rgb(190,190,190))
$puts(background_color1,$rgb(0,0,0))
$puts(background_color2,$rgb(0,0,0))
$puts(background_color_opposite,$rgb(255,255,255))
$puts(firsttrackback,$rgb(0,128,128))
ASk
http://www.darklordsofsith.net/ask/fb2k-col1.png
http://www.darklordsofsith.net/ask/fb2k-col2.png

The playlist color theme matches my shell (bbLean - the window decoration is bbLeanSkin). Done it from scratch. Also, the copy command generates a playlist html which, coupled with an appropriate CSS (didn't want to use inline CSS) produces a playlist that looks exactly the same as the fb2k formatting smile.gif
gob
heres the code for my history panel:

CODE

$ifgreater($len(%_history_time%),4,
$puts(play_hour,$left(%_history_time%,2)),
$puts(play_hour,$left(%_history_time%,1)))
$ifgreater($get(play_hour),11,
$puts(ampm,pm),$puts(ampm,am))

$ifgreater($get(play_hour),12,
$puts(play_hour,$sub($get(play_hour),12)),)

$ifgreater($get(play_hour),0,,
$puts(play_hour,12))

$if($strcmp($left($get(play_hour),1),0),
$puts(play_hour,$right($get(play_hour),1)))

$puts(play_minute,$right(%_history_time%,2))
$ifgreater($get(play_hour),9,,$puts(play_hour, $get(play_hour)))

$puts(12_hour_time,$get(play_hour):$get(play_minute)$get(ampm))
$puts(history_date,$substr(%_history_date%,6,7)'/'

$substr(%_history_date%,9,10)'/'
$substr(%_history_date%,3,4))

$transition(
$get(history_date) $get(12_hour_time)-,
E39D0C,BD830A)

$if(%_history_is_playing%,
5357EF'♪' [%artist% - ]$if(%title%,%title% ['['%album%']'],
%_filename_ext%) '♪',
[%artist% - ]$if(%title%,%title% ['['%album%']'],%_filename_ext%))




and heres the code for the track info panel:

CODE

////////////////////////////////
//Colors, etc.
////////////////////////////////

$puts(info_box_size,36)
$puts(default_color,d4d4d4)
$puts(rating_color_1,5357EF)
$puts(rating_color_2,042573)
$puts(rating_symbol,♫)
$puts(is_playing_color,5357EF)
$puts(tag_missing_color,757575)
$puts(heading_color_l,ffb00d)
$puts(heading_color_r,000000)
$puts(is_playing_color,5357EF)

////////////////////////////////
//Code
////////////////////////////////

////////////////////////////////
///////Song Info
////////////////////////////////
$transition(----- Song Info $repeat(-,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r))

$char(10)$get(default_color)

$if(%title%,$if(%_isplaying%,
$get(is_playing_color)$iflonger(%title%,$get(info_box_size),$cut(%title%,$sub($get(info_box_size),3))...,%title%),
$iflonger(%title%,$get(info_box_size),$trim($cut(%title%,$sub($get(info_box_size),3)))...,%title%)),
$if(%_isplaying%,
$get(is_playing_color)$iflonger(%_filename_ext%,$get(info_box_size),$cut(%_filename_ext%,$sub($get(info_box_size),3))...,%_filename_ext%),
$iflonger(%_filename_ext%,$get(info_box_size),$trim($cut(%_filename_ext%,$sub($get(info_box_size),3)))...,%_filename_ext%)))

$char(10)$get(default_color)

$if(%artist%,
$iflonger(%artist%,$get(info_box_size),$cut(%artist%,$sub($get(info_box_size),3))...,%artist%),
$get(tag_missing_color)no artist info)

$char(10)$get(default_color)

$if(%album%,
$iflonger(%album%,$get(info_box_size),$cut(%album%,$sub($get(info_box_size),3))...,%album%),
$get(tag_missing_color)no album info)

$char(10)$get(default_color)

$if($or(%publisher%.%label%,%date%),$if($or(%publisher%,%label%),© ,)%date%$if($or(%publisher%,%label%),'. ',)[%publisher% ][%label%],
$get(tag_missing_color)no date or copyright info)

$char(10)$get(default_color)

$if(%rating%,$get(rating_color_1)
$repeat($get(rating_symbol) ,%rating%)
$get(rating_color_2)$repeat($get(rating_symbol) ,$sub(5,%rating%)) ,)
$get(default_color)$if(%genre%,%genre%,$get(tag_missing_color)no genre info)

$char(10)$char(10)

////////////////////////////////
///////Statistics
////////////////////////////////

$transition(----- Statistics $repeat(-,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r))

$char(10)$get(default_color)

$if(%play_date%,
$puts(month,$left(%play_date%,2))
$puts(day,$substr(%play_date%,4,5))
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1)))
$puts(year,$right(%play_date%,2))
$puts(month_name,$select($get(month),
Jan,Feb,March,April,May,June,July,Aug,Sept,Oct,Nov,Dec))
$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)))))
$puts(time_of_year,$get(month_name) $get(day)$get(xx) 20$get(year))

$if(%play_counter%,Played $if($strcmp(%play_counter%,1),
once$if(%play_date%,',')$if(%play_date%, on $get(time_of_year)),
%play_counter% times$if(%play_date%,
$char(10) Last played on $get(time_of_year))),This song has not played before)

$ifgreater(%play_counter%,1,,$char(10))

$char(10)$char(10)

////////////////////////////////
///////Tech Info
////////////////////////////////

$transition(----- Tech Info $repeat(-,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r))

$char(10)$get(default_color)

%__codec%
$if(%__bitrate_dynamic%,%__bitrate_dynamic%,%__bitrate%)kbps
$if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels())

$char(10)$get(default_color)

[%_time_elapsed%/][%_length%][ -%_time_remaining%]
$if(%_isplaying%,
$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%',)
$div(%_filesize%,1048576).
$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'

$char(10)$get(default_color)

$if($or(%__replaygain_track_gain%,%__replaygain_album_gain%),
['['Tg']' %__replaygain_track_gain% ]['['Ag']' %__replaygain_album_gain%],
$get(tag_missing_color)there is no gain)


enjoy, i made these myself, mostly with help from here cool.gif
also, the font i use in the playlist is arial 10pt bold (i think someone asked me)
gob
QUOTE(Husker @ Feb 4 2005, 08:04 PM)
QUOTE(4nt1 @ Feb 4 2005, 05:12 PM)
to gob smile.gif

also how do you get the tabs at the bottom of the history panel, to me it looks like ur cheating and having like 6 panels or the same thing, changing the sort for each and renaming the panels, tell me its not that simple smile.gif
*




Ummm....it's that simple. tongue.gif

Just set up multiple album list tabs and sort each like you want. Then just rename the tab to however you sorted or want it to read.

Also...thanks McEnergizer...I got it set!
*



yep... yep
mobyduck
Congrats everybody for your work.

I'd like to try a (simple) customization for my needs: basically a couple of tabs sorted by Genre and Artist and, if possible, a panel to display the %LYRICS% tag.

The problem is, I'm new to this: can you suggest me where to start? What plug-in(s) are necessary?

TIA.

Alessandro
ASk
QUOTE(mobyduck @ Feb 5 2005, 04:09 PM)
Congrats everybody for your work.

I'd like to try a (simple) customization for my needs: basically a couple of tabs sorted by Genre and Artist and, if possible, a panel to display the %LYRICS% tag.

The problem is, I'm new to this: can you suggest me where to start? What plug-in(s) are necessary?

TIA.

Alessandro
*



general framework - foo_ui_columns
tabs sorted by genre/artist - foo_uie_tabs with 2 tabs of foo_uie_albumlist, each with an appropriate sorting string
panel to display %LYRICS% - foo_uie_trackinfo with %LYRICS% as formatting string (or anything else that you want to add)
Stratman
Time for a dumb question.

When I cut and paste code into foobar, it pastes as one continuous block of text, not line by line as it appears in the code box I'm copying from.
What am I doing wrong?
Masahiko
Have a look: Link

Bye
Drogan
QUOTE(gob @ Feb 4 2005, 02:17 AM)
user posted image
*


could someone tell me everything that he used in that screenshot ? I'm kinda new to all this and that's the nicest setup I've seen !

I suppose he's using: ColumnsUI, Plysk (?), components for Tabs and playcount.

what is he using for the history... another component ? The playlist with the tree ?

thanks

if someone could add me to msn to explain really quick it would be really appreciated!!

slashdot99 (AT) hotmail.com

thanks.
MrEnergizer
Thx tHiNkBoNe smile.gif
MrEnergizer
Michaell,
How did you change the Main menu font (ie, Foobar 2000 Playlist Playback Components)
??
4nt1
QUOTE(MrEnergizer @ Feb 6 2005, 05:53 AM)
Michaell,
How did you change the Main menu font (ie, Foobar 2000 Playlist Playback Components)
??
*


i imagine he changed his windows font ie so everything has that font. thats the only way i would imagine it could be changed?
MrEnergizer
mmm.. I see sad.gif
Cosmo
QUOTE(Phi @ Feb 4 2005, 07:24 AM)
Thanks!
~ ~ ~

My Foobar :
user posted image
michaell
MrEnergizer: I'd say it's just my windows font lol, I don't know I been on this windows install for ages tongue.gif

Desktop icon font is Georgia 8 I'd say it's the same as the one that's on the foobar thing...
MrEnergizer
ok Michaell
Leech
QUOTE(Cosmo @ Feb 5 2005, 10:31 PM)
QUOTE(Phi @ Feb 4 2005, 07:24 AM)
Thanks!
~ ~ ~

My current Foobar :

user posted image

{edit: img updated}
*




really like your configs..!
Kamelian
A new Screenshot

user posted image
Naor
How do you put guys the playlist list under the Album Art and staff?

tnx.
gob
QUOTE(Naor @ Feb 6 2005, 06:28 PM)
How do you put guys the playlist list under the Album Art and staff?

tnx.
*





you need a plugin called tabbed panel stack. once you have that, go into columns ui 's other tab (in the preferences) and check list all toolbars. you can add panels to the toolbar by right clicking on a toolbar and click tabbed panel stack while holding shift. now you can drag the toolbars whereever you want them. and to make then taller, go to tabbed panel options and set the minimum height to somthing like 250.

Edit: welcome to the forums. cool.gif
lyte
QUOTE(gob @ Feb 6 2005, 04:34 PM)
QUOTE(Naor @ Feb 6 2005, 06:28 PM)
How do you put guys the playlist list under the Album Art and staff?

tnx.
*





you need a plugin called tabbed panel stack. once you have that, go into columns ui 's other tab (in the preferences) and check list all toolbars. you can add panels to the toolbar by right clicking on a toolbar and click tabbed panel stack while holding shift. now you can drag the toolbars whereever you want them. and to make then taller, go to tabbed panel options and set the minimum height to somthing like 250.

Edit: welcome to the forums. cool.gif
*





cheers!!!!
DreamTactix291
My still mostly default n00bish foobar2000. I might do great customisations like you guys one day but I still love it as is smile.gif

user posted image
Dragonkiller
And thats how my foobar looks:

http://www.alternativplan.de/screens/myfoobar.gif
miscellanea
Hmm, so many cool foobars here...
Mine is simple, but OK for albums with various artists, I like this.

oh, this is my first post smile.gif

user posted image
Paulus
nice configs here!
here is mine:

user posted image
Angaros
There's a lot to be inspired by in this thread. Here's my fist config, a somewhat modified mishmash of other people's configs. smile.gif

user posted image
Drogan
how do I move the 'tabbed panel stack' on top horizontaly ? how do I move the menus around (foobar,playback,playlist,components)

//edit: ok, I can move them around by using the menu as a tabbed panel toolbars. But now I removed everything on top and adding via tabbed panel stack, but how do I add a tabbed panel stack up top of the playlist window. Not just on the left
Leech
QUOTE(Kamelian @ Feb 6 2005, 06:52 PM)
A new Screenshot

user posted image
*



cool config, dude..

can you share your trackinfo config?

thanks..
Skibbi
I'am just curious: how to get "dotted" bars in spectrum analyser? I cannot see any config options for changing the style of the bars.
Drogan
QUOTE(Skibbi @ Feb 7 2005, 09:33 AM)
I'am just curious: how to get "dotted" bars in spectrum analyser? I cannot see any config options for changing the style of the bars.
*


right-click on the spectrum and click Bar Mode
Fiend Angelical
Here is mine: http://legion.gibbering.net/manifold/foobar.png

Semi-standard stuff. Columns UI, UI Album Art, Spectrum Analyzer. Foobar rocks.
Naor
QUOTE(gob @ Feb 7 2005, 12:34 AM)
QUOTE(Naor @ Feb 6 2005, 06:28 PM)
How do you put guys the playlist list under the Album Art and staff?

tnx.
*





you need a plugin called tabbed panel stack. once you have that, go into columns ui 's other tab (in the preferences) and check list all toolbars. you can add panels to the toolbar by right clicking on a toolbar and click tabbed panel stack while holding shift. now you can drag the toolbars whereever you want them. and to make then taller, go to tabbed panel options and set the minimum height to somthing like 250.

Edit: welcome to the forums. cool.gif
*




Tnx alot! wink.gif
hotzenpl0tz
One more for the gallery, post your thoughts smile.gif

user posted image
Drogan
QUOTE(Naor @ Feb 7 2005, 10:46 AM)
QUOTE(gob @ Feb 7 2005, 12:34 AM)
QUOTE(Naor @ Feb 6 2005, 06:28 PM)
How do you put guys the playlist list under the Album Art and staff?

tnx.
*





you need a plugin called tabbed panel stack. once you have that, go into columns ui 's other tab (in the preferences) and check list all toolbars. you can add panels to the toolbar by right clicking on a toolbar and click tabbed panel stack while holding shift. now you can drag the toolbars whereever you want them. and to make then taller, go to tabbed panel options and set the minimum height to somthing like 250.

Edit: welcome to the forums. cool.gif
*


Tnx alot! wink.gif
*



oh ! here's my answer tongue.gif thanks alot
Husker
QUOTE(Kamelian @ Feb 6 2005, 03:52 PM)
A new Screenshot

user posted image
*




How did you get it to not show the tabs on your album art panel and your track info panel?
JahFarit
<--So, here's mine fb2k. Thanks Neksus for great config & color scheme! -->


user posted image
Husker
My new config

user posted image
Skibbi
QUOTE(Drogan @ Feb 7 2005, 07:49 PM)
QUOTE(Skibbi @ Feb 7 2005, 09:33 AM)
I'am just curious: how to get "dotted" bars in spectrum analyser? I cannot see any config options for changing the style of the bars.
*


right-click on the spectrum and click Bar Mode
*


I don't have this option. Strange?! foobar 0.8.3
user posted image
Strictly4me
QUOTE(JahFarit @ Feb 7 2005, 11:08 PM)
<--So, here's mine fb2k. Thanks Neksus for great config & color scheme! -->
user posted image

*


What means your "Equalizer"-Tab in your sidepanel?

((((( Strictly4me )))))
Drogan
QUOTE(Skibbi @ Feb 7 2005, 02:37 PM)
QUOTE(Drogan @ Feb 7 2005, 07:49 PM)
QUOTE(Skibbi @ Feb 7 2005, 09:33 AM)
I'am just curious: how to get "dotted" bars in spectrum analyser? I cannot see any config options for changing the style of the bars.
*


right-click on the spectrum and click Bar Mode
*


I don't have this option. Strange?! foobar 0.8.3
user posted image
*


that's really weird... I used the lite installer of 0.8.3 and it's there huh.gif
Husker
QUOTE(Skibbi @ Feb 7 2005, 04:37 PM)
QUOTE(Drogan @ Feb 7 2005, 07:49 PM)
QUOTE(Skibbi @ Feb 7 2005, 09:33 AM)
I'am just curious: how to get "dotted" bars in spectrum analyser? I cannot see any config options for changing the style of the bars.
*


right-click on the spectrum and click Bar Mode
*


I don't have this option. Strange?! foobar 0.8.3
user posted image
*




Right Click right on top of the analyzer. At the bottom you will see Bars Mode. Click on it....
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.