I take this opportunity to ask music music that the grouping that makes a line of separation between albums would not be necessary if he included it in the configuration of the columns ui.
I'm not sure if this is the same or a separate request. There is no forced sorting of playlists by album so such an option does not make sense.
----------------------------------------
Thank you for your help.
I will try to explain better my request.
I think it would be a great improvement if columns ui included in the configuration (image1) the possibility to choose to make a separation line between albums (image2).
I have managed to do this by creating this grouping:
//4. Linea entre Albumes
$puts(color,$rgb(15,15,15))
$get(color)
$if($strcmp($cut(%album artist%,4),'V.A.')
,%album%%date%
,%album%%date%%artist%
)
$tab()
If this was done from the configuration it would avoid me the indentation and also would help people who do not control programming.