Most of the files that are recognised by file are mpeg version 1, layer III with CRC protection, i.e. they have the hex string 0xFFFA at offset 0, rather than 0xFFFB.
One of the files, Timon_&_Pumbaa_-_Can_You_Feel_The_Love_Tonight, is an mpeg version 2, layer III, without CRC protection, that is, it has 0xFFF3 at offset 0. shared-mime-info is only matching 0xFFFB, or ID-3 type two tags in order to identify MP3s. It should also check for: 0xFFFA - mpeg v1, layer III (CRC protection) 0xFFF2 - mpeg v2, layer III (CRC protection) 0xFFF3 - mpeg v2, layer III (no CRC protection) I wonder would it be possible for this fix to be included in a future version? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu. https://bugs.launchpad.net/bugs/492363 Title: Nautilus often can't recognize mp3 without extension To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/492363/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
