No sorting/creating subfolders.
This works in Windows, but not on mac os. This would put songs into folders with subfolders.
So genre folder, with albumartist folder inside the genre folder, etc..
Create action - Format tag field - Field is _FILENAME - Format is %genre%%title%
Copy & Paste to new folder with genre name.
Do the same for all fields, substituting Format is with next field, keeping %title% on end
Copy & Paste to new folder with field name (be it albumartist, album, etc.)
On mac, this is not my mp3tag. Feel like a winer now lol
Should there perhaps be a function similar to $meta_sep(x,sep), which concatenates its parameters with either \ on Windows or / on OS X? $path(%albumartistsort%,%year% - %albumsort%) ⇒ ./Various/2025 - Best of/
By the way, I wish there was a third optional parameter in $meta_sep() to specify the separator between the second-to-last and the last item, e.g. $meta_sep(%artist%,', ', & ).
I think that fully qualified filenames vary in so many aspects in Windows and MacOS that a function just to replace the slash would be over the top.
I think one can expect the users of the respective OS to know the standards for such properties.