mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -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
|
## status
|
||||||
|
|
||||||
|
summary: all planned features work! now please enjoy the bloatening
|
||||||
|
|
||||||
* backend stuff
|
* backend stuff
|
||||||
* ☑ sanic multipart parser
|
* ☑ sanic multipart parser
|
||||||
* ☑ load balancer (multiprocessing)
|
* ☑ load balancer (multiprocessing)
|
||||||
|
@ -109,8 +111,6 @@ you may also want these, especially on servers:
|
||||||
* ☑ viewer
|
* ☑ viewer
|
||||||
* ☑ editor (sure why not)
|
* ☑ editor (sure why not)
|
||||||
|
|
||||||
summary: it works!
|
|
||||||
|
|
||||||
|
|
||||||
# bugs
|
# 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...
|
`--no-mutagen` disables mutagen and uses ffprobe instead, which...
|
||||||
* is about 20x slower than mutagen
|
* is about 20x slower than mutagen
|
||||||
* catches a few tags that mutagen doesn't
|
* catches a few tags that mutagen doesn't
|
||||||
|
* melodic key, video resolution, framerate, pixfmt
|
||||||
* avoids pulling any GPL code into copyparty
|
* avoids pulling any GPL code into copyparty
|
||||||
* more importantly runs ffprobe on incoming files which is bad if your ffmpeg has a cve
|
* 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
|
roughly sorted by priority
|
||||||
|
|
||||||
* mtag mediainfo (multitag)
|
* 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
|
* separate sqlite table per tag
|
||||||
* audio fingerprinting
|
* audio fingerprinting
|
||||||
* readme.md as epilogue
|
* readme.md as epilogue
|
||||||
|
|
Loading…
Reference in a new issue