AIMP Forum

AIMP for PC => Вопросы / Questions => Topic started by: Southernwave on September 10, 2019, 08:32:34

Title: Composer naming and sorting
Post 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
Title: Re: Composer naming and sorting
Post by: JD on September 10, 2019, 11:11:28
Of course it's ugly but should work. (If the composer is alone).
Macro swaps two words separated by space character.
Code: [Select]
%StrTrim(%StrCopy(%Composer,%StrPos( ,%Composer),%Length(%Composer))) %StrTrim(%StrLeft(%Composer,%StrPos( ,%Composer)))
Title: Re: Composer naming and sorting
Post by: Southernwave on September 10, 2019, 13:08:31
Like a Ugly Ducking ... a swan when it works ... Thank you Very Much

 :D :D :D :D
 ;)