Several thousand songs ago, I was forced to change how I store my MP3s. In an effort to not suffer a single directory with 3-4k subfolders in it (and the lag of waiting for an OS to parse those inodes each time you click on that mega-folder) I broke up my MP3 collection in the following manner:
/MP3/[first letter of artist name]/[artist name]/[album name]/[track# - trackname]
This is true unless the first letter of the artist name is a number, in which case I just dump all the ‘numbered artists’ into a directory entitled 0-9. That’s just me being lazy though.
My question is this. When I’m creating the mask for Renaming Folder from Metadata, is there any amount of regular expression that I can use to generate this layout?
Currently I have:
/fixed/%bestartist%%folderseperator%%album%
and I manually separate them into their letter folders. Thoughts?