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
146 stars 7 forks source link

Support custom filename format #13

Closed Turhvjbufv closed 10 months ago

Turhvjbufv commented 1 year ago

Edit: related to custom file format

I'm using right to left language on my phone to save my contacts, and I can't see any name on the records Screenshot_20230826_201806_BCR Gui.png

nicorac commented 1 year ago

I suppose this is not related to RTL mode but to a customized filename format.

BCR-GUI reads call data from the companion .json file, created by BCR v1.48+ If this file is missing, eg. for recordings done before that version or if json creation feature has been disabled, BCR-GUI tries to extract call data by parsing audio filename.

Currently it only supports default filename format so, if you have customized it, it won't find any data. Could you confirm it?

Turhvjbufv commented 1 year ago

Confirmed

nicorac commented 1 year ago

We can leave this open, because custom filename format parsing is something I'd like to add in the near future.

nicorac commented 10 months ago

Just released version 0.0.18 with a settings option to customize filename parser pattern.