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
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="2.0"
|
scriptVersion="2.1"
|
||||||
scriptName="Audio"
|
scriptName="Audio"
|
||||||
|
|
||||||
log () {
|
log () {
|
||||||
|
@ -612,7 +612,6 @@ DownloadProcess () {
|
||||||
log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Embedding lyrics (lrc) into $file"
|
log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Embedding lyrics (lrc) into $file"
|
||||||
metaflac --remove-tag=Lyrics "$file"
|
metaflac --remove-tag=Lyrics "$file"
|
||||||
metaflac --set-tag-from-file="Lyrics=$lrcFile" "$file"
|
metaflac --set-tag-from-file="Lyrics=$lrcFile" "$file"
|
||||||
rm "$lrcFile"
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue