Renaming a folder using the "Quick Rename Folder" feature:

For this feature to work, you should first specify a mask for renaming folders in the options:

In the bottom field of the page you should specify a mask consisting of text and special character combinations that are later replaced with their current values. The following values are supported:
| Character |
Value |
| %1 |
Artist |
| %2 |
Year |
| %3 |
Album |
Below the input field you can see the result generated out of the mask. For example, "%1 %2 %3" is used as the default mask. "<Artist> <Year> <Album>" will be the result generated out of this mask, i.e. Artist will replace "%1", Year will replace "%2" and Album will replace “%3”.
After specifying the mask for renaming folders, you can use the Quick Rename Folder feature. The feature works like this: the tag of the first file is read (if the folder was closed, it gets opened) and the folder is renamed according to the mask. Invalid characters (/\: *? " < > |) in the new folder name will be replaced with the underscore character. In case there are no audio files in the folder, the optional warning message will be displayed.