File extension detection for importing midis is case-sensitive.
MegaScience opened this issue · 2 comments
MegaScience commented
Describe the bug
When importing midi files, the file explorer will only show midi files. If the file extension is .mid
it will display correctly, but if the case is different (Example: .MID
), it won't be displayed. As such, the only way to import them is to mindfully modify the extension to be entirely lowercase.
To Reproduce
Steps to reproduce the behavior:
- Create a folder with multiple midi files.
- Have the file extensions as
.mid
and.MID
. - Navigate to this folder with the Import Midi Files window.
- Only the files with
.mid
will display.
Expected behavior
All files with the extension .mid
should be displayed. However, due to case-sensitivity, files with uppercase characters won't be displayed.
reckhou commented
Have tested it and I believe it's Dalamud related. Won't fix but might be fixed in the future Dalamud updates.
To get around with this, right click the +
button and choose Win32 File Dialog
reckhou commented