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 4589943 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

Columns UI

Reply #6350
Yeah, I can get the spectrum analyzer, but i've got that at the top of my window already, next to the play/pause/skip buttons, so it's kind of redundant :/  I just thought there might be another like component to add more visualizations to ColumnsUI or something...
There aren't many visualizations available. You can try the WmpVis, if I remember correctly WMP had an oscilloscope.
I changed the sort by, but I don't think it just did the same thing as clicking on the top of the column, like in any other program...  It's not really a problem now that i'm mostly done with major retagging, what bothers me more is the single compilation album that splits itself up...  I've got all of the individual tracks tagged with the same album artist, and %ALBUM ARTIST% is the first thing in my sort by settings...  I don't really understand how the %BLACKMAJICK% script-tag-programming-stuff works so i bet that's what i'm missing.
As Decalicatan_Decalicatan said sorting is not the same as grouping. Also I think you would be better off if you grouped by %album%, that field usually isn't screwed up.
I have:
Code: [Select]
$if2(%album%,<Unknown Album>[ Artist: %artist%])
Which displays the album name or unknown album and the artist name if exists.

the typing thing doesn't work at all...  Maybe you have some setting on that I don't?  This is really the biggest thing I want to get working...  I've done google searches for it and this seems to be what i'm looking for... it's called Typefind.  I followed the instructions, but it doesn't work.  Maybe "some in-line search facility" doesn't mean what I think it means?  or maybe i'm just not using it right?  Maybe i'm just not enabling it/turning it on?

Out of curiosity I made a portable install of foobar and columnsUI(0.3.8.8). The typing thing works. Just put the focus on the playlist view and start typing.

Columns UI

Reply #6351
Hello!
I've been playing around the layout optimizing space. And I thought, why not add the "stuff" from status bar on a panel in a more condensed way. Firstly there isn't a status bar equivalent in the palette. With the item details panel I could add most of the stuff, but the two important elements that are on the right have no alternatives.
The Volume control element can be replaced somewhat with the volume bar, but it doesn't show the numerical value which is important since I mostly change the volume with the hotkey. Is there another way to show the volume? I couldn't find a variable for it.
Also is there a way to display the total length of the selection like in the status bar? I didn't find anything for this either so far.

Columns UI

Reply #6352
I think you mixed up "sorting" (the order the playlist is shown) and grouping (the "title" of your groups: In your screenshot it is Peter Seeger / Brian and Amy Wedding Mix or Ani Di Franco / Brian and Amy Wedding Mix)

To change the grouping pattern, go to Preferences --> Display --> Columns UI --> Playlist view --> Grouping
1- Select Show groups if it's not already selected (but I think it is)
2- In the script just below, swap %artist% with %album artist% and this will do the trick.


Thanks!  The grouping now works!

I assume by "put focus on" you mean click on it then start typing... it still doesn't work for me... I don't have ColumsnUI 0.3.8.8, I have 0.3.8.6, I think I probably decided to get this one because it doesn't say "experimental" next to it.  So I just downloaded 0.3.8.8, replaced the old .dll, tried again and still nada  I've got Typefind downloaded, and in the components directory of my fb2k folder... I tried with the Typefind panel not in my window, and with it there, it didn't work either way!  Typefind, Y U NO WORK!?!?

Thanks for helping me with the grouping thing though!

Columns UI

Reply #6353
Is it possible to change the visualiser to a spectrogram instead? And have star ratings? Hopeless noob here 

Columns UI

Reply #6354
Thanks!  The grouping now works!

I assume by "put focus on" you mean click on it then start typing... it still doesn't work for me... I don't have ColumsnUI 0.3.8.8, I have 0.3.8.6, I think I probably decided to get this one because it doesn't say "experimental" next to it.  So I just downloaded 0.3.8.8, replaced the old .dll, tried again and still nada  I've got Typefind downloaded, and in the components directory of my fb2k folder... I tried with the Typefind panel not in my window, and with it there, it didn't work either way!  Typefind, Y U NO WORK!?!?

Thanks for helping me with the grouping thing though!

If it doesn't work you probably messed up something with the hotkeys (or something else). Try it with a new portable install with only adding columnsUI, then try to figure out what went wrong on your normal install.

Columns UI

Reply #6355
On my Win 7-64 machine for some reason my Columns UI menu is huge in Perferences and is cut off:



