I wanted to organize a number of songs from several different artists that are all in the same folder. And each folder should be created based on the album name and the tracks from each album should be moved to the folder corresponding to each album.
\ALBUMARTIST - ALBUM (YEAR, extension)
To do this, from the tag - tag section, and with the following command:
_DIRECTORY
%ALBUMARTIST% - %ALBUM% ($left(%YEAR%,4), $upper(%_extension%))
when I try to do this, this does not happen and everything remains in the same folder and only the name of the main folder is changed to the name of the first album.
I wanted to know if there is a better and more accurate way to organize and categorize based on the album name and album artist.
Or where is the problem with the command I am using?
