nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
120 stars 6 forks source link

AMR-WB files are not displayed in the application #96

Closed WakoKnight closed 4 months ago

WakoKnight commented 4 months ago

Describe the bug AMR-WB files in the .awb file format are not displayed in the graphical user interface (GUI), even when they exist in the same folder as other recordings.

Expected behavior The application should display all files that adhere to the correct name format before the extension. Files not yet recognized by BCR-GUI should appear in the list with a label indicating ‘Type: Unknown’ instead of being ignored. Implementing this feature would prevent issues with new formats in the future.

Versions (please complete the following information):

WakoKnight commented 4 months ago

Upon reviewing the code, I noticed that the files are detected based on their MIME type. I believe that adding ‘audio/amr-wb’ and ‘audio/amr-wb+’ as MIME types should address the issue.

nicorac commented 4 months ago

Just released v1.6.1 with a fix. Thanks for reporting it 👍