Add ability to skip files that are still being written to #1

Closed
opened 2022-09-01 22:13:56 -04:00 by gballan · 1 comment
Owner

The program should detect if a file is being written to (or simply being open in another program) to avoid transcoding and/or removing a partially written video file.

This should be easy to accomplish by making an external call to lsof and parsing this output.

The program should detect if a file is being written to (or simply being open in another program) to avoid transcoding and/or removing a partially written video file. This should be easy to accomplish by making an external call to lsof and parsing this output.
gballan added the
bug
label 2022-09-01 22:13:56 -04:00
Author
Owner

Handled in cd886522ec

Added unit tests in 7d5e1514a1

Handled in cd886522eceda135e1282fcc5b9462f746971fff Added unit tests in 7d5e1514a13ed0aeec19e27689263817d96bab7a
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BitGoblin/adept#1
No description provided.