It would be great if you could set the file and directory naming to case insensitive.
All upper or all lower would be enough, nothing fancy needed
I’m going though my library which has around 100,000 songs in total (Including duplicates)
I expect this to come down to around 40,000 after I process them all and duplicates are removed.
I’m loading and processing in batches of around 20,000
My naming scheme is /artist/album/track
I’m getting so many variants at the Artist and album level that its driving me nuts
I have been processing in batches then save/move matched
After each batch I move the batch to a sub folder
After a Few batches I load up the matched directory and remove duplicates
I have no written a bash script to rename and move the files.
Would be great if I did not have to do this
Also I’m getting errors with save and move due to case, not many but some
The save and move will fail some songs due to target directory case issues.
Not many fails, probably 50 per 20,000 batch
Another way around would be if the capitalize could be added as part of the auto-correct. Having that before the save and move should do the trick
Cheers
34by151