Working with CUESHEET blocks in FLAC files - detect and remove

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:

  1. Open Mp3tag and go to File -> Options -> "Tools"
  2. Click on the "New" image button to create a new tool.
  3. In the "Name" field, enter a name for the tool (e.g., "Remove CUESHEET in FLAC").
  4. In the "Path" field, enter the full path to the metaflac executable file on your computer.
  5. In the "Parameter" field, enter the command line parameters for metaflac that you want to use, like
    --remove --block-type="CUESHEET" "%_path%"
  6. Activate the "for all selected files" checkbox.
  7. Click "OK" to save the new tool.
  8. 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).