This commit is contained in:
Matt Nish-Lapidus 2025-03-26 17:09:07 -04:00
parent 47e294cac0
commit 140f6040c5
12 changed files with 2 additions and 83 deletions

View file

@ -83,7 +83,6 @@
append_previewers = [
{ mime = "{image,audio,video}/*"; run = "mediainfo";}
{ mime = "application/x-subrip"; run = "mediainfo";}
# Archive previewer
{ mime = "application/*zip"; run = "ouch"; }
{ mime = "application/x-tar"; run = "ouch"; }
@ -92,7 +91,6 @@
{ mime = "application/x-rar"; run = "ouch"; }
{ mime = "application/x-xz"; run = "ouch"; }
{ mime = "application/octet-stream"; run = "ouch"; }
];
_spotters = [
{ name = "*"; run = "file-extra-metadata"; }