From e2ee899cc4949d7c5802923f5a7b4769098a6e80 Mon Sep 17 00:00:00 2001 From: wilsonic Date: Sun, 1 Feb 2015 13:53:08 +1100 Subject: [PATCH] Add Discogs plugin and Acoustid database http://beets.readthedocs.org/en/latest/plugins/discogs.html http://beets.readthedocs.org/en/latest/plugins/chroma.html?highlight=chroma --- beets/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beets/Dockerfile b/beets/Dockerfile index 36b4b42..cdb9489 100644 --- a/beets/Dockerfile +++ b/beets/Dockerfile @@ -19,11 +19,12 @@ RUN add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe multiverse" && \ apt-get update -q && \ apt-get -qy --force-yes dist-upgrade && \ - apt-get install -qy --force-yes python-dev python-pip mp3gain wget && \ + apt-get install -qy --force-yes python-dev python-pip mp3gain wget apt-get python-gst0.10-dev gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly && \ yes | pip install beets && \ yes | pip install pyacoustid && \ yes | pip install pylast && \ yes | pip install flask && \ + yes | pip install discogs-client && \ mkdir -p /root/.config/beets && \ ln -s /config/config.yaml /root/.config/beets/config.yaml ADD src/fpcalc /usr/bin/fpcalc