From c255d422832489479d9f5e1b30e403407b408abf Mon Sep 17 00:00:00 2001 From: copey02 Date: Wed, 5 Nov 2025 11:59:53 -0600 Subject: [PATCH] FLAC: set cover type to Front (3) and clear existing pictures (#190) Co-authored-by: SC --- tiddl/metadata.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tiddl/metadata.py b/tiddl/metadata.py index 228da12..de97105 100644 --- a/tiddl/metadata.py +++ b/tiddl/metadata.py @@ -38,6 +38,8 @@ def addMetadata( picture = Picture() picture.data = cover_data picture.mime = "image/jpeg" + picture.type = 3 + metadata.clear_pictures() metadata.add_picture(picture) metadata["TITLE"] = track.title + (