From 7ae6f32a70ac911fac7fdc38c8d2cbf30c1838b6 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 30 Jul 2026 16:07:05 +0200 Subject: [PATCH] changelog: deterministic audio cover art thumbnails --- .../unreleased/fix-thumbnails-deterministic-cover-art.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/fix-thumbnails-deterministic-cover-art.md diff --git a/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md b/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md new file mode 100644 index 0000000000..1a29337253 --- /dev/null +++ b/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md @@ -0,0 +1,8 @@ +Bugfix: Deterministic audio cover art thumbnails + +The thumbnails service now selects audio cover art deterministically: it prefers +the tagged front cover and falls back to the first embedded picture. Previously +the picture used for the thumbnail was non-deterministic when an audio file +embedded multiple pictures (for example a front and a back cover). + +https://github.com/opencloud-eu/opencloud/pull/3208