Is there any way to somehow read information from in an mp3 directory and create a new directory similar to what a scene dir would look like and move the contents of the directory to the new named one? Example of outcome directory:
Motley_Crue-Girls_Girls_Girls_(30th_Anniversary_Edition)-(Remastered)-2017-RELEASE GROUP
I think that a fair number of functions for this problem are described in the HowTos:
Mp3tag provides a variety of possibilities to get tag information from parts of the filename or rename files based on the information stored in the tag of a file.
The base concept behind all converters in Mp3tag is the so called format string, which describes a pattern (or template) of a filename or a line in a tag-list file.
A format string consists of any characters and predefined placeholders or scripting functions. Every placeholder begins with the percent sign %, followed by a tag field n…
or here:
OK, I can not seem to find help anywhere about what I need to do, I am hoping someone here can come up with an answer. What I want to do is simply move an original mp3 folder with all the files in it inside a new folder containing the artist name example:
Music\Damageplan-New_Found_Power-CD-MP3-2004
Would become
Music\Damageplan\Damageplan-New_Found_Power-CD-MP3-2004
I don't want to rename any of the mp3 files or the original folder file. I just want the entire dir moved into a folder inside…