Hello
I would like to know if there is an automatic way to find out all the empty sub-folders via Mp3tag; but only those that have a name that do not appaer in the ARTIST tag of all the files that are stored in some of all of those sub-folders
Right now I have structure of folders like this:
D:\Musikk\Band A
D:\Musikk\Band BB
D:\Musikk\Band CCC
D:\Musikk\Band DD DD
D:\Musikk\Band Eeeeee
D:\Musikk\Band ffffffffffffffff
And I my have song by artists like:
Band A
Band BB feat. Band CCC
Band DD DD & Band A
But It could be that I no longer have a song by artists:
Band A feat. Band Eeeeee
Band ffffffffffffffff
And as such the "Band Eeeeee" and "Band ffffffffffffffff" folders should be removed
So I would need to run some kind of export code that would take every sub-folder [name of artist] from D:\Musikk\ and compare it to all the values of ARTIST tag from all of the files found in D:\Musikk*, case by case; and write down a list of folders that do not have their counterpart in tags
Is it doable?