mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
update platform support listing
This commit is contained in:
parent
e28e793f81
commit
ce7df7afd4
|
@ -32,16 +32,17 @@ the recommended way to configure copyparty inside a container is to mount a fold
|
||||||
|
|
||||||
with image size after installation and when gzipped
|
with image size after installation and when gzipped
|
||||||
|
|
||||||
* [`min` (57 MiB, 20 gz)](https://hub.docker.com/r/copyparty/min) is just copyparty itself
|
* [`min`](https://hub.docker.com/r/copyparty/min) (57 MiB, 20 gz) is just copyparty itself
|
||||||
* [`im` (70 MiB, 25 gz)](https://hub.docker.com/r/copyparty/im) can thumbnail images with pillow, parse media files with mutagen
|
* [`im`](https://hub.docker.com/r/copyparty/im) (70 MiB, 25 gz) can thumbnail images with pillow, parse media files with mutagen
|
||||||
* [`ac` (163 MiB, 56 gz)](https://hub.docker.com/r/copyparty/ac) is `im` plus ffmpeg for video/audio thumbs + audio transcoding + better tags
|
* [`ac` (163 MiB, 56 gz)](https://hub.docker.com/r/copyparty/ac) is `im` plus ffmpeg for video/audio thumbs + audio transcoding + better tags
|
||||||
* [`iv` (211 MiB, 73 gz)](https://hub.docker.com/r/copyparty/iv) is `ac` plus vips for faster heif / avic / jxl thumbnails
|
* [`iv`](https://hub.docker.com/r/copyparty/iv) (211 MiB, 73 gz) is `ac` plus vips for faster heif / avic / jxl thumbnails
|
||||||
* [`dj` (309 MiB, 104 gz)](https://hub.docker.com/r/copyparty/dj) is `iv` plus beatroot/keyfinder to detect musical keys and bpm
|
* [`dj`](https://hub.docker.com/r/copyparty/dj) (309 MiB, 104 gz) is `iv` plus beatroot/keyfinder to detect musical keys and bpm
|
||||||
|
|
||||||
[`ac` is recommended](https://hub.docker.com/r/copyparty/ac) since the additional features available in `iv` and `dj` are rarely useful
|
[`ac` is recommended](https://hub.docker.com/r/copyparty/ac) since the additional features available in `iv` and `dj` are rarely useful
|
||||||
|
|
||||||
all editions support `x86`, `x86_64`, `armhf`, `aarch64`, `ppc64le`, `s390x`
|
most editions support `x86`, `x86_64`, `armhf`, `aarch64`, `ppc64le`, `s390x`
|
||||||
* `ppc64le` cannot run `iv` or `dj`
|
* `dj` doesn't run on `ppc64le`, `s390x`, `armhf`
|
||||||
|
* `iv` doesn't run on `ppc64le`, `s390x`
|
||||||
|
|
||||||
|
|
||||||
## detecting bpm and musical key
|
## detecting bpm and musical key
|
||||||
|
|
Loading…
Reference in a new issue