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

Name tape recordings with periodical numbers instead of date/time #373

Closed
artfwo opened this issue May 25, 2018 · 8 comments
Closed

Name tape recordings with periodical numbers instead of date/time #373

artfwo opened this issue May 25, 2018 · 8 comments
Assignees
Milestone

Comments

@artfwo
Copy link
Member

artfwo commented May 25, 2018

With norns system date/time being highly inaccurate due to absence of hwclock, it makes sense to name recorded files with numbers (foo00001.aif), does it?

@artfwo artfwo changed the title Name tape recording with periodical numbers instead of date/time. Name tape recordings with periodical numbers instead of date/time May 25, 2018
@tehn
Copy link
Member

tehn commented May 25, 2018

agreed.

should we keep a "counter" in system.lua?

@artfwo
Copy link
Member Author

artfwo commented May 25, 2018

no, that's dangerous ("uncounted" recordings can be rewritten). better create new filenames based on existing files in the tape directory.

@tehn
Copy link
Member

tehn commented May 25, 2018

but won't tape files be frequently removed from the norns to clear space?

ie, i record 10 tapes, then use SYNC to transfer them to a computer and then delete them. i'd hope the tape name count wouldn't just restart from 0, but maybe that's fine?

@antonhornquist
Copy link
Collaborator

antonhornquist commented May 25, 2018

time i understand but you mean even date will be inaccurate?

@artfwo
Copy link
Member Author

artfwo commented May 25, 2018

in some cases - yes, because when norns is switched off, the clock is stopped too and date/time will be loaded from disk next time it powers on.

so if you don't turn on wifi regularly, the time will lag away for hours and hours each time the system is powered off. and even network syncing requires that you first configure the timezone with raspi-config, so chances that recordings will be named accurately are very low.

restarting the counter from 0 is fine with me.

@antonhornquist
Copy link
Collaborator

oh, yeah then i agree it should be counter rather than date/time-based

@dansimco
Copy link
Contributor

dansimco commented Jun 4, 2018

+1 for keeping a global tape count, rather than current state of the directory. Much easier to keep track of recordings when archived, avoiding tape1 2.aif, tape 1 3.aif, which I often end up with from OP-1 tapes.

@catfact catfact added the crone label Jun 9, 2018
@tehn tehn added this to the 1.0.1 milestone Jul 2, 2018
@tehn tehn modified the milestones: 1.0.1, 1.0.3 Aug 14, 2018
@tehn tehn added the menu label Aug 14, 2018
@tehn tehn self-assigned this Aug 14, 2018
@tehn tehn modified the milestones: 1.0.3, 1.0.4 Sep 4, 2018
@tehn tehn mentioned this issue Nov 21, 2018
@tehn
Copy link
Member

tehn commented Dec 22, 2018

fixed by #651

@tehn tehn closed this as completed Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants