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

Columns UI

Reply #6050
I tried many things to figure this out:

If, in Display preferences, under Selection Viewers: "Prefer currently playing track" is selected it interferes with Item details and Item Properties "tracking mode". For example, if tracking mode is set to "Current selection", then when playing track both Items panels are empty + selecting playlist items doesn't change anything

Columns UI

Reply #6051
Should be able to fix for the next build, thanks.
.

Columns UI

Reply #6052
Excuse me, how do you get rid of a vertical scroll bar?
It's really annoying on this black theme and it would be very nice if it was possible to remove it, thanks!

Columns UI

Reply #6053
Not possible except in certain third-party panels.

Columns UI

Reply #6054
Hi

I once had my foobar configured as on the right part of the picture below.
I don't remember how I got it, think i just used ctrl+f but now it opens an external window.
Is there any way to get the right config back ?

Thanks


Columns UI

Reply #6055
you can get them back if you install CUI prior to introducing filter search tool-bar (< 0.3.8.4) then right click on filter and select search
however new search tool-bar is of course preferred and unless you have some reason for downgrading I'd suggest adding search tool-bar in your layout

Columns UI

Reply #6056
Damn, old system was better to me.
Well, ok thanks

Columns UI

Reply #6057
Is there any way to set text in a column to be displayed as bold?

I would like to set any text with [ ] to display as bold, at the moment I have the text in a different colour.

Columns UI

Reply #6058
how i can get rid of the black line?

 

Columns UI

Reply #6059
add $tab() at the end of your grouping pattern
fb2k on OSX: flac q8 > rockboxed Sansa e280v1: Vorbis q5.0


Columns UI

Reply #6061
Is there any way I can display the current volume level as text inside the new status pane? e.g. -16dB

Is there a way to make the titles of the albums use a larger font. i.e. the text to the left of the black like in this example. Cause I can't figure it out.

Thanks.

Columns UI

Reply #6062
Unless I'm misunderstanding you, you first question has been possible for as long as I remember. Go to Preferences -> Display -> Columns UI -> Status Bar (tab) and tick "Show volume". There doesn't appear to be something like %volume%.

Columns UI

Reply #6063
Unless I'm misunderstanding you, you first question has been possible for as long as I remember. Go to Preferences -> Display -> Columns UI -> Status Bar (tab) and tick "Show volume". There doesn't appear to be something like %volume%.


I meant inside the new columns UI status pane. It shows a volume slider and that is all. Probably it is not possible but I thought I would ask anyway.

Columns UI

Reply #6064
Hi everyone,
tried to switch to Columns UI several times but lack of foo_facets like filter search (one search field for everything) really annoyed me and now it's finally here.
hooray ;)
thanks for that

some questions regarding new filters:
1. Are there any plans to make multiple columns (like those in foo_facets)
2. Is there a way (or plans to implement) folder filter, so that music library is browsed in Mac OS X Finder style (or as in foo_facets ;)))
3. Is it possible to change filter search field font-size? I found that it's possible to adjust font size for most of the UI elements, but not for filter search.
If it's not possible - are there plans to implement?

And thanks again for great job ;-)

Columns UI

Reply #6065
I can browse by folder using the album list panel. It works much better than facets anyway.

Columns UI

Reply #6066
imho album list is rather useless component
tree view is good when you have limited screen space

I like to use whole 2560x1600 space available, and facets like navigation just rocks in that
in my current setup i have 5 tabs and each has 3-5 facets filters
it's much more productive on big screen imho

Columns UI

Reply #6067
if anyone needs it - i've made filters work like facets in terms of folders

you just need this script to cut top level directory

$puts(pathCut,$directory_path(%path%)\)
$puts(pathPosStart,$add($strchr($get(pathCut),'\'),1))
$puts(pathCut,$substr($get(pathCut),$get(pathPosStart), 1000))
$puts(pathPosEnd,$add($strchr($get(pathCut),'\'),-1))
$substr($get(pathCut),1,$get(pathPosEnd))

and this one to cut second level directory

$puts(pathCut,$directory_path(%path%)\)
$puts(pathPosStart,$add($strchr($get(pathCut),'\'),1))
$puts(pathCut,$substr($get(pathCut),$get(pathPosStart), 1000))
$puts(pathPosStart,$add($strchr($get(pathCut),'\'),1))
$puts(pathCut,$substr($get(pathCut),$get(pathPosStart), 1000))
$puts(pathPosEnd,$add($strchr($get(pathCut),'\'),-1))
$substr($get(pathCut),1,$get(pathPosEnd))

so, just cut-and-past lines 2 and 3 to get any nesting level

of course it's not too fast ;( but does it job

Columns UI

Reply #6068
imho album list is rather useless component


I meant album list panel. From the same dev as columns UI.


Here is my code for album list panel. I'm not good at coding but I some how managed to figure it out and this is what I came up with...

$directory(%path%,3) | %<genre>%|[%album artist%]|%date% - %album%


In case anyone wants it, maybe to improve it (works great but only when library is organized on the HDD), or maybe just to compare it.

Columns UI

Reply #6069
musicmusic, can you extend item properties panel in a way that clicking on fields values, others then metadata group, can provide copy field value?

Columns UI

Reply #6070
Hi!
Is it possible to display the playtime of a group?

Columns UI

Reply #6071
Some additions to my previous concerns about filter search.

Not sure whether it's Columns UI bug or Panel Stack Splitter that I use - when using panel stack splitter instead of standard horizontal splitter - 'filter precedence by position in splitter' stops working. But 'by field list above' works as it should regardless of splitter type used.

Columns UI

Reply #6072
Is there a resource for Columns UI 3rd-party plugins/panels anywhere? Google is only yielding stuff about the old Panels UI.

Columns UI

Reply #6073
musicmusic, can you extend item properties panel in a way that clicking on fields values, others then metadata group, can provide copy field value?
I'll add a copy command, I think.

Not sure whether it's Columns UI bug or Panel Stack Splitter that I use - when using panel stack splitter instead of standard horizontal splitter - 'filter precedence by position in splitter' stops working. But 'by field list above' works as it should regardless of splitter type used.
I haven't (at this time) published the API used, so you can blame me.
.

Columns UI

Reply #6074
Diving further into filters - found one more bug (?). I have multiple tabs used. Each one has some (2-4) filter panels. So - 10+ filter panels total.

And when I change filter (make selection) on one tab it affects some (but definitely not all) other filters on other tabs. I guess filters within only splitter (that contains selected item) should be taken into account when calculating intersection.
But filter search should affect all tabs of cause (and it's great that it does - gives you much more flexibility than with foo_facets).