diff --git a/README.md b/README.md index 2836247f..5eda91a8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ you may also want these, especially on servers: * server indexing * ☑ locate files by contents * ☑ search by name/path/date/size - * ✖ search by ID3-tags etc. + * ☑ search by ID3-tags etc. * markdown * ☑ viewer * ☑ editor (sure why not) @@ -146,6 +146,10 @@ copyparty returns a truncated sha512sum of your PUT/POST as base64; you can gene * `jinja2` +optional, enables music tags: +* either `mutagen` (fast, pure-python, skips a few tags) +* or `FFprobe` (20x slower, more accurate, possibly dangerous depending on your distro and users) + optional, will eventually enable thumbnails: * `Pillow` (requires py2.7 or py3.5+)