2.10.12 • Published 7 years ago

mopidy-iris v2.10.12

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Iris

Iris (previously known as Spotmop) is a Mopidy HTTP client that utilizes Spotify to create an interactive, user-friendly and collaborative music interface. Built and maintained by James Barnsley.

badge badge badge

Features

  • Full web-based interface controls for Mopidy
  • Integrated with Spotify and LastFM APIs for high-quality artwork and extra info
  • Improved support for local libraries using SQLite extension
  • Browse and manage your playlists, along with top tracks, new releases and genre browser
  • Spotmop can be run completely independently of your Mopidy machine (ie on a remote server), just set your URL in the settings tab
  • Push notifications between users (requires port 6681, but this can be customised to suit your environment)

Screenshots

Overview

Play queue

Featured playlists

Artist

Single playlist

Dragging tracks

Requirements

  • Mopidy
  • Mopidy-Spotify
  • Spotify Premium account
  • Mopidy-Local-Sqlite (recommended, not required)

Installation

  1. Install using pip: sudo pip install Mopidy-Iris
  2. Restart Mopidy server
  3. Navigate to Mopidy interface (ie http://localhost:6680/iris)

Development

  1. Clone this repository into a your Apache2 web directory (eg /var/www/html/)
  2. Install in develop mode python setup.py install develop
  3. Restart mopidy

Support