|
|
|
@ -1,5 +1,8 @@
|
|
|
|
#!/bin/bash
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Sets the tags DATE, ARTIST, ORIGINALDATE, ALBUMARTIST, and ALBUM for all *.flac in the current
|
|
|
|
|
|
|
|
# directory to the values found in the very first file found
|
|
|
|
|
|
|
|
|
|
|
|
# Ensure metaflac is installed
|
|
|
|
# Ensure metaflac is installed
|
|
|
|
if ! command -v metaflac &> /dev/null; then
|
|
|
|
if ! command -v metaflac &> /dev/null; then
|
|
|
|
echo "metaflac is required but not installed. Exiting."
|
|
|
|
echo "metaflac is required but not installed. Exiting."
|
|
|
|
|