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

LCD display too large - filenames are too long #2

Closed
akc42 opened this issue Mar 21, 2020 · 0 comments
Closed

LCD display too large - filenames are too long #2

akc42 opened this issue Mar 21, 2020 · 0 comments

Comments

@akc42
Copy link
Owner

akc42 commented Mar 21, 2020

This is basically as a result of leaving space for the long filenames that we are creating. After some throught I believe that the device name only need be a single letter "S" for the Scarlett 2i2 and "B" for the Blue Yeti, we only really need day of month in the date section and the nearest 10 seconds in the time section (we ought to not keep any recording that is less than 10 seconds long) and we don't need the separators between the numerics. So a file made on the YETI microphone at "2020-03-21T07:17:55.134Z" (Date.toISOString()) should produce a filename B2107175.flac

@akc42 akc42 closed this as completed Mar 21, 2020
akc42 added a commit that referenced this issue Mar 21, 2020
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

1 participant