Code: Select all
Failed to write tags!
WriteMetaFLAC() failed with message(s):
System call to metaflac failed with this message returned:
WARNING: --remove-vc-all is deprecated, the new name is --remove-all-tags
WARNING: --import-vc-from is deprecated, the new name is --import-tags-from
Code: Select all
$tagwriter->tagformats = array('metaflac');
$tagwriter->overwrite_tags = true;
$tagwriter->tag_encoding = 'ISO-8859-1';
$tagwriter->remove_other_tags = true;