Open
Description
Checklist
- 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 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:
- 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.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
chesio commentedon Jan 17, 2025
What about
.part
extension like some browsers do while downloading a file? This would hide the file from other media-related apps as well.naveensingh commentedon Jan 17, 2025
That's a very good idea.
.part
is probably what we'll do.HT-7 commentedon Feb 13, 2025
Samsung browser uses ".pending-" prefix for unfinished downloads.