the Prof theprof
  • Joined on 2025-04-09

spotizerr (09a623f98ba98d86957fc44bc05c29e8cb2c96be)

Published 2025-09-22 00:58:14 -04:00 by theprof

Installation

docker pull gitea.gerggle.com/theprof/spotizerr:09a623f98ba98d86957fc44bc05c29e8cb2c96be
sha256:cdae05e041ba7ee1cef8c7888b412ca6f0a552f587a2d460d049d95ee6e59007

About this package

Spotify music downloader with a lossless twist, based on the deezspot library

Image Layers

LABEL org.opencontainers.image.source=https://github.com/Xoconoch/spotizerr
WORKDIR /app
ENV PYTHONPATH=/python
ENV PYTHONUNBUFFERED=1
ENV PYTHONUTF8=1
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
COPY --chown=65532:65532 . . # buildkit
COPY --chown=65532:65532 /app/spotizerr-ui/dist ./spotizerr-ui/dist # buildkit
COPY --chown=65532:65532 /python /python # buildkit
COPY --chown=65532:65532 /ffmpeg/bin/ffmpeg /usr/local/bin/ffmpeg # buildkit
COPY --chown=65532:65532 /ffmpeg/bin/ffprobe /usr/local/bin/ffprobe # buildkit
COPY --chown=65532:65532 /artifact/ ./ # buildkit
ENTRYPOINT ["python3" "app.py"]

Labels

Key Value
org.opencontainers.image.created 2025-08-23T19:04:20.531Z
org.opencontainers.image.description Spotify music downloader with a lossless twist, based on the deezspot library
org.opencontainers.image.licenses GPL-3.0
org.opencontainers.image.revision 09a623f98ba98d86957fc44bc05c29e8cb2c96be
org.opencontainers.image.source https://github.com/spotizerr-dev/spotizerr
org.opencontainers.image.title spotizerr
org.opencontainers.image.url https://github.com/spotizerr-dev/spotizerr
org.opencontainers.image.version latest
Details
Container
2025-09-22 00:58:14 -04:00
0
OCI / Docker
linux/amd64
GPL-3.0
176 MiB
Versions (3) View all
main 2025-09-21
dev 2025-09-21