Add ASLA gmixer.

This commit is contained in:
Werner Beroux
2015-04-21 15:46:55 +02:00
parent 62c9330981
commit 71ab329e4e
2 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ RUN apt-key add /tmp/mopidy.gpg
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
mopidy \
mopidy-soundcloud \
mopidy-spotify
mopidy-spotify \
gstreamer0.10-alsa
# Install more extensions via PIP.
ADD https://bootstrap.pypa.io/get-pip.py /tmp/get-pip.py

View File

@@ -1,7 +1,7 @@
docker-mopidy
=============
Containerized **[Mopidy](https://www.mopidy.com/)** music server with support for [MPD clients](https://docs.mopidy.com/en/latest/clients/mpd/) and [HTTP clients](https://docs.mopidy.com/en/latest/ext/web/#ext-web).
Containerized [**Mopidy**](https://www.mopidy.com/) music server with support for [MPD clients](https://docs.mopidy.com/en/latest/clients/mpd/) and [HTTP clients](https://docs.mopidy.com/en/latest/ext/web/#ext-web).
Features
@@ -34,7 +34,7 @@ General usage (see [mopidy commands](https://docs.mopidy.com/en/latest/command/)
-o gmusic/username=USERNAME -o gmusic/password=PASSWORD \
-o soundcloud/auth_token=TOKEN
Replace `USERNAME`, `PASSWORD`, `TOKEN` accordingly:
Most elements are optional (see some examples below). Replace `USERNAME`, `PASSWORD`, `TOKEN` accordingly if needed, or disable services (e.g., `-o spotify/enabled=false`):
* For *Spotify* you'll need a *Premium* account.
* For *Google Music* use your Google account (if you have *2-Step Authentication*, generate an [app specific password](https://security.google.com/settings/security/apppasswords)).
@@ -49,7 +49,7 @@ Volumes:
* `/var/lib/mopidy/media` - Path to directory with local media files (optional).
* `/var/lib/mopidy/local` - Path to directory to store local metadata such as libraries and playlists in (optional).
* `/dev/snd` - Used to share ALSA socket and play audio.
* `/dev/snd` - Used to share ALSA socket and play audio along with `--lxc-conf` (see http://stackoverflow.com/q/28985714/167897).
### Example using HTTP client to stream local files