Skip to content

Commit

Permalink
fileformats - add actions for empty, binary, and video files
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 20, 2023
1 parent c1140c1 commit 5412645
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions fileformats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
"!empty":
name: Empty files
action: replace
replace:
template: empty
"!binary":
name: Binary files
action: manual
manual:
reason: "Unknown binary file"
process: "Identify file and assign it an action."
ignore:
reason: ""
ignore_if:
- binary_size: 1024
reason: "Binary file is too small"
"!image (raster)":
name: Image files
action: manual
manual:
reason: "Unknown image file"
process: "Identify file and assign it an action."
ignore:
reason: ""
ignore_if:
- pixel_total: 20000
reason: "Image is too small"
aca-error/1:
name: Empty File
action: ignore
Expand Down

0 comments on commit 5412645

Please sign in to comment.