Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contact names? "Unknown" #195

Open
X4mro opened this issue Feb 23, 2025 · 5 comments
Open

contact names? "Unknown" #195

X4mro opened this issue Feb 23, 2025 · 5 comments

Comments

@X4mro
Copy link

X4mro commented Feb 23, 2025

Hello
Why doesn't the app detect the names of people who called me or I called them?

Image

@nicorac
Copy link
Owner

nicorac commented Feb 23, 2025

BCR-gui has two ways to get other party phone number and name:

  • reading metadata .json file (created by BCR call recorder with the same name as the recording audio file)
  • parsing the recording filename with a specific regular expression pattern that extracts name, number, timestamp and other fields (this option works with other call recorders than BCR)

To get help you need to give further info, like which recording app are you using and which filename pattern your recordings have...

@X4mro X4mro closed this as completed Feb 24, 2025
@X4mro
Copy link
Author

X4mro commented Feb 24, 2025

BRC module was installed from Magisk level. For phone calls I use Google Dialer version 161.0.721996463.
Files are saved on the SD card in .oga format

@nicorac
Copy link
Owner

nicorac commented Feb 24, 2025

Ok, so you're using BCR.
BCR has an option to create a "metadata" file for each recording. This file has the same filename as the recording but .json extension.
Please check that this option is active (it's available starting from BCR version 1.49).
Otherwise BCR-GUI can only try to extract informations from the filename, but you need to configure a working pattern for it to work properly.

Because of the BCR metadata feature above, which is much more powerful, a RegEx pattern for BCR is not bundled in BCR-GUI because... not needed.
Check BCR-GUI settings page for further informations...

@nicorac nicorac reopened this Feb 24, 2025
@X4mro
Copy link
Author

X4mro commented Mar 6, 2025

I reset BRC and it works, but not completely. Some numbers are still saved as , other numbers are shown normally. The metadata option is active.

@nicorac
Copy link
Owner

nicorac commented Mar 6, 2025

Were the <unknown> recordings created before you reset BCR (and turned on metadata creation)?
If so, then maybe they're still missing the metadata, because this file is created just after the call end.

You can now try this:

  • open BCR-GUI settings
  • click on Edit button next to Filename pattern
  • click on Templates and select BCR (should already has been selected)
  • click OK and OK again when you're asked to confirm file rescan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants