[import_src] Now strips image file of all metadata

This commit is contained in:
ayakael 2018-12-28 00:44:09 -05:00
parent 3710c5b5ee
commit 4f867e12eb
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -95,7 +95,9 @@ import_src() {
[[ $? -eq 0 ]] || return 5
# Move joined.flac to GIT_DIR
# Remove metadata and move img.flac to GIT_DIR
metaflac --remove-all --dont-use-padding "${TRACK_DIR}/img.flac"
cp "${TRACK_DIR}/img.flac" "${GIT_DIR}/${IMAGEID}.flac"
# Generate cover images