Brandon c35246d56a Bump
2019-08-23 20:04:43 -05:00
2019-08-23 20:02:38 -05:00
2019-08-19 16:08:37 -05:00
2019-08-23 20:04:43 -05:00
2019-08-16 17:12:59 -05:00
2019-08-18 10:43:36 -05:00

Mopidy + Iris Alpine Docker Image

Docker Cloud Build Status Docker Pulls Docker Stars

Iris (formerly known as Spotmop) is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris is the software that brings all your music into one user-friendly and unified interface.

Usage

$ docker run -d \
  --name=<container name> \
  -p 6600:6600 \
  -p 6680:6680 \
  -p 5555:5555/udp \
  -v <path for data files>:/data \
  -v <path for music files>:/music \
  -v <path for playlist files>:/playlists \
  log1x/mopidy-iris
  • Iris (Web UI): http://<host>:6680

Bug Reports

If you discover a bug in docker-mopidy-iris, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

docker-mopidy-iris is provided under the MIT License.

Description
No description provided
Readme 187 KiB
Languages
Dockerfile 72.5%
Shell 27.5%