Problem: Tag > Filename results in nested directories

Hey, I am testing mp3tag for MacOS and having some trouble renaming my music.

I use the following Formatstring to rename my files:

%albumartist%/%ALBUM%/$num(%track%,2). %ALBUMARTIST% - %TITLE%

Unfortunatly when the file is renamed it keeps the base path, which results in nested directories when executed. I run it more than once, which looks like this:

How can I fix this?

PS: Is there a way to keep my folder.jpg when moving files?

If you want it to start from within a specific drive/folder, you need to identify that in front of your current format string. Otherwise it will start from the current path.

Thanks, I was somehow looking for a hidden setting or checkbox. This worked perfectly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.