Added array example. Implemented main.

This commit is contained in:
DWW
2022-08-08 17:03:00 +03:00
parent 74598813de
commit 588925cee8
4 changed files with 256 additions and 26 deletions

8
README
View File

@@ -26,14 +26,16 @@ metaflac
--preserve-modtime
--no-utf8-convert
// First Step - Remove
--remove --block-type=PICTURE
// First Step - Remove Tags
--remove-tag=TITLE
--remove-tag=ARTIST
--remove-tag=ALBUM
--remove-tag=TRACKNUMBER
// Second Step - Add
// Second Step - Remove Pictures
--remove --block-type=PICTURE
// Third Step - Add
--import-picture-from=3|image/jpeg|||"/path/to/cover"
"--set-tag=TITLE=..."
"--set-tag=ARTIST=..."