mpeg layer II files (mp2) are being recognised only by extension, but it's quite common for these to have .mpeg or even .mp3 extensions. The magic bits for mp2 files are: mpeg version 2, layer II: <match type="big16" value="0xfff4" offset="0"/> <match type="big16" value="0xfff5" offset="0"/> mpeg version 1, layer II: <match type="big16" value="0xfffc" offset="0"/> <match type="big16" value="0xfffd" offset="0"/> It would be nice if this could be added.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/shared-mime-info/issues/45.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.