I have a folder for all new downloads, let's call this folder "new downloads"
When I use the below format in Tag to Filename, it should create an Artist Name folder and then the Album folder within it and then the songs. It does do this, but it moves the Artist Name into a random subfolder within the new downloads folder.
You can see below it has moved every folder inside an existing folder called "Prince Palmer - Lucky Charm" - I am using latest version and upgraded it because it was doing the same thing in the older version but it chose a different folder, so i think it varies each time you load it up.
I am having to then move all of these Artist Folders back out of the Prince Palmer folder.
As a quick fix, you can define a fixed base folder ("absolute path"):
For example: C:\Temp\MyMovedSongs\ in front of your %artist%\%album%\%artist% - %album% - $num(%track%,2) - %title%.
Please have a look at the documentation:
With your format string the second part of the documentation have been applied:
The same is also possible using relative path names (instead of an absolute path in the example above) which creates the new directory relative to the current working directory.
Ok thanks for that i will just specify the Arrivals folder which is where they are anyway AND older software would default to creating the folders in the directory that they were already in, e.g. if the folder/artist to be renamed was in Arrivals folder, it would create the new folder underneath Arrivals and not in a random subfolder of it. How strange.
The folder is not random but branches from the current working directory - which is the folder in which the current file is residing.
The folder creation follows the pattern that you defined in the format string - you have not yet shown us the format string and the data that you use to rename the files.
So, check the format string and also define it according to the rules for file names as set by the OS - which means that only partially qualified filenames are treated relative to the current position.