-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make Mixxx mime type aware #7970
Comments
Commented by: uklotzde This is actually a serious bug that may cause various issues: https://mixxx.discourse.group/t/mixxx-has-stopped-plaing-newly-downloaded-mp3s/23074/21 I have also seen weird decoded audio signals produced by SoundSourceMP3 which might damage output devices. The combination of the dreaded MP3 format in combination with the ancient libmad library for decoding is dangerous. |
Commented by: uklotzde This bug is not fixed completely in 2.3.2. Mixxx still detects the wrong MIME type and tries to open the file with the registered SoundSources. On Linux some tracks with the wrong file extension can be played if FFmpeg is enabled, because it is capable of playing almost every format and kicks in as a fallback SoundSource. On Windows and macOS .mp3 files that actually contain an AAC stream in DASH container as reported by the user will probably fail to play such a file file. Even 2.4.x does not fix the wrong file type in Mixxx of previously imported files. I will take a look. |
Issue closed with status Fix Committed. |
Reported by: daschuer
Date: 2015-04-19T09:27:35Z
Status: Fix Committed
Importance: High
Launchpad Issue: lp1445885
To improve the detection of various media files. It will be nice to rely on the mime-type detection, rather use the file extension.
We may use libmagic or the Qt 5 mime type support.
The text was updated successfully, but these errors were encountered: