I would really like to see an %ifelse(x,y,z) so that I can control folder naming more accurately. This would best be combined with basic logic ops (AND/OR/NOT) and if possible condition testing. For example, I would like to do something like this to better organize my classical music collection:
%ifelse(%genre% == “classical”,%composer%%folderseperator%%conductor%,%bestartist%)%folderseperator%%album%
As is, organizing classical music is a total crapshoot because artist may be the composer (“Mozart”), conductor, orchestra or even player (“Yo Yo Ma”). Very frustrating!