I didn't have this issue on my other Win 7-64 install.  Any thoughts?

Columns UI

Reply #6356
are the following fonts installed?
Arial, Tahoma, Segoe UI+Symbol


Columns UI

Reply #6358
Hello. I have a question concerning where a playlist stays after closing foobar. Right now, my playlist will move back to the last track I selected manually after closing and restarting foobar. For example, I double click and play song A by artist A. I then scroll and leave the playlist viewed on song B by artist B but I don't play song B. I close and restart foobar to see that the playlist is on song A by artist A. I want to leave the playlist where I want it and not on the last song I selected to play. Is there a way to disable the playlist from doing this?

Columns UI

Reply #6359
I want to leave the playlist where I want it and not on the last song I selected to play.
Perhaps File -> Preferences -> Playback -> untick Cursor follows playback.

HTH.

Alessandro



Columns UI

Reply #6362
i'm using columns ui with ng playlist, is it possibile to remove what i've selected in red? check the pic
http://img843.imageshack.us/i/catturakn.jpg/

I wonder how you do some of the stuff you have there. Like file metadata next to the artwork (with total length?) and remaining time in the title column, vertical line, adding a new line to grouping and aligning it tot the right.

Columns UI

Reply #6363
How do I set up the CUI to look like the DUI?
http://www.imagebanana.com/view/ogptqrsg/Screenshot_2.jpg

I want to use the more modern Playlist with color support and a more fancy look and also have customizable panels but also want to stick with the plain and simple DUI design/layout.
The very act of observing, influences what happens.

Columns UI

Reply #6364
Can anyone tell me what would I need to get the playlist to look like nickdc's:

It seems to me that lot of the stuff are beyond columnsUI by default.

Columns UI

Reply #6365
you've to make a query for the different track numbers or list index numbers

$ifequal(%tracknumber%,1,%channel%)
etc...

Columns UI

Reply #6366
@sollnis, have you thought about trying EsPlaylist. that works in default UI and supports album artwork and using $rgb colours for the text. the one thing it can't do is custom background colours/frames like columns UI.

http://foo2k.chottu.net/#esp

@chiwou, there is an easier way instead of using multiple $ifequal statements. look at $select instead.

$select(%tracknumber%,display this for track 1, display this for track 2, track 3)

@mzso, a good place to start is the columns UI wiki. look at $set_style and frames

http://yuo.be/wiki/columns_ui:config:colour_string


Columns UI

Reply #6367
Hello.

Can someone help me out a little?
I am using columns UI btw.

I would like to hide the artist column from some playlists but, I don't know how to write this in the preferences window.

I would like to hide the artists column on playlist:
Filter Results (Playback)
Filter Results


If I write Filter Results (Playback) Filter Results nothing happens
If I write Filter Results (Playback), Filter Results nothing happens
Although I know it is possible to hide a column on multiple playlists I can only seem to hide the column at 'one playlist because I dont know how to write it

Please see the attached image and you will see what I mean


Thank you

 

Columns UI

Reply #6368
untested but try

;

Columns UI

Reply #6369
@chiwou, there is an easier way instead of using multiple $ifequal statements. look at $select instead.

$select(%tracknumber%,display this for track 1, display this for track 2, track 3)

@mzso, a good place to start is the columns UI wiki. look at $set_style and frames

http://yuo.be/wiki/columns_ui:config:colour_string

I think I'm still missing something. Ok so I have to run queries, but where? How would I make them work per group like in the picture for total length and the format information on the picture. (The only thing I know of that work per group is the grouping script itself...) Also the Rock|UK|... part seams out of place, it's on top of the group. Has its on row and doesn't seem to be a part of a column.

Columns UI

Reply #6370
no you create a new column for the queries and then a new group under the default group for this Rock|UK| ...

Columns UI

Reply #6371
@sollnis, have you thought about trying EsPlaylist. that works in default UI and supports album artwork and using $rgb colours for the text. the one thing it can't do is custom background colours/frames like columns UI.

http://foo2k.chottu.net/#esp

Yes I have, but:
- there is no sorting by clicking the headers or the context menu
- and the colors are off for me

And I also would like to have panels to show certain information in a pleasant way with colors and stuff, DUI doesn't provide that.
The very act of observing, influences what happens.


Columns UI

Reply #6373
you could try reading the first reply after your post. :/