AIMP Forum
AIMP for PC => Вопросы / Questions => Topic started by: Southernwave on September 10, 2019, 08:32:34
-
Am really enjoying learning about and using AIMP....it seems to be the best for classical music I have found....so thank you.
I currently enter composers last name first so sorting is by last name as most(all) classical composers are best known by thier surname). But that means when I display the composer in the play window the format is the same.
I would like the player display to be first names then surnames. It doesnt seem that (without a second entry) I can have both.
How are people entering composers names ...... and is there any way I can .....
Sort by surname.....or filter the name to show Surname last ?
:)
Andrew
-
Of course it's ugly but should work. (If the composer is alone).
Macro swaps two words separated by space character.
%StrTrim(%StrCopy(%Composer,%StrPos( ,%Composer),%Length(%Composer))) %StrTrim(%StrLeft(%Composer,%StrPos( ,%Composer)))
-
Like a Ugly Ducking ... a swan when it works ... Thank you Very Much
:D :D :D :D
;)