File extension not recognized if uppercase #1030

Open
opened 2026-01-29 15:39:23 +00:00 by claunia · 0 comments
Owner

Originally created by @MattAtack on GitHub (Jan 13, 2026).

Version

6.0.0-alpha.15.1

Commit hash

No response

Tested debug version?

  • Yes

Which operating systems have you used?

  • Windows
  • Linux
  • macOS
  • Other

What is the architectural bit size you're using?

  • 32-bit
  • 64-bit
  • Unsure or unknown

What processor are you using?

  • An Intel or AMD
  • An ARM or Apple Silicon
  • Unsure or unknown

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

aaru 6.0.0-alpha.15.1+72163a87
Copyright c 2011-2025 Natalia Portillo

[19:55:26 ERR] No plugin supports requested extension.
Originally created by @MattAtack on GitHub (Jan 13, 2026). ### Version 6.0.0-alpha.15.1 ### Commit hash _No response_ ### Tested debug version? - [x] Yes ### Which operating systems have you used? - [x] Windows - [ ] Linux - [ ] macOS - [ ] Other ### What is the architectural bit size you're using? - [ ] 32-bit - [x] 64-bit - [ ] Unsure or unknown ### What processor are you using? - [x] An Intel or AMD - [ ] An ARM or Apple Silicon - [ ] Unsure or unknown ### 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 ```shell aaru 6.0.0-alpha.15.1+72163a87 Copyright c 2011-2025 Natalia Portillo [19:55:26 ERR] No plugin supports requested extension. ```
claunia added the bugneeds triage labels 2026-01-29 15:39:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1030