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

Custom recording filename template (Android) #43

Closed
ethamck opened this issue Jun 21, 2024 · 1 comment
Closed

Custom recording filename template (Android) #43

ethamck opened this issue Jun 21, 2024 · 1 comment

Comments

@ethamck
Copy link

ethamck commented Jun 21, 2024

The [Android] filename template seems to currently be hardcoded:

String fname = String.format("%s/rec_%04d%02d%02d_%02d%02d%02d.%s"

It would be helpful if there were a configuration option to modify this for saved recordings. I personally would be fine if it were just a direct setting that modifies exactly this string (I just want 2024-06-20-21-46-40.flac instead of rec_20240620_214640.flac) but implementing something like strftime would probably be better for other users.

(I'm not actually familiar with Java, so I hope everything I've found is correct. Thanks for your time!)

@stsaz
Copy link
Owner

stsaz commented Jun 22, 2024

Added a new setting in v2.2-beta1.
You should use this file name template: @year-@month-@day-@hour-@minute-@second.

@stsaz stsaz closed this as completed Jun 22, 2024
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