mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
update feature list in readme
This commit is contained in:
parent
7f9bf1c78c
commit
ad73d0c77d
|
@ -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+)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue