mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

Fix reading metadata for some file extensions #13218

Open daschuer opened 2 months ago

daschuer commented 2 months ago

This replaces all file type guessing code form the file extension, by using the normalized file type stored in the Track object. This makes sure all parts are using the same file type, even if the extension is wrong.

This fixes #13205

daschuer commented 1 month ago

All green now.

daschuer commented 3 weeks ago

Done