mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
File extension not recognized if uppercase #1030
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MattAtack on GitHub (Jan 13, 2026).
Version
6.0.0-alpha.15.1
Commit hash
No response
Tested debug version?
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Description
AARU does not recognize file extension if given in uppercase, but recognizes it in lowercase.
Exact command line used
aaru media dump k: c:\temp\test.AARUF
Expected behavior
AARU should identify the .AARUF extension as requesting an AARU archive, regardles of case.
Actual behavior
AARU reports that it does not have a plugin for AARUF filetype. If I rerun the command using c:\temp\test.aaruf (lowercase), it works fine.
Output of command execution with debug output enabled