Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Columns UI (Read 4589664 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Columns UI

Reply #3575
is there any way to add a column that would do show the date they were added on ?


Columns UI

Reply #3577
thanks

Columns UI

Reply #3578
A little display bug in the album list panel:

When the mouse is over the line that does not fit in the window, a tooltip that displays the complete line appears immediately. The font used in the tooltip is the same as in the album list, therefore the text does not appear to move when hovering above it.

But with fonts that have kerning information for the VA pair, V and A are displayed closer to each other in the tooltip than in the album list, so the line appears to displace a little bit when you hover it. This can be seen with 10pt Calibri.

Of course this does not affect usability at all. I just mentioned it.

Columns UI

Reply #3579
Just decided to test the last beta. It is great. I have a little feature request about volume bar. Could it use the same bar type as the seekbar. In most theme the volume bar is currently horrible.
Thanks for your work

Columns UI

Reply #3580
musicmusic,
since a couple of versions ago I'm experiencing a strange half-height cut issue in the spectrum analyser when in bars mode.
Just compare the two modes as below:


Columns UI

Reply #3581
Same here. I've noticed for a while that bars mode doesn't reach the same peaks as the default mode.

Columns UI

Reply #3582
Thx musicmusic for your feedback about the volumebar in the stat.
I decided to change over to a volume-toolbar - due to this I would like to join carmenm about its design (even though this makes it different from the pos-slider, I guess this was your reason).

about the spec-analyser: changing the bar-width and -height would be a fine thing, sth. like average each 1000Hz (e.g.) (bar-width) and changing 'quantization' (bar-height). Maybe even with some custom-padding between the bars (horizontal and vertical).. just some ideas 

ps: same here, bars-mode half-cut

 

Columns UI

Reply #3583
musicmusic,
since a couple of versions ago I'm experiencing a strange half-height cut issue in the spectrum analyser when in bars mode.
Just compare the two modes as below:

[a href="http://imageshack.us" target="_blank"]

Thx musicmusic for your feedback about the volumebar in the stat.
I decided to change over to a volume-toolbar - due to this I would like to join carmenm about its design (even though this makes it different from the pos-slider, I guess this was your reason).

It should look OK in toolbar area and not extra wide width. In layout area I can see the colours are a bit off on default Vista theme. There does seem to be a slight difference in colours compared with normal seekbar which I'll investigate. I will see if I can tweak it otherwise as well.

There does need to be some distinction between the seek and volume bars so I can't just use the same appearance for both. It could be a little icon, I'll think about that.
.

Columns UI

Reply #3584
Hi, thanks for the report. Its fixed for next build, it was a rouge divide by 2 in my code!


Yay that's good news.

I always thought it would be cool if the spectrum analyser had a customisable peak fall-off option.

Columns UI

Reply #3585
Hi,
I have one (I hope quite simple) feature request. Would it be possible to add an option for double-click action in playlist view? I'd like to add a file to queue instead of instantly playing it. Is it possible? Thanks.

Columns UI

Reply #3586
I use double click for playing instantly (AFAIK this can't be changed) and middle click for add to queue. The middle mouse action can be set in Foobar Preferences -> Display -> Columns UI -> Playlist View General Tab.

Columns UI

Reply #3587
Is there a way to hide the "splitters" between columns? Without changing the Windows theme 3d-color to black?

I tried to set 'playlist view' and 'playlist switcher' border to "none", but that did not help.

What it looks like:

Columns UI

Reply #3588
No, you can't hide the boarders in between the panels... well kinda.

You can use Panels_UI and recreate your config in there, and it will look the exact same but without the boarders. However, Panels_UI is a bit hard to wrap your fingers around. Its ALL code for the most part, and a read through the wiki would do you good.

Good luck .
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

Columns UI

Reply #3589
I'm quite new to Foobar scripting, but thank you. I might try.

Columns UI

Reply #3590
musicmusic: Could you add transparancy to your panels? Especially the spectrum analyser?
Can't wait for a HD-AAC encoder :P

Columns UI

Reply #3591
Hi,
I have one (I hope quite simple) feature request. Would it be possible to add an option for double-click action in playlist view? I'd like to add a file to queue instead of instantly playing it. Is it possible? Thanks.
I would use the middle click option as already mentioned. If you're keyboard happy there's also CTRL+ENTER.

The action executed when double clicking/pressing enter is somewhat handled by the core, and can be overridden by a "playlist lock". I am not sure what kind of lock would do that however, but changing that double click action on my side may break it.

musicmusic: Could you add transparancy to your panels? Especially the spectrum analyser?
Can you be more specific. Background, whole panel ? What opacity?
.

Columns UI

Reply #3592
O.K., I can live without double-click adding track in a queue. I thought it would be quite easy to implement. I have this option in Single Columns Playlist panel.

It is useful when more people are using the computer and choosing what to play next. Usually someone deletes your carefully selected queue in one second by double-clicking a song.

Columns UI

Reply #3593
musicmusic

Hmm... Maybe it was reported before... I've just noticed that foo_ui_columns.dll v0.2.0 alpha 1 [02 May 2007] failed when loading some buttons, e.g. tango_media.

Console output:
Quote
Unsupported format or corrupted file
The past  was yesterday...

Columns UI

Reply #3594
musicmusic

Hmm... Maybe it was reported before... I've just noticed that foo_ui_columns.dll v0.2.0 alpha 1 [02 May 2007] failed when loading some buttons, e.g. tango_media.

Console output:
Quote
Unsupported format or corrupted file


Hi,

Unfortunately those files were written with an old version of Columns UI and they are actually invalid files due to a bug in that old version. They may have imported before 0.2.0 alpha 1 because I made some changes to the fcb importer in 0.2.0 alpha 1.

If you are handy with a hex editor you can fix the broken files. In the files you will see some filenames with extensions (e.g. "stop.png"). 12 bytes before such filenames is a 32-bit little endian integer. Add 8 to such integers to fix the file.

Alternatively you can switch to previous version of Columns UI, import the fcb file and switch back to current version (you can also re-export the fcb file with previous or current version to generate a fixed file).
.

Columns UI

Reply #3595
does someone know, if there is coming a new version of Columns UI?

Columns UI

Reply #3596
I just noticed the changelog is up to version 0.2.0 alpha 2, but the download link for the alpha version is still 0.2.0 alpha 1.7. I guess it's not complete yet.

Columns UI

Reply #3597
If you are handy with a hex editor you can fix the broken files. In the files you will see some filenames with extensions (e.g. "stop.png"). 12 bytes before such filenames is a 32-bit little endian integer. Add 8 to such integers to fix the file.

Yes, I founded it. But I'm too lazy to fix all the fcb's by the hand, so I just re-exported them with a previous version.  Thank you!

Also, a small request: show a filename for the loaded *.fcb (maybe a path too) somewhere in "Customise Buttons" dialog, and/or place it automatically as a filename in "Save as" dialog (as it done for the *.fcs exporting).
The past  was yesterday...

Columns UI

Reply #3598
I just noticed the changelog is up to version 0.2.0 alpha 2, but the download link for the alpha version is still 0.2.0 alpha 1.7. I guess it's not complete yet.

It's out now. 
Windows 10 Pro x64 // foobar2000 1.3.10

Columns UI

Reply #3599
I have a question again.  Does anybody know how to completely lock the panels, splitters etc, to prevent changing their sizes by dragging? I've tried out to use 'locked' checkbox located in 'Item details' groupbox, but it doesn't helped.
The past  was yesterday...