Hi all, I'm wanting to make replacing covers easier on myself (I do this so that all my covers are at least somewhat uniform, making sure none exceed 1024x1024 and making sure that the folder actually has the album cover, a lot of albums don't). Is there a way to make it auto check for a "cover.png" or "cover.jpg" file inside of each songs folder and apply it? Thanks all.
A general remark: be sure to have backups in case anything goes wrong.
In MP3tag, you can create an action to automatically import cover art from a file named "cover.png" or "cover.jpg" in each song's folder. Here's how you can set it up:
-
Open MP3tag.
-
Go to "Actions" menu and select "Actions" or press
Alt + 6to open the Actions dialog. -
Click on "New" to create a new action group.
-
Name your action group, for example, "Import Cover from Folder".
-
Click on "New" again to create a new action within this group.
-
Choose "Import cover from file" as the action type.
-
In the "Format string" field, enter:
cover.*This format string tells MP3tag to look for any files starting with "cover" in the folder where the audio file resides.
-
Click "OK" to save the action.
Now, whenever you run this action on your files, MP3tag will automatically search for "cover.*" in each file's folder and import it as the cover art.
To apply this action to your files:
-
Select the files you want to apply the action to or select all files (
Ctrl + A). -
Go to "Actions" menu, hover over your newly created action group, and select the action you just created, "Import Cover from Folder".
-
MP3tag will then process the selected files and import the cover art from the designated file in each folder.
This should make the process of replacing covers much easier for you, ensuring uniformity and consistency across your library.
Thanks mate, you're a life saver!