-
Notifications
You must be signed in to change notification settings - Fork 118
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
Feature request : custom filename #187
Comments
Yikes, I just saw in the read me "never be implemented [...] Changing the filename format" |
I thought about this and I think I might implement it. However, in order to keep BCR's code simple, there will be no GUI setting for it. Users will be able to change the filename template by creating a file named |
This is a hidden feature and will not be exposed via BCR's GUI. A user can customize the output filename by copying the default template to <output directory>/bcr.properties and then editing the file. Fixes: #187 Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
This has been implemented and will be available in version 1.26. To customize the output template, you can copy https://github.com/chenxiaolong/BCR/blob/master/app/src/main/res/raw/filename_template.properties to To move the phone number to the end, you can take the default template and move filename.0.text = ${date}
filename.1.text = ${direction}
filename.1.prefix = _
filename.2.text = ${sim_slot}
filename.2.prefix = _sim
filename.3.text = ${contact_name}
filename.3.prefix = _
filename.4.text = ${caller_name}
filename.4.prefix = _
filename.5.text = ${phone_number}
filename.5.prefix = _ |
hello developer, i am so sorry to tell you that , i could not find any bcr.properties file to edit in output directory folder. and when i create the text file using the template given and rename is as bcr.properties , nothing happened so pls could guide us more on this |
Hello, I'm suggesting a feature which allow the end user to customize the record name. In my case, I'd like to show the contact name at first. Could you add this feature please ?
The text was updated successfully, but these errors were encountered: