2016-12-05 10:20:01 +13:00
Iris
2016-10-30 07:51:39 +13:00
=======
2017-01-03 09:15:12 +13:00
Iris (formerly 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.
2016-10-30 07:51:39 +13:00
2017-01-05 23:31:36 +13:00
[]()
2017-01-05 23:29:39 +13:00

2017-03-28 22:00:26 +13:00

2017-01-05 23:29:39 +13:00
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations& business=james%40barnsley%2enz& lc=NZ& item_name=James%20Barnsley& currency_code=NZD& bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
2016-10-30 07:51:39 +13:00
Features
--------
* Full web-based interface controls for Mopidy
2016-12-05 10:20:01 +13:00
* Integrated with Spotify and LastFM APIs for high-quality artwork and extra info
2016-10-30 07:51:39 +13:00
* Improved support for local libraries using SQLite extension
* Browse and manage your playlists, along with top tracks, new releases and genre browser
2017-01-03 09:15:12 +13:00
* Push notifications between clients (requires port 6681, but this can be customised to suit your environment)
2016-10-30 07:51:39 +13:00
Screenshots
-----------
2016-12-20 13:41:58 +13:00

2016-10-30 07:51:39 +13:00
2016-12-20 13:41:58 +13:00

2016-10-30 07:51:39 +13:00
2016-12-20 13:41:58 +13:00

2016-10-30 07:51:39 +13:00
2016-12-20 13:41:58 +13:00

2016-10-30 07:51:39 +13:00
2016-12-20 13:41:58 +13:00

2016-10-30 07:51:39 +13:00
2016-12-20 13:41:58 +13:00

2016-10-30 07:51:39 +13:00
2016-12-05 10:20:01 +13:00
Requirements
--------
* Mopidy
* Mopidy-Spotify
* Spotify Premium account
* Mopidy-Local-Sqlite (recommended, not required)
Installation
--------
2016-12-20 13:41:58 +13:00
1. Install using pip: `sudo pip install Mopidy-Iris`
2016-12-05 10:20:01 +13:00
2. Restart Mopidy server
2016-12-20 13:41:58 +13:00
3. Navigate to Mopidy interface (ie http://localhost:6680/iris)
2016-12-05 10:20:01 +13:00
Development
2016-10-30 07:51:39 +13:00
-----
2016-12-20 13:41:58 +13:00
1. Clone this repository into a your Apache2 web directory (eg `/var/www/html/` )
2017-01-03 09:15:12 +13:00
2. Install all development requirements `npm install`
3. Run build `npm run prod` (once production build has been run once, you can use `npm run dev` for faster dev builds)
4. Install Python module in develop mode `python setup.py install develop`
5. Restart mopidy `pkill mopidy && mopidy &`
2016-10-30 07:51:39 +13:00
Support
-------
2017-01-03 09:15:12 +13:00
* [Releases and changelog ](https://github.com/jaedb/iris/releases )
2017-03-30 14:19:13 +13:00
* [Issues and requests ](https://github.com/jaedb/Iris/wiki/Logging-an-issue )
2016-10-30 07:51:39 +13:00