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

Columns UI

Reply #6375
you're asking for something to separate the playlist names and you can't see it? 

Columns UI

Reply #6376
Quote
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.


Total length data is just a tag, select all the album tracks and click properties, add a new field for exemple "time" and add album total length, ok. Then create a new column with %time% script.

Remaining time, just add this in a new column
$if(%isplaying%,$rgb(200,0,0,200,0,0) − '[' %playback_time_remaining% ']')
set the color u want

Vertical line, choose a column where you want to add the line, and add this in script/style tab
$set_style(frame-left,1,$rgb(180,180,180))
u can set the color and the position u want (left, right, top, etc...)

New line in grouping, go to playlist view, grouping and click "new...", u can add the lines u want.
To set it on right, just add this $tab(), for ex. $tab()%artist%

Quote from:  link=msg=748913 date=0
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/


Nobody can help me here?

Columns UI

Reply #6377
Nobody can help me here?

I don't think its possible, since you use a column to display these infos, you could disable the "Themed" mode and create custom background colours for default and selected columns

Columns UI

Reply #6378
that's what i thought, so how could i remove that frame using custom colors fow columns?

 

Columns UI

Reply #6379
you need to go the columns UI preferences (main tab) and click on "quick setup". from there you can turn off "theming (windows vista and newer)".


Columns UI

Reply #6380
Total length data is just a tag, select all the album tracks and click properties, add a new field for exemple "time" and add album total length, ok. Then create a new column with %time% script.

Remaining time, just add this in a new column
$if(%isplaying%,$rgb(200,0,0,200,0,0) ? '[' %playback_time_remaining% ']')
set the color u want

Vertical line, choose a column where you want to add the line, and add this in script/style tab
$set_style(frame-left,1,$rgb(180,180,180))
u can set the color and the position u want (left, right, top, etc...)

New line in grouping, go to playlist view, grouping and click "new...", u can add the lines u want.
To set it on right, just add this $tab(), for ex. $tab()%artist%

Thanks for the info! I wanted the length by group so that wouldn't work with tags. It doesn't seem possible at all. I see no way of adding up the lengths or doing that by group.

Columns UI

Reply #6381
EsPlaylist and ELPlaylist both have custom functions that will calculate the total time of all tracks in a group. but they are quite different to NGplaylist.

Columns UI

Reply #6382
you need to go the columns UI preferences (main tab) and click on "quick setup". from there you can turn off "theming (windows vista and newer)".

i can do the same in colours tab setting custom mode for playlist, but what i want to know is how to remove that frame

Columns UI

Reply #6383
set it the same colour as the background like this.


Columns UI

Reply #6384
EsPlaylist and ELPlaylist both have custom functions that will calculate the total time of all tracks in a group. but they are quite different to NGplaylist.

Well, I checked them out. ELPlaylist is comically difficult. I couldn't even resize columns. ESPlaylist is a lot simpler. I could add other fields that doesn't affect grouping easily. Found a variable (%es_subgroup_length%) for group length. Cool.
Thanks!

Columns UI

Reply #6385
i use the filter of the ui columns plugin and i'd like to have the genres in a tree view.
i.e.
the main entries of the tree are "Rock", "Electronic", "Latin"
and below Rock are more tree entrys like i.e. "Hard Rock", "Punk", "Rock & Roll"

http://yuo.be/wiki/columns_ui:config:filter
In the filter preferences one can enter the fields content. maybe with an if function in there?
Anyone tried something like this before?


Columns UI

Reply #6387
I've started dicking around a bit with Columns UI + ELPlaylist and I have two problems:



How do I remove the white padding at the bottom of the window? It looks even more ridiculous when I want to add my custom buttons there and there is a thin white line at the bottom of the window.

My other problem is a ELPlaylist problem I suppose but wth; often when I click a album to expand it, it expands and instantly collapses again and I have to scroll up or down and click it again for it to expand and stay expanded.

Columns UI

Reply #6388
In ColumnUI there 4 main categories to choose from Genre/Artist/Album/Date

I already modified the Behavior->Sort incoming files by> %date% %album artist% - %album% - %discnumber% - %tracknumber% - %title%

so that when i select all album in the Album Column, it will display them in release year. What i need is for the Album Column to be organized by release year not by alphabetical order

Columns UI

Reply #6389
in my case the keyboard shortcut "Q" for queueing a track is not executed correctly in albumlist panel.
if "process keyboard shortcuts" is activated, foobar queues the track marked in the ng playlist.
if it is deactivated, nothing happens.

buggy or am i stupid?

Columns UI

Reply #6390
Hi to everyone!
I have some little problem with the CUI 

[a href="http://img842.imageshack.us/i/unledjc.jpg/" target="_blank"]

One year ago, i had done a similar version with the album list but now i don't know why i can't put it again. Now i'm using library tree but i prefer the album list
Of course i've the album list panel.dll installed
Thanks and sorry for my orrible english

Columns UI

Reply #6391
If Right Click Tab Stack-> Insert Panel -> Panels -> Album list does not work, then what does happen?


Columns UI

Reply #6393
Sorry for the dumb question, i'd like to remove the playlists switcher on the left and have all the playlist under the tab of the NG playlist view, how i can do this? is possible??



Columns UI

Reply #6394
Hi,
Can anyone tell me how to use a different picture for web radio streams?
thanks-

Columns UI

Reply #6395
How do you dim parentheses with the least amount of code? I gave it a try but couldn't get it to work as I intended.

Columns UI

Reply #6396
Code: [Select]
$replace(%title%,'(',$rgb(255,128,0)'(',')',')'$rgb())


obviously %title% can be any other tag combination and you have to specify a colour inside the $rgb function.

Columns UI

Reply #6397
Code: [Select]
$replace(%title%,'(',$rgb(255,128,0)'(',')',')'$rgb())


obviously %title% can be any other tag combination and you have to specify a colour inside the $rgb function.

Thanks, this is way better than the code I was trying.

Columns UI

Reply #6398
I looked back on the last few pages and didn't see this, sorry if this has already been answered:

Is there anyway to hide or disable the scrollbar in the filter list?

Columns UI

Reply #6399
there is no option to disable the scrollbars. however, you can hide them with a little trickery and the panel stack splitter component. you can get PSS here: http://foo2k.chottu.net/#pss

it takes a bit of faffing around but here we go...

1) install the component.
2) file>preferences>display>columns UI>filter tab. change the "filter precedence" option to "by field list above". make changes to the above list if you need to.
3) now switch to the "layout tab". here you need to delete the existing filters and replace them with one PSS panel (this is found under "splitters" when you right click and add "insert panel")
4) now right click your newly added PSS panel and add one filter panel.
5) make sure the PSS panel is selected and click the "configure" button.
6) on the "PanelList" tab, make sure you tick the box "forced layout".
7) on the "script" tab, enter this code

Code: [Select]
$movepanel(0,0,0,$add(%_width%,17),%_height%)


now click ok. the number 17 there might need to be tweaked depending on your windows theme and how wide the scrollbar is. if you can't see any problem then leave it.

8) now you can copy/paste the PSS panel on the parent splitter for as many filters as you need. right click each filter heading to change the type.