https://bugs.kde.org/show_bug.cgi?id=475352

Jack Hill <jackhill3...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|Elisa                       |frameworks-kfilemetadata
          Component|general                     |general
            Summary|Doesn't flac play files     |FLAC Ogg files incorrectly
                   |with ending oga             |use the TagLib::Ogg::Vorbis
                   |                            |extractor instead of
                   |                            |TagLib::Ogg::FLAC
            Version|23.08.1                     |5.111.0
           Assignee|matthieu_gall...@yahoo.fr   |pinak.ah...@gmail.com

--- Comment #2 from Jack Hill <jackhill3...@gmail.com> ---
I think the issue is in KFileMetadata which correctly reads the mimetype of
FLAC Ogg files as audio/ogg but does not check what the codec is. Therefore it
ends up using the wrong Taglib extractor (should use TagLib::Ogg::FLAC but uses
TagLib::Ogg::Vorbis)

Types which use the oga extension:
https://wiki.xiph.org/MIME_Types_and_File_Extensions#.oga_-_audio/ogg

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to