v2.1 - Allow lrc file to be imported by Lidarr

This commit is contained in:
RandomNinjaAtk 2023-07-17 11:51:49 +00:00 committed by GitHub
parent c1249fb73d
commit 6778b7d2aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="2.0"
scriptVersion="2.1"
scriptName="Audio"
log () {
@ -612,7 +612,6 @@ DownloadProcess () {
log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Embedding lyrics (lrc) into $file"
metaflac --remove-tag=Lyrics "$file"
metaflac --set-tag-from-file="Lyrics=$lrcFile" "$file"
rm "$lrcFile"
fi
done