Frequently Asked Questions
How can I rename only some files in the table?
Open Rename files window.
Set all required settings.
Select desired files.
To select a file make a left click on a row label (it contains a row number) in the table.
If a file is selected then all cells in its row are highlighted.
To add a file to a selection hold Ctrl pressed while left click.
Use Shift to select a group of files between the current file (its row contains the cell cursor – the black frame) and that one on which label you have clicked.
Also you can move the mouse cursor to the row label of the first file you want to select, press the left mouse button and without release it pull the cursor down or up to select a group of files.
When the files are selected press Apply button in Rename files window.
How to assign the same value to all cells of a column in the table?
Make a left click on any cell of a column to move the cell cursor (the black frame) there and to make the cell current.
Select the column. To do it make a left click on the column label (it contains name of the column). The column will be highlighted. Then just type your value and press Enter. The value will be writing to the current cell and after Enter press it will be assigned to all cells of the column.
For all files in the table I want to extract Titles from Filenames and write them to the corresponding tag fields. But in some tags the Title field already contains correct value, in some it contains 'no title' value and in all others the field is empty. How to replace with the new value only the empty fields and the fields with 'no title' value.
Call Find and replace dialog window (use Ctrl+H shortcut).
Enter 'no title' to Find what edit line.
Leave Replace with edit line empty.
Press Replace All button.
Now all fields you want to fill are empty.
Open Tags by Filenames window.
Fill Pattern edit line.
Check Overwrite only blank fields.
Press Apply button.
Now you required Title fields are filled with the information extracted from Filenames.
I have filenames that look like 'Title-unknown-Artist.mp3'. What Pattern should I use in 'Tags by filenames' window to write 'Title' to Title field, 'Artist' to Artist field and to skip 'unknown'?
Use pattern
%T-%_-%A
Placeholder %_ allows skipping any part of a filename.
I have a filename that looks like '80__LARA_CRUZ___TO_THE_OCEAN.MP3'. What Pattern should I use in ' Tags by filenames' window to write '80' to Track field, 'Lara Cruz' to Artist field and 'To The Ocean' to Title field?
Use pattern
%R__%A___%T
Also you should check 'Replace underscores with spaces' option.
And choose 'Capitalize First Letter In All Words' option.
In some files ID3v1 and ID3v2 tags are filled only partially and information in them does not intersect. How to fill blank fields of ID3v1 tag with information from ID3v2 tag and vice versa?
Open Synchronize tags dialog window (use Ctrl+Shift+Q shortcut).
Choose 'Copy ID3v1 to ID3v2 mutually' option.
Check 'Overwrite only blank fields'.
Choose required option in 'Apply to'.
Press Ok.
How to exchange values of Album and Artist fields for all tags in the table?
Open Editor window.
Write to the Album field %A value.
Write to the Artist field %L value.
Press Apply button.
|