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

Allow to drop files to decks with unsupported or no file extensions #13209

Closed daschuer closed 1 month ago

daschuer commented 2 months ago

This fixes #13204

Swiftb0y commented 1 month ago

Thank you.

Swiftb0y commented 1 month ago

Once this is merged, the last usage of isFileNameSupported would be here. Could it be worth replacing with file introspection instead of file name extension guessing, this way we can remove this function entirely?

isFileNameSupported is brittle, so lets remove it entirely.