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: [feature req 0.9.5] hiding playlist columns header (Read 3390 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[feature req 0.9.5] hiding playlist columns header

Would be nice looking to hide the columns header in the playlist view, especially after (auto-)sizing some columns to a very narrow width.

When user wants to resize the columns' width again he must go into Layout Editing Mode and untick "Hide Header" or so, similar to locking/unlocking toolbars.

Re: [feature req 0.9.5] hiding playlist columns header

Reply #1
PUSH is there a way after 10 years?

Would like to get rid of this:


Re: [feature req 0.9.5] hiding playlist columns header

Reply #2
Use EsPlaylist, Looks like you're already using it as a library viewer below. Just configure the View style>flat view (fixed).

Re: [feature req 0.9.5] hiding playlist columns header

Reply #3
Thank you so much!
The answer was so near but I couldn't see it. :D

Last question, do you know if it's possible to change the "playing now symbol", in my case the blue sign.
The command is: ['('%queue_index%')']


Re: [feature req 0.9.5] hiding playlist columns header

Reply #4
I don't think so - unless you can find a font symbol that looks like a playing icon and that doesn't look rubbish.

Re: [feature req 0.9.5] hiding playlist columns header

Reply #5
Last question, do you know if it's possible to change the "playing now symbol", in my case the blue sign.
The command is: ['('%queue_index%')']


The default Esplaylist's  Playing column always shows the blue triangle for playing tracks, no matter what you write in the header format field. You can customize any other column, though. Something like
Code: [Select]
$if(%isplaying%,$char(9654),)
will show you a similar triangle, but with the colour defined in the columns ui preferences.
I'm late

Re: [feature req 0.9.5] hiding playlist columns header

Reply #6
Thanks guys, I think I'll just stay with the current one it also looks fine. ;)