bug fix beets

master
RandomNinjaAtk 11 months ago committed by GitHub
parent 2bd2094892
commit c3f7feb9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,9 +27,15 @@ RUN \
sox \
ffmpeg && \
apk add mp3val --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing && \
echo "*** install beets ***" && \
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community beets && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir -U \
m4b-merge \
pyacoustid \
requests \
pylast \
mutagen \
r128gain && \
echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \
@ -44,10 +50,7 @@ RUN \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python3 -m pip install --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
echo "************ install beets ************" && \
pip3 install https://github.com/beetbox/beets/tarball/master && \
pip3 install pyacoustid
pip3 install -r ${SMA_PATH}/setup/requirements.txt
# copy local files

Loading…
Cancel
Save