The problem with using Regex to fix this is that you may want the original name to exist in the metadata. I only want The Beatles under B, not their name changed in the metadata.
Similarly if you use the sort field and it is empty, then your naming will fail unless it defaults back to the album-artist, album etc. To do that you would need to incorporate if statements or similar.
The problem with using Regex to fix this is that you may want the original name to exist in the metadata. I only want The Beatles under B, not their name changed in the metadata.
Similarly if you use the sort field and it is empty, then your naming will fail unless it defaults back to the album-artist, album etc. To do that you would need to incorporate if statements or similar.