update feature list in readme

This commit is contained in:
ed 2021-03-02 00:31:08 +01:00
parent 7f9bf1c78c
commit ad73d0c77d

View file

@ -59,7 +59,7 @@ you may also want these, especially on servers:
* server indexing * server indexing
* ☑ locate files by contents * ☑ locate files by contents
* ☑ search by name/path/date/size * ☑ search by name/path/date/size
* search by ID3-tags etc. * search by ID3-tags etc.
* markdown * markdown
* ☑ viewer * ☑ viewer
* ☑ editor (sure why not) * ☑ editor (sure why not)
@ -146,6 +146,10 @@ copyparty returns a truncated sha512sum of your PUT/POST as base64; you can gene
* `jinja2` * `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: optional, will eventually enable thumbnails:
* `Pillow` (requires py2.7 or py3.5+) * `Pillow` (requires py2.7 or py3.5+)