Help - Search - Members - Calendar
Full Version: Discussion of "Default UI Gallery"
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Pages: 1, 2, 3, 4, 5
Trappski
Added Cover-arts to my UI and removed that Album-list when i figured it was totally useless...
IPB Image

I really love this customizable UI!
Jose Hidalgo
Trappski, I think you are in the wrong thread. The thread for posting screenshots of Default UI is here : http://www.hydrogenaudio.org/forums/index....showtopic=58574
kanak
QUOTE(smok3 @ Nov 16 2007, 17:27) *

pretty much one of the defaults


Which font are you using in the columns view?
Tony Soprano
QUOTE(mars2fobos @ Nov 11 2007, 05:53) *

Here is my setup. I am using builtin titile format.

IPB Image

Custom buttons? How? And what is that spectrum thing?

QUOTE(start78 @ Nov 15 2007, 20:05) *

As far as i know:

$if(%discnumber%,'(Disc '%discnumber%')',) =
$if($meta(discnumber),'(Disc '%discnumber%')',) =
['(Disc '%discnumber%')']

Would $if2('(Disc '%discnumber%')',) work the same way?

Btw: i got used to put all plain text in quotes because i think it's more strict. Or do i only have to put qoutes around brackets so they won't be confused with string brackets?

I got that disc thing already solved. Or was that about that...? Now I just want to get rid of these numbers.
start78
The custom buttons ara made with columns ui and dockable panels (i think). Look at the border around the button segment. It is not really included in the default ui layout.

QUOTE(Tony Soprano @ Nov 16 2007, 23:37) *

I got that disc thing already solved. Or was that about that...? Now I just want to get rid of these numbers.


With the first 4 lines i just wanted to show you that there are different ways to show the same result. You said you don't know how to make these things from scratch. Maybe that could help you to understand how it works.

The "$if2"-thing and the question about where to put the quotes was something i wanted to know. Nothing to do with you.
But if someone wants to know: it does the same thing as the other three lines.

How to get rid of the discnumbers in tracknumber columns:
Did you try creating a custom column "Track" = [%tracknumber%]?
spootze
Sorry for a question asked already somewhere, but anyway: How can you take playback controls and such from the toolbar to the layout itself?
Frank Bicking
QUOTE(start78 @ Nov 15 2007, 19:05) *
Btw: i got used to put all plain text in quotes because i think it's more strict. Or do i only have to put qoutes around brackets so they won't be confused with string brackets?

Apostrophs are only required around characters with a special meaning in the titleformat syntax:

%, $, (, ), [, ], commas inside of functions, and the apostroph itself - use '' to display one.

QUOTE(spootze @ Nov 17 2007, 11:14) *
How can you take playback controls and such from the toolbar to the layout itself?

You can add a toolbar above or below any UI element.

Enable the layout editing mode, right-click on an element, choose "Replace", and select "Toolbar Header".

