We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The app should not show recording in-progress or at least indicate the same in the UI.
Users could unknowingly delete the recording in progress.
This sort of conflicts with #74 because we can't hide files without really hiding them. I see two ways:
pending-
pending
The text was updated successfully, but these errors were encountered:
What about .part extension like some browsers do while downloading a file? This would hide the file from other media-related apps as well.
.part
Sorry, something went wrong.
That's a very good idea. .part is probably what we'll do.
No branches or pull requests
Checklist
Feature description
The app should not show recording in-progress or at least indicate the same in the UI.
Why do you want this feature?
Users could unknowingly delete the recording in progress.
Additional information
This sort of conflicts with #74 because we can't hide files without really hiding them. I see two ways:
pending-
to the in-progress recording filename and ignore files starting withpending-
when fetching recordings.pending
folder inside user's selected recordings folder.The text was updated successfully, but these errors were encountered: