feat(jukebox): use mpv over ipc as a player backend

This commit is contained in:
sentriz
2022-11-16 18:28:31 +00:00
committed by Senan Kelly
parent ec97289d45
commit e1488b0d18
26 changed files with 695 additions and 269 deletions

View File

@@ -5,6 +5,5 @@ RUN apk add -U --no-cache \
git \
sqlite \
taglib-dev \
alsa-lib-dev \
zlib-dev
WORKDIR /src