From d8a4ca6aa1d32808986b91d4531abfeb00ea2e13 Mon Sep 17 00:00:00 2001 From: ymir Date: Thu, 21 May 2026 11:28:38 +0000 Subject: [PATCH] Add comment to fix flac script --- fix_unknown_album_and_artist_flac_file.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fix_unknown_album_and_artist_flac_file.sh b/fix_unknown_album_and_artist_flac_file.sh index 1f4b858..e8fb9a3 100755 --- a/fix_unknown_album_and_artist_flac_file.sh +++ b/fix_unknown_album_and_artist_flac_file.sh @@ -1,5 +1,7 @@ #!/bin/bash +# script to fix where flac tags are set correctly but navidrome still sees them as having [Unknown album] and [Unknown artist] + echo "Fixing flac file $1" echo "running command ffmpeg -i $1 -c:a flac -map_metadata 0 "fixed.flac""