Dear Paul, I am currently starting to sort the existing classical collection using renaming structure like the following:
ifnotempty2(composersort.substring(0,1),composer.substring(0,1),'/')
+ ifnotempty2(composersort,composer,'/')
+ ifnotempty(album,' ')
+ ifnotempty((year.length>4 ? year.substring(0,4):year),' ')
+ ifnotempty(conductor,'/')
+ ifmultidisc(ifnotempty(pad(discno,2),'-'))
+ ifnotempty(pad(track,2),' ')
+ title
Essentially sorting by 1st letter of composer and then by composer, also using the conductor.
One feature that might be useful not just for me but for others as well could be an option to standardize the Composer and Conductor names, like you have the option for “Use standard Artist name instead of name displayed on cover” on the Format tab but to provide something on the Classical tab.
To give you a concrete example - today I autosorted some Music and two separate folders were created for Rachmaninoff, Sergei Vasilievich and Rachmaninoff, Sergei . Neither of them are listed in classical_composers.txt by the way, otherwise maybe there would have been an easy option to build a feature which relies on that? Interested to get your perspective. Best