mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
a
This commit is contained in:
parent
f7ee02ec35
commit
e79997498a
|
@ -78,6 +78,8 @@ you may also want these, especially on servers:
|
|||
|
||||
## status
|
||||
|
||||
summary: all planned features work! now please enjoy the bloatening
|
||||
|
||||
* backend stuff
|
||||
* ☑ sanic multipart parser
|
||||
* ☑ load balancer (multiprocessing)
|
||||
|
@ -109,8 +111,6 @@ you may also want these, especially on servers:
|
|||
* ☑ viewer
|
||||
* ☑ editor (sure why not)
|
||||
|
||||
summary: it works!
|
||||
|
||||
|
||||
# bugs
|
||||
|
||||
|
@ -311,6 +311,7 @@ see the beautiful mess of a dictionary in [mtag.py](https://github.com/9001/copy
|
|||
`--no-mutagen` disables mutagen and uses ffprobe instead, which...
|
||||
* is about 20x slower than mutagen
|
||||
* catches a few tags that mutagen doesn't
|
||||
* melodic key, video resolution, framerate, pixfmt
|
||||
* avoids pulling any GPL code into copyparty
|
||||
* more importantly runs ffprobe on incoming files which is bad if your ffmpeg has a cve
|
||||
|
||||
|
@ -514,10 +515,6 @@ in the `scripts` folder:
|
|||
roughly sorted by priority
|
||||
|
||||
* mtag mediainfo (multitag)
|
||||
* thumbnail expiration
|
||||
* touch cachedir on access with cooldown
|
||||
* drop dir if older than X and near maxsize
|
||||
* drop outdated thumbs
|
||||
* separate sqlite table per tag
|
||||
* audio fingerprinting
|
||||
* readme.md as epilogue
|
||||
|
|
Loading…
Reference in a new issue