Until such a possibility will be implemented, you can create a so called "Tool".
You can use nearly the same command
metaflac --remove --block-type="CUESHEET"
but you need to call it for the selected FLAC files with a parameter like %_path%
For detailed instructions, you could have a look here:
This are the necessary steps to create a new Tool:
- Open Mp3tag and go to File -> Options -> "Tools"
- Click on the "New"
button to create a new tool. - In the "Name" field, enter a name for the tool (e.g., "Remove CUESHEET in FLAC").
- In the "Path" field, enter the full path to the metaflac executable file on your computer.
- In the "Parameter" field, enter the command line parameters for metaflac that you want to use, like
--remove --block-type="CUESHEET" "%_path%" - Activate the "for all selected files" checkbox.
- Click "OK" to save the new tool.
- Close the Options dialog and go back to the main Mp3tag window.
Right-click on a FLAC file and go to "Tools" > "Remove CUESHEET in FLAC" (or whatever name you entered for the new tool) to use the tool on the selected file(s).