FossifyOrg / Voice-Recorder

An easy way of recording any discussion or sounds without ads or internet access
https://www.fossify.org
GNU General Public License v3.0
174 stars 14 forks source link

Feature: Option for alternative (more readable) filename patterns #15

Open camoz opened 6 months ago

camoz commented 6 months ago

Checklist

Feature Request

Right now, my recordings are saved as e.g. 2023_12_22_20_46_18.m4a, but I would like them to be saved as something like:

The reason is because it's easier to visually (and programmatically) distinguish the date from the time. Android saves camera photos as IMG_20231210_051153_297.jpg by the way.

I guess one could either implement a set of formats to choose from, or a field where one could enter a custom pattern like Markor does; it provides an option where one can enter a pattern for SimpleDateFormat (in case this is already used by Simple Voice Recorder, idk).

inson1 commented 6 months ago

https://github.com/SimpleMobileTools/Simple-Voice-Recorder/issues/246