mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
adding badfiles plugin default checkers
This commit is contained in:
parent
af65c51138
commit
4e9aaa22cf
4 changed files with 37 additions and 3 deletions
13
Dockerfile
13
Dockerfile
|
|
@ -29,6 +29,7 @@ RUN \
|
|||
ffmpeg \
|
||||
ffmpeg-libs \
|
||||
fftw \
|
||||
flac \
|
||||
gdbm \
|
||||
gst-plugins-good \
|
||||
gstreamer \
|
||||
|
|
@ -51,13 +52,23 @@ RUN \
|
|||
mkdir -p \
|
||||
/tmp/mp3gain-src && \
|
||||
curl -o \
|
||||
/tmp/mp3gain-src/mp3gain.zip -L \
|
||||
/tmp/mp3gain-src/mp3gain.zip -sL \
|
||||
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.6.1/mp3gain-1_6_1-src.zip && \
|
||||
cd /tmp/mp3gain-src && \
|
||||
unzip -qq /tmp/mp3gain-src/mp3gain.zip && \
|
||||
sed -i "s#/usr/local/bin#/usr/bin#g" /tmp/mp3gain-src/Makefile && \
|
||||
make && \
|
||||
make install && \
|
||||
echo "**** compile mp3val ****" && \
|
||||
mkdir -p \
|
||||
/tmp/mp3val-src && \
|
||||
curl -o \
|
||||
/tmp/mp3val-src/mp3val.tar.gz -sL \
|
||||
https://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz && \
|
||||
cd /tmp/mp3val-src && \
|
||||
tar xzf /tmp/mp3val-src/mp3val.tar.gz --strip 1 && \
|
||||
make -f Makefile.linux && \
|
||||
cp -p mp3val /usr/bin && \
|
||||
echo "**** compile chromaprint ****" && \
|
||||
git clone https://bitbucket.org/acoustid/chromaprint.git \
|
||||
/tmp/chromaprint && \
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ RUN \
|
|||
ffmpeg \
|
||||
ffmpeg-libs \
|
||||
fftw \
|
||||
flac \
|
||||
gdbm \
|
||||
gst-plugins-good \
|
||||
gstreamer \
|
||||
|
|
@ -51,13 +52,23 @@ RUN \
|
|||
mkdir -p \
|
||||
/tmp/mp3gain-src && \
|
||||
curl -o \
|
||||
/tmp/mp3gain-src/mp3gain.zip -L \
|
||||
/tmp/mp3gain-src/mp3gain.zip -sL \
|
||||
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.6.1/mp3gain-1_6_1-src.zip && \
|
||||
cd /tmp/mp3gain-src && \
|
||||
unzip -qq /tmp/mp3gain-src/mp3gain.zip && \
|
||||
sed -i "s#/usr/local/bin#/usr/bin#g" /tmp/mp3gain-src/Makefile && \
|
||||
make && \
|
||||
make install && \
|
||||
echo "**** compile mp3val ****" && \
|
||||
mkdir -p \
|
||||
/tmp/mp3val-src && \
|
||||
curl -o \
|
||||
/tmp/mp3val-src/mp3val.tar.gz -sL \
|
||||
https://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz && \
|
||||
cd /tmp/mp3val-src && \
|
||||
tar xzf /tmp/mp3val-src/mp3val.tar.gz --strip 1 && \
|
||||
make -f Makefile.linux && \
|
||||
cp -p mp3val /usr/bin && \
|
||||
echo "**** compile chromaprint ****" && \
|
||||
git clone https://bitbucket.org/acoustid/chromaprint.git \
|
||||
/tmp/chromaprint && \
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ RUN \
|
|||
ffmpeg \
|
||||
ffmpeg-libs \
|
||||
fftw \
|
||||
flac \
|
||||
gdbm \
|
||||
gst-plugins-good \
|
||||
gstreamer \
|
||||
|
|
@ -51,13 +52,23 @@ RUN \
|
|||
mkdir -p \
|
||||
/tmp/mp3gain-src && \
|
||||
curl -o \
|
||||
/tmp/mp3gain-src/mp3gain.zip -L \
|
||||
/tmp/mp3gain-src/mp3gain.zip -sL \
|
||||
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.6.1/mp3gain-1_6_1-src.zip && \
|
||||
cd /tmp/mp3gain-src && \
|
||||
unzip -qq /tmp/mp3gain-src/mp3gain.zip && \
|
||||
sed -i "s#/usr/local/bin#/usr/bin#g" /tmp/mp3gain-src/Makefile && \
|
||||
make && \
|
||||
make install && \
|
||||
echo "**** compile mp3val ****" && \
|
||||
mkdir -p \
|
||||
/tmp/mp3val-src && \
|
||||
curl -o \
|
||||
/tmp/mp3val-src/mp3val.tar.gz -sL \
|
||||
https://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz && \
|
||||
cd /tmp/mp3val-src && \
|
||||
tar xzf /tmp/mp3val-src/mp3val.tar.gz --strip 1 && \
|
||||
make -f Makefile.linux && \
|
||||
cp -p mp3val /usr/bin && \
|
||||
echo "**** compile chromaprint ****" && \
|
||||
git clone https://bitbucket.org/acoustid/chromaprint.git \
|
||||
/tmp/chromaprint && \
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ param_ports:
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "12.05.19:", desc: "Add flac and mp3val binaries required for badfiles plugin." }
|
||||
- { date: "12.04.19:", desc: "Rebase to Alpine 3.9." }
|
||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||
- { date: "11.03.19:", desc: "Swap copyartifacts for extrafiles, update endpoints with nightly tag." }
|
||||
|
|
|
|||
Loading…
Reference in a new issue