Added metaflac command.
This commit is contained in:
@@ -15,6 +15,10 @@ usage()
|
|||||||
# Vorbis Comments
|
# Vorbis Comments
|
||||||
vorbis()
|
vorbis()
|
||||||
{
|
{
|
||||||
|
# FLAC tagging
|
||||||
|
METAFLAC="metaflac --remove-vc-all --import-vc-from=-"
|
||||||
|
|
||||||
|
# Ogg Vorbis tagging
|
||||||
# -w to overwrite existing comments
|
# -w to overwrite existing comments
|
||||||
# -a to append to existing comments
|
# -a to append to existing comments
|
||||||
VORBISCOMMENT="vorbiscomment -w -c -"
|
VORBISCOMMENT="vorbiscomment -w -c -"
|
||||||
|
|||||||
Reference in New Issue
Block a user