refactor
This commit is contained in:
parent
47e294cac0
commit
140f6040c5
12 changed files with 2 additions and 83 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue