Rename files window
The Rename files window is used to rename group of files using their tags in one action.

The Pattern edit line is the main. Here you should type pattern that is used to create new file name. In this field you can use ordinary strings and placeholders.
You should not enter ".mp3" extension in the pattern because it will be added automatically.
Example #1:
|
You want your files names to look like:
Artist – Title.mp3
Enter in the Pattern edit line:
%A - %T
|
Example #2:
|
You want your files names to look like (<> are not included in result):
<Row number in the table> - <Old file name>.mp3
Enter in the Pattern edit line:
%# - %F
|
In the "Fields that must not be blank to rename" you can type placeholders of fields that must have values otherwise rename will not be applied to files that does not meet this condition.
This edit line is filled automatically when you press Enter in the Pattern edit line. Correct it afterwards if you need.
You can rename all files in the Tags table or only selected ones.
If there are selected files then only they will be renamed. Otherwise names of all files will be changed – it is default behavior.
Press Apply button to execute rename of the files.
You can always undo this action.
|