embed & move covers, remove m4a support

This commit is contained in:
Gabe Farrell 2025-11-15 13:05:24 -05:00
parent 9de7dc83d8
commit 6480f93bb5
6 changed files with 193 additions and 3 deletions

View file

@ -8,7 +8,7 @@ RUN apk add --no-cache git
WORKDIR /app
# Copy go.mod/go.sum and download dependencies
COPY go.mod ./
COPY go.mod go.sum ./
RUN go mod download
# Copy source code
@ -31,6 +31,7 @@ RUN apt-get update && \
git \
curl \
rsgain \
flac \
&& rm -rf /var/lib/apt/lists/*
# Install beets via pip