https://bugs.kde.org/show_bug.cgi?id=475352
--- Comment #7 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Git commit 1af1bfc1da39eb8d702a22eb1c467321ec993ff8 by Stefan Brüns. Committed on 12/11/2023 at 01:10. Pushed by bruns into branch 'kf5'. [TaglibExtractor] Add support for Ogg stream with FLAC (audio/x-flac+ogg) FLAC audio was only supported as standalone streams, but not the newer FLAC stream wrapped in Ogg transport layer. Use the corresponding taglib handler, and add a test file covering basic stream information, metadata tags and cover art extraction. (cherry picked from commit e2b64ea0fdcf8978ffe36fc81783bf19f0a7ca07) M +3 -0 autotests/extractorcoveragetest.cpp A +- -- autotests/samplefiles/test.flac.ogg M +12 -0 autotests/taglibextractortest.cpp M +11 -0 src/extractors/taglibextractor.cpp M +1 -0 src/extractors/taglibextractor.json https://invent.kde.org/frameworks/kfilemetadata/-/commit/1af1bfc1da39eb8d702a22eb1c467321ec993ff8 -- You are receiving this mail because: You are watching all bug changes.