-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.needs triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Description
Checklist
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one feature request.
- I have read and understood the contribution guidelines.
- I optionally donated to support the Fossify mission.
Feature description
The app should not show recordings 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:
- Append
pending-
to the in-progress recording filename and ignore files starting withpending-
when fetching recordings. - Create a
pending
folder inside user's selected recordings folder.
Update: To solve the issue of losing files, the app should try to recover unsaved recordings on startup and use a locking mechanism to ignore in-progress recordings.
Metadata
Metadata
Assignees
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.needs triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up