Help - Search - Members - Calendar
Full Version: Default UI Gallery
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Pages: 1, 2, 3, 4
labou
went 4 something different with this one

IPB Image
Harun
I used dockable panels to get rid of the border between the playlist and the album art and lyrics panels to give foobar a little cleaner look smile.gif

IPB Image
start78
foobar2000 v0.9.5.4
+ "Facets" by Frank_Bicking
+ "Text Display UI Element" by foosion

Properties tab contains a bigger album art view, smallest pics stored are about 300x300.

Maybe i'll change the colors a bit, but right now the layout is almost perfect for me...

$tab() would be nice, just to get all album specific infos sorted at the first two tracks of an album.

IPB Image
flakpt
Heres mine, Facets + Text Display:

IPB Image

Lyrics:

IPB Image

EDIT: Also, Pretty Popup and Luceo's icon:

IPB Image
NinjaN
Hi everybody,


here's my foobar2000 DUI-config:
(optimised for a 1440x900px display)

IPB Image IPB Image

PlugIns used in this config are:
  • Default User Interface (foo_ui_std)
  • Facets (foo_facets)
  • Playlist Tools (foo_utils)
  • Quick Tagger (foo_quicktag)
  • Text Display UI Element (foo_textdisplay)

Furthermore, I use the beautiful "Silk Icon Set" by FamFamFam for all buttons in this config.

I really like the new interface, it's actually quite easy to configure (once you know how to do so...) and it looks so much better than my previous layout! I really don't miss any components from my old config, only thing that could be better is the Album Art Element... Oh well, I'll be patient...


There're some things I'm quite proud of, although they're probalbly very easy for the pros here...
  • In my library I have quite a lot of Compilations (albums with songs by more than one artist), these are all tagged with %album artist% = "Various Artists". In order for these songs to be displayed properly, I've configured a new column in the paylist:
    CODE
    [$if($meta(album artist),%artist%) - ]%title%

    This code returns the %artist%-tag if and only if the %album artist%-tag is present. It doesn't matter what is stored in these tags... This column is used instead of the standard "Title" column.
  • For the rating, there's another custom column:
    CODE
    $if(%rating%,$repeat(★,%rating%))

    Should be quite obvious what this does...
  • The Text Display Element is different for "Single Artist Albums" and "Various Artist Albums". This is done through some simple code:
    CODE
    %artist% - %title%$crlf()
    Track %track% aus $if($meta(album artist),der Compilation,dem Album)$crlf()
    ''%album%'' '('%date%')'
  • I have buttons for rating my songs! Behind these, there's the component "Quick Tagger". In it's configuration I have set the tag %rating% to be set to one value between 0 and 5. These macros are then applied to the buttons...

In case someone is interested in my config, here's my theme file
/mnt
I have changed my colour theme to Dark Blue.

IPB Image

And I have also cleaned up my status bar formatting code, and made the bitrate info only display if a reported value is available.

Status Bar
CODE
$caps2(%codec%[ / %codec_profile%]) [  %bitrate% kbps ]  %samplerate% Hz   $caps2($if2($info(mp3_stereo_mode),%channels%))   |   %playback_time%[ / %length%]$tab()[ Album Gain: %__replaygain_album_gain% ][ Track Gain: %__replaygain_track_gain% ]  |   $div(%_filesize%,1048576).$num($muldiv($mod(%_filesize%,1048576),100,1048576),2) MB
skelly831
It'll be called... 25 hour fitness... for one extra hour... of WORKING OUT!!! biggrin.gif

IPB Image
navap
No fancy effects or eye candy, but very functional interface.

IPB Image
Jamen Shook
I have only been using Foobar for several weeks or so, I have really enjoyed using it on a daily basis. I attempted to create a theme that works for me. I like it simple and most of the time I have it minimized anyways. I hope that it is not too simple for everybody. I use foo_facets and foo_textdisplay (Only for lyrics). And since I keep it minimized so much, I love foo_AdvancedControls.

IPB Image

I also included the custom icons for my theme. I created them in Paint Shop Pro as *.png files and then converted them to icons with Gimp. Feel Free to use any where you want (They are not that good anyway).

Custom Icons

And Lastly here is my Theme file. js_foobar_theme

Thanks to all the authors of this software and the optional components, I'm hooked. It is great and Free to boot.

Kitsuned
IPB Image

Only takes 11mb of ram when opened. biggrin.gif Very efficient program indeed.

Full size: http://i41.photobucket.com/albums/e294/mr3...sfoobar0954.jpg
Cutter
IPB Image
unkwn
IPB Image
Dublo7
Here's my current theme. It's nice, simple, and it's easy on the eyes smile.gif
IPB Image
holz0r
Very simple config but it works perfect for me.
IPB Image
Shinryuu
This is just a really simple configuration, I did it because I wanted a fresh layout to fit my laptop screen well wink.gif

IPB Image
addict
IPB Image
(Sly)
"The sound has no skin."

Apollo Player Motto


IPB Image

LARGE Image: http://i201.photobucket.com/albums/aa182/s...io/foobar-1.png
pinoniceusagi
Wow, there are so many nice setups here!
The one I use is simple, but does everything that I want to do.

IPB Image
Quarck
IPB Image IPB Image
saivert
Here's mine:
IPB Image
(click image to enlarge)

Text Display titleformatting code:
CODE

$puts('file',%title%$crlf()
%artist%$crlf()
%album%[ '('%date%')']$crlf()
%path%$crlf()
$div(%filesize%,1048576).$num($muldiv($mod(%filesize%,1048576),100,1048576),2) MiB)

$if($strstr(%_path_raw%,'http://'),
Radio$crlf()%title%$crlf()%path%$crlf(),
$get('file') | )
[%codec% | %bitrate%kbps | %samplerate%kHz | %channels%]$crlf()


Here is the preset: http://home.no.net/nxs/files/fb2k_12septem...008_saivert.fth
addict
Updated mine. Replaced some autoplaylists by facets and changed the statusbar/title format.

Genre:
IPB Image

Composer (for classical music):
IPB Image

Date added:
IPB Image

Facets column codes:
CODE
Genre:
$if($not($stricmp(%genre%,Classical)),[%<genre>%])

Composer:
$if($stricmp(%genre%,Classical),%composer%,)

Performer:
$if($stricmp(%genre%,Classical),%performer%,)

Added:
$date(%added%)

Location:
$cut(%path%,3)

Decade (only '70s, '80s & '90s):
$if($or($stricmp($substr(%date%,3,3),7),$stricmp($substr(%date%,3,3),8),$stricmp($substr(%date%,3,3),9)),''$substr(%date%,3,3)0s)
davio28
aha heres mine


IPB Image
Porfirio
I havent messed much yet, but i love the layout editig stuff

Here is mine

IPB Image

The config file:
IPB Image
tihomir
here is mine...

IPB Image
jasperooni
here is mine. i made extensive use of the custom buttons.

thanks peter for this wonderful piece of software and thanks everyone who contributed with plugins, graphics, setups and even just screenshots. you have to put some work in it but to me this is fantastic. you get something out of your work that works in ways hardly accomplishable by other players.

IPB Image
melomaniac
-
Lebon14
Holy... I didn't know that foobar 0.9.5.6 was so customizable!
It replaces complety PanelsUI (at least for me).

http://i28.photobucket.com/albums/c210/lebon14/e78be2d8.jpg
(Warning : 1920x1200 resolution picture)

High-resolution doesn't help to setup a theme T_T
Well, at least, I have something awesome here. My music collection is such a mess... so the library is not there... I will need to make something about that and also add for, every albums, the cover art and sometimes, I think I will fail to find any because I have such rare albums...

Anyway, if anyone wants me to export my theme, just ask.
starchaos
IPB ImageIPB Image

Just something simple and easy.
KrimzonP
Here is my updated Default UI. Took me a while to get everything right, but I couldn't stop playing around w/ the Layout Manager. tongue.gif

IPB ImageIPB Image

-m
NullString
this is mine
IPB ImageIPB Image
EDzior
This is how my foobar2000 looks like :


IPB Image
olymoore
IPB ImageIPB ImageIPB ImageIPB Image

Been changing my layout nearly daily but I've finally settled on something I like.
TomBarlow
3 column view, vaguely inspired by the Zune layout mentioned in another thread. (One day maybe I'll have album art in facets (it is planned!) and I will have the same as the Zune layout... one day, one day...)

IPB Image
phool
I don't use the DUI on my home PC as it won't support my cover art naming scheme and there is no plugin to view time-stamped lyrics. However I was interested in the recent changes in the new beta so I did a portable installation for use on my flashdrive at work. I'm really pleased with the setup and would switch to the DUI instead of the plugin that shall-not-be-named if I could use my albumart and lyrics. Anyway here is my portable installation setup:

IPB Image
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.