v2.1 - Allow lrc file to be imported by Lidarr
This commit is contained in:
parent
c1249fb73d
commit
6778b7d2aa
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue