From bc5f22b759a94e3320842484bf9902545179e0b3 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 4 Nov 2019 21:32:59 -0500 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd298ac..1ba8027 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ sist2 (Simple incremental search tool) ## Features -* Fast, low memory usage +* Fast, low memory usage, multi-threaded * Portable (all its features are packaged in a single executable) * Extracts text from common file types\* * Generates thumbnails\* @@ -57,9 +57,9 @@ sist2 web --bind 0.0.0.0 --port 4321 ./my_idx1 ./my_idx2 ./my_idx3 File type | Library | Content | Thumbnail | Metadata :---|:---|:---|:---|:--- pdf,xps,cbz,cbr,fb2,epub | MuPDF | yes | yes, `png` | title | -`audio/*` | libav | - | yes, `jpeg` | ID3 tags | -`video/*` | libav | - | yes, `jpeg` | title, comment | -`image/*` | libav | - | yes, `jpeg` | *planned* | +`audio/*` | ffmpeg | - | yes, `jpeg` | ID3 tags | +`video/*` | ffmpeg | - | yes, `jpeg` | title, comment | +`image/*` | ffmpeg | - | yes, `jpeg` | *planned* | ttf,ttc,cff,woff,fnt,otf | Freetype2 | - | yes, `bmp` | Name & style | `text/plain` | *(none)* | yes | no | - | docx, xlsx, pptx | | *planned* | no | *planned* |