add shorthand option --remove-replay-gain to metaflac

This commit is contained in:
Josh Coalson
2005-08-31 00:30:41 +00:00
parent b047964889
commit 83b8d28f9d
8 changed files with 62 additions and 14 deletions

View File

@@ -324,6 +324,14 @@ rm -f $cs_out $cs_out2
(set -x && run_metaflac --add-replay-gain $flacfile)
check_exit
check_flac
(set -x && run_metaflac --list --block-type=VORBIS_COMMENT $flacfile)
check_exit
(set -x && run_metaflac --remove-replay-gain $flacfile)
check_exit
check_flac
(set -x && run_metaflac --list --block-type=VORBIS_COMMENT $flacfile)
check_exit
echo -n "Testing FLAC file with unknown metadata... "
cp -p metaflac.flac.in $flacfile