https://bugs.kde.org/show_bug.cgi?id=522678
Bug ID: 522678
Summary: KFileMetadata MIME type issue for *.mkv files
Classification: Frameworks and Libraries
Product: frameworks-kfilemetadata
Version First 6.27.0
Reported In:
Platform: CachyOS
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
Running the command "filemetadata_dump6 -f" on an mkv file reported
"video/matroska", instead of the "video/x-matroska" which
FFMpegExtractor expects.
STEPS TO REPRODUCE
1. Run the command "kfilemetadata_dump6 -f" on any Matroska video
file.
OBSERVED RESULT
The Matroska video file should return "*.mkv video/matroska"
EXPECTED RESULT
The Matroska video file should either be reported as
"video/x-matroska", since it is currently the one supported by the
FFMpegExtractor (and what "file --mime-type" still reports), or the
aforementioned MIME type should be supported, despite its deprecation,
as is recommended by the IETF in § 27.18 of RFC 9559
(https://datatracker.ietf.org/doc/html/rfc9559#section-27.18).
SOFTWARE/OS VERSIONS
Operating System: CachyOS Linux
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
ADDITIONAL INFORMATION
This could just be a bug/issue on my end, or potentially my fault,
since this morning I didn't see anybody else experiencing it. Granted,
it's been a while since I checked. But no bug report at least.
--
You are receiving this mail because:
You are watching all bug changes.