_____________________
I believe there are two methods for sorting a playlist in fb2k using columns_ui, these being:
1. Edit->Sort->(your choice)
or
2. File->Preferences->Display->Columns_UI->Playlist view->General (tab)
Then selecting the "Enable sorting using column titles" option. Then just clicking on column titles.
_____________________
This second option is my preferred method of sorting - clicking the titles of the columns seems more intuitive and easily done. One problem with this second method is that I cannot sort the playlist first by say bitrate, then title, then date. I intuitively expect that I should be able to do this by clicking first the date, then title, then bitrate.
So my request is that a feature be implemented so that if column X is clicked, then column Y, then column Z, the playlist will be sorted first by Z, then Y, then X.
_____________________
To elaborate: the default setting when installing columns_ui 0.1.3 beta 1v6 in "Edit->Sort->Sort by ..." is:
"%ALBUM ARTIST% - %DATE% - %ALBUM% - %DISCNUMBER% - %TRACKNUMBER% - %TITLE%".
So if I click the Title column this order 'effectively' changes to:
"%TITLE% - %ALBUM ARTIST% - %DATE% - %ALBUM% - %DISCNUMBER% - %TRACKNUMBER%".
If I now click on the Date column the order will change to:
"%DATE% - %ALBUM ARTIST% - %ALBUM% - %DISCNUMBER% - %TRACKNUMBER% - %TITLE%".
My request is that a feature be implemented so that the order will now be:
"%DATE% - %TITLE% - %ALBUM ARTIST% - %ALBUM% - %DISCNUMBER% - %TRACKNUMBER%".
_____________________
Many media players have title bar sorting, but I have yet to see this type of functionality in any; don't know whether this is too complex to implement or there are some other stumbling blocks, what do you think?