Extract Cover with the SAME file name and BATCH IMPORT/EXPORT

Friends, please agree that "folder.jpg" is not an ideal name to extract cover art.
I suggest that when extracting the cover, it has the same name as the source file.

BATCH IMPORT COVER ART
Another suggestion is to batch import covers. The JPG or PNG files must be in the same folder and with the same names as the files that will receive the new cover through the batch import process.

BATCH EXPORT COVER ART
This has been asked several times on the forum. I don't think I need to describe how users want there to be a batch cover export process.

This is the best name if you have a player that needs that file, e.g. Windows Media Player.

You many notice that the action to save covers to file expects a format string - which means that you can use any combination of variables, text constants and scripting functions to compose the name, e.g I frequently use:
%album%_%_cover_type%

There is already an action to import covers:

again, you can use a format string plus a wildcard syntax to get the first file from the specified location. That location depends on the overall filename that you defined which could be just a file name, a partially qualified file name with a relative path component or a fully qualified one, even pointing to a different drive.
So, what more could you wish?

No, I don't know what you mean.
But before you get into more details, could familiarize yourself with the already existing functions, please?