Hello,
So I have a music management software that created folder for every artist..
Currently it goes like this C:\Music\ArtistName&Track title\UnknownAlbum\xxxxx.mp3
Id like to remove the "unknownAlbum" from the directory and just have the mp3 reside one level up
in the \ArtistName&Title\ folder... essentially just moving the file up one level in the directory and/or eliminating the \UnknownAlbum\ folder..
Is there a script I can use to achieve this?
Thank you in advance!