Now right-click on the new toolbar to customize it.
spootze
Thanks! Now I got it (:


Moderation: Removed the fullquote.
Jojo
is there any way to get some sort of scale for the spectrum tool? Or is there some other way to get a basic idea what the current lowpass is?
snively
QUOTE(mars2fobos @ Nov 10 2007, 22:53) *

Here is my setup. I am using builtin titile format.

IPB Image


could you tell me your code to show the ratings with stars?
Scidd0w
For people that have problems displaying the rating stars. You can use the free to use Deja Vu font. I like the font myself and it has the star symbol.
http://dejavu.sourceforge.net/
Scidd0w
It is explained in the following topic:
http://www.hydrogenaudio.org/forums/index...

For the correct font be sure to ready my post on the 3rd page.
Jojo
QUOTE(eejadx @ Oct 28 2007, 18:08) *

IPB Image

Edit:
Download theme file here.

how can I get the spectrum monitor look like this? What are the color codes?

thanks
JoFu
QUOTE(nightfishing @ Oct 29 2007, 00:22) *

small screen

IPB Image

wide with lyrics panel showing

IPB Image


Looks awesome. Would you please post your config for me ? I would love to use it on my foodbar, thank you!
thorazine
Is it posible to customize the grouping headers font?
I can only change the lists and playlists from what I can see, and the grouping font is chosen by foobar automatically (increasing the point size).
Am I missing something or is it just like that?
Jose Hidalgo
QUOTE(smok3 @ Nov 16 2007, 22:27) *

Hi smok3, can you please give the font and special $char codes you've used for the top of your foobar window ? (between 3:14 and fb2k). In fact a copy/paste of the code would be best. Thanks.

Another question for everybody : here's my current config (work in progress, so don't pay much attention to it). Notice the 20 small filled / empty dots in the status bar (lower part of the window, between "1:37" and "-2:32". I don't understand why they aren't vertically aligned with the rest of the line (they are too low, I'd want them to be centered). Can you guys help me out ?

IPB Image

Thanks !
RotAtoR
QUOTE(Jose Hidalgo @ Dec 2 2007, 10:30) *

I don't understand why they aren't vertically aligned with the rest of the line (they are too low, I'd want them to be centered). Can you guys help me out ?


That's most likely how those characters are positioned within the font itself. The solution would be to pick new hollow/filled characters or pick a new font.
Jose Hidalgo
Yes, that's what I thought, but when I look at the Windows character table (Start > Programs > Accessories > System utilities), these circles (hex codes 25CC and 25CF from Arial Unicode) are perfectly centered vertically. Same thing if I copy/paste them into Wordpad. So there must be a problem somewhere within foobar.

I have seen screens from people @ HA Forums with the same circles correctly positioned. So I guess there must be a solution (either there are other working $char codes, or something else). Thanks in advance for your help.

EDIT : I've found it - it's just a matter of which font you select under foobar for the status bar. Some fonts display the circles centered, others display the circles down. That's all. wink.gif

EDIT2 : I've even managed to create a small piece of code that displays a progress bar, but unlike other progress bars,
this one gives the impression to progress on a pixel-by-pixel basis. Try it out and let me know what you think (it's one of my first attempts, but I'm pretty happy with it wink.gif ).

Simply copy/paste this into Prefs > Default UI > Status Bar (in only ONE LINE, without carriage returns) :
CODE
%codec%' ('%bitrate% kbps')'   -   %samplerate% Hz %channels%'   Ī   '%playback_time%'   '$puts(a,20)$repeat($char(9608)' ',$put(b,$div($mul(%playback_time_seconds%,$get(a)),%length_seconds%)))$ifgreater(%length_seconds%,%playback_time_seconds%,$char($sub(9615,$div($mul($sub( $div($mul(%playback_time_seconds%,$mul($get(a),10)),%length_seconds%),$mul($get(b),10)),8),10)))' ',)$repeat($char(9480)' ',$sub($sub($get(a),1),$get(b)))'  '-%playback_time_remaining%

IPB Image

You can replace the "20" in "$puts(a,20)" with the total number of characters you want in the progress bar (34 is the limit for me).
Of course it requires an Unicode font like Arial Unicode for instance : Prefs > Default UI > Colors and Fonts > Status Bar.
antiKk
The progress bar code is great. Thanks for sharing!
gordolindsay
QUOTE(/mnt @ Dec 4 2007, 17:17) *

My current foobar2000 beta 6 setup using the facet plugin. Which is a nice and simple setup with everything i just need.

IPB Image



Hi, I really love this setup!! Is there any way you could post the theme file or whatever it is? I have no idea how to change things and would really like something along these lines. Thanks!!
/mnt
QUOTE(gordolindsay @ Dec 5 2007, 23:17) *

QUOTE(/mnt @ Dec 4 2007, 17:17) *

My current foobar2000 beta 6 setup using the facet plugin. Which is a nice and simple setup with everything i just need.

IPB Image



Hi, I really love this setup!! Is there any way you could post the theme file or whatever it is? I have no idea how to change things and would really like something along these lines. Thanks!!


I made a copy of my foobar config file and theme import file aswell to try out.

http://www.sendspace.com/file/e98cfr

Also you will need a the Facet Plugin and foobar2000 0.9.5 beta.

Notes:

VBR display is set to 0.
Status bar and Windows Title bar is a complete re-written custom format code which displays usefull info.
Mouse wheel focus is switched on.
ID3 Tag compat mode is switched on.
Foobar my ask to remove some settings for missing plugins but can click keep or remove but that should not be a major problem but make sure the Facet plugin is installed.
q-stankovic
@gordolindsay

You will be able to create any theme you like - just go to main menu -> view and look there for calling the scratchbox: then just play around and create what you like. It is not necessary anymore sharing themes when using the DefaultUI.
Jose Hidalgo
I'm not familiar yet with the scratchbox. Is there some topic about it or something ? smile.gif
ArtMustHurt
QUOTE(fl102 @ Dec 4 2007, 11:00) *

IPB Image

new slim+lyrics show panel.
perfect for me. biggrin.gif

how did you add a ratings column?
Jose Hidalgo
There are topics about it ArtMustHurt : use the search !

http://www.hydrogenaudio.org/forums/index....showtopic=59187
fl102
QUOTE(ArtMustHurt @ Dec 10 2007, 02:31) *

QUOTE(fl102 @ Dec 4 2007, 11:00) *

IPB Image

new slim+lyrics show panel.
perfect for me. biggrin.gif

how did you add a ratings column?


Preferences - Default User Interface - Playlist View
add new column.
name: Rating
pattern: $ifgreater(%rating%,0,$repeat(★,%rating%)$repeat( ,$sub(5,%rating%)),)

cartman(2vd)
QUOTE(badaboom @ Dec 19 2007, 01:30) *

IPB Image


can i ask how have you edited that group header and added those double slashes in it?
Raven.am0k
QUOTE(cartman(2vd) @ Dec 19 2007, 20:36) *

QUOTE(badaboom @ Dec 19 2007, 01:30) *

IPB Image


can i ask how have you edited that group header and added those double slashes in it?



Just add a Custom Grouping Scheme like :

'//' $if(%album artist%=VA,%album artist%,%artist%) - '[' %date% ']' %album% '\\'

greets, Raven.am0k
Jose Hidalgo
QUOTE(Gatecrasherc6 @ Dec 4 2007, 07:16) *

IPB Image

Thx to eedjax in first page for base theme.

Is it Lyrics Show Panel ? I'm intrigued... how did you manage to integrate it so well within the Default UI ? blink.gif


QUOTE(Yirkha @ Dec 17 2007, 18:45) *

IPB Image
The basic controls are on the keyboard.

How did you manage to change the shape of the progression cursor ? I thought it was hardcoded... Thanks in advance.
shakey_snake
QUOTE(Jose Hidalgo @ Dec 22 2007, 09:30) *

Is it Lyrics Show Panel ? I'm intrigued... how did you manage to integrate it so well within the Default UI ? blink.gif
http://www.hydrogenaudio.org/forums/index....st&p=526270

QUOTE(Jose Hidalgo @ Dec 22 2007, 09:30) *

How did you manage to change the shape of the progression cursor ? I thought it was hardcoded... Thanks in advance.
It's theme based.
Jose Hidalgo
Thanks shakey snake, but regarding your first answer, unfortunately that's not what I was asking for. My question was not about how to DISPLAY a panel within the Default UI, because as you can see I've already managed to do so with several panels (Lyrics, Peakmeter...) :

IPB Image

My question was rather about how to INTEGRATE a panel so well within the Default UI. Because as you can see, all my panels have a title (Peakmeter, Lyrics Show), a Checkbox for closing them, a border, and a different window color (so they are not really "integrated" within the DUI, they seem to be over it). Gatecrasherc6's panels have no title, no checkbox, no border, no useless stuff, either for LSP or the peakmeter, and that's what amazes me... how does he do that ? blink.gif
eddy@
QUOTE(Jose Hidalgo @ Dec 22 2007, 23:09) *

... how does he do that ? blink.gif

Menu >> View >> Dockable Panels >> Active Panel >>.................
Jose Hidalgo
>> ... "Hide titlebar" and "No frame". Of course. Many thanks eddy@, that's just brilliant !! biggrin.gif
poisonborz
QUOTE(eddy@ @ Dec 22 2007, 16:59) *

QUOTE(Jose Hidalgo @ Dec 22 2007, 23:09) *

... how does he do that ? blink.gif

Menu >> View >> Dockable Panels >> Active Panel >>.................


I also used Dockable Panels to extend DefaultUI, but had very bad experiences... Bugs, slowdowns, panels not sticking well enough, etc. And some panels (eg. the most important for me, Track Display, that has no alternative in Default ui) won't work at all/crash instantly. The developer, cwbowron is sadly not responsive, and I don't know if he develops the component anymore.
Jose Hidalgo
FYI I have posted in cwbowron's "foo_cwb_hooks" thread some days ago, and I haven't got a reply either...
tool++
QUOTE(Raven.am0k @ Dec 28 2007, 03:11) *
IPB Image

Why have you ruined such a subtle and pleasing visual style by plonking giant black backgrounds on stuff?

Moderation: Moved post from the gallery into this discussion thread, added quote of the referenced screenshot.
fivre
Is there any way to get rid of the column headers and/or the alternating background colors for list views?
Raven.am0k
QUOTE(tool++ @ Dec 29 2007, 02:58) *

QUOTE(Raven.am0k @ Dec 28 2007, 03:11) *
IPB Image

Why have you ruined such a subtle and pleasing visual style by plonking giant black backgrounds on stuff?

Moderation: Moved post from the gallery into this discussion thread, added quote of the referenced screenshot.


I donīt think iīve ruined it. I just hate nice and shiny backgrounds on things, which Iīm looking at all the time. Like my player for example. If the background would be white, my eyes would not like this.
tool++
I guess I see what you mean. Each to his own I guess.
raintheory
I prefer dark backgrounds as well...

on a side-note, is that running on ubuntu?
alvaro84
QUOTE(Raven.am0k @ Dec 29 2007, 13:35) *
I donīt think iīve ruined it. I just hate nice and shiny backgrounds on things, which Iīm looking at all the time. Like my player for example. If the background would be white, my eyes would not like this.


I think the problem is not the dark background. For my taste it's the collision of pitch black backgrounds and very bright borders/fonts. Some elements look somewhat out of place because of this. Maybe it could use a bit less contrast for more harmony. But it's only my opinion, of course unsure.gif
Raven.am0k
At first, no, this is Windows XP with the Ubuntu Human VS. Running Foobar also on Ubuntu, but donīt have it running all the time.

Second, you all are right, itīs YOUR opinion and when I prefer black backgrounds, then it is my taste =) But thanks for advising me to change it ^^ I will never do it, but thanks =)

greets, Raven.am0k
tool++
Foobar2000 on ubuntu would be pretty awesome.

Although I'm sure if you spent some time you could get a more efficient music playing and organising solution with MPD and some real-deal tagging scripts, not to mention the benefits of things being stored on a server. And then you could even have a network'd UI by exporting X to a client on your PC, negating all performance benefits anyway happy.gif
Jose Hidalgo
FYI I have chosen a different approach, by having a very simple Debian-based file server (command-based, no GUI) for all the storage (audio and video), and then a XP-based client with foobar / MPC / etc.. The server acts simply as a network drive for the client.

With a direct Gigabit link between the two PCs, performance is not an issue, even for Full HD videos.
DeepAnger
QUOTE(Audio N00b @ Jan 30 2008, 01:41) *


DeepAnger, those genre-tabs are cool. How to? tongue.gif


Hi,

Hmmm, I just added them in Layout Editing Mode... (but to tell the truth, I had to restart from scratch several times). Just download the Theme I exported and start from there if you want.

Greetings.
riderforever
I've successfully switched to the new Interface, it's really nice and I think it's a huge improvement over the old one, but there are still some things I'm not able to replicate.

IPB Image IPB Image

First of all, in the status bar I'd like to have the total playing time of the selected tracks plus the volume, aligned to the right side and separated by a separator.
Then I can't find a way to understand if I've already ReplayGain-ed a song or not, before playing it. Is it possible to have a column in the playlist viewer with a 'T' if the gain has not been calculated yet (as it is for Vasco Rossi's tracks)?
If yes, how? biggrin.gif

Thanks in advance
wink.gif
picmixer
This is what I use as a replaygain indicator. Just make a custom column with:
CODE
$if(%replaygain_album_gain%,A,$if(%replaygain_track_gain%,T,X))


And modify to your hearts delight of course.
Frank Bicking
QUOTE(riderforever @ Feb 5 2008, 14:41) *
First of all, in the status bar I'd like to have the total playing time of the selected tracks plus the volume, aligned to the right side and separated by a separator.

Right-click on the status bar and enable the respective options.
riderforever
QUOTE(picmixer @ Feb 5 2008, 14:44) *

This is what I use as a replaygain indicator. Just make a custom column with:
CODE
$if(%replaygain_album_gain%,A,$if(%replaygain_track_gain%,T,X))


And modify to your hearts delight of course.

Thanks that's exactly what I meant! Do you know how to color the 'X' in red? I've tried with $rgb function without any success
QUOTE(Frank Bicking @ Feb 5 2008, 14:53) *

QUOTE(riderforever @ Feb 5 2008, 14:41) *
First of all, in the status bar I'd like to have the total playing time of the selected tracks plus the volume, aligned to the right side and separated by a separator.

Right-click on the status bar and enable the respective options.

OMG... it was too simple laugh.gif
Many thanks to you too
unkwn
QUOTE(riderforever @ Feb 5 2008, 08:14) *

QUOTE(picmixer @ Feb 5 2008, 14:44) *

This is what I use as a replaygain indicator. Just make a custom column with:
CODE
$if(%replaygain_album_gain%,A,$if(%replaygain_track_gain%,T,X))


And modify to your hearts delight of course.

Thanks that's exactly what I meant! Do you know how to color the 'X' in red? I've tried with $rgb function without any success

$rgb function doesn't work in DUI
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.