Over 4,000 monthly users

This commit is contained in:
James Barnsley
2017-07-06 08:29:10 +12:00
committed by GitHub
parent b57dc9cc3a
commit aac09d6ac3

View File

@ -5,7 +5,7 @@ Iris (formerly known as Spotmop) is a Mopidy HTTP client that utilizes Spotify t
[![npm](https://img.shields.io/npm/v/mopidy-iris.svg?style=flat-square)]() [![npm](https://img.shields.io/npm/v/mopidy-iris.svg?style=flat-square)]()
![badge](https://img.shields.io/pypi/v/mopidy-iris.svg?style=flat-square) ![badge](https://img.shields.io/pypi/v/mopidy-iris.svg?style=flat-square)
![badge](https://img.shields.io/badge/unique_monthly_users-3,300+-brightgreen.svg?style=flat-square) ![badge](https://img.shields.io/badge/unique_monthly_users-4,000+-brightgreen.svg?style=flat-square)
[![badge](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](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) [![badge](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](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)
Features Features
@ -15,7 +15,7 @@ Features
* Integrated with Spotify and LastFM APIs for high-quality artwork and extra info * Integrated with Spotify and LastFM APIs for high-quality artwork and extra info
* Improved support for local libraries using SQLite extension * Improved support for local libraries using SQLite extension
* Browse and manage your playlists, along with top tracks, new releases and genre browser * Browse and manage your playlists, along with top tracks, new releases and genre browser
* Push notifications between clients (requires port 6681, but this can be customised to suit your environment) * Discover new and related music, powered by Spotify
Screenshots Screenshots
----------- -----------
@ -41,25 +41,11 @@ Requirements
* Spotify Premium account * Spotify Premium account
* Mopidy-Local-Sqlite (recommended, not required) * Mopidy-Local-Sqlite (recommended, not required)
Installation Getting started
--------
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 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 &`
Support
------- -------
* [Releases and changelog](https://github.com/jaedb/iris/releases) * [Installation](https://github.com/jaedb/Iris/wiki/Getting-started#installing)
* [Issues and requests](https://github.com/jaedb/Iris/wiki/Logging-an-issue) * [Debugging](https://github.com/jaedb/Iris/wiki/Advanced#debugging)
* [Issues and requests](https://github.com/jaedb/Iris/wiki/Support#before-you-log-an-issue)
* [Changelog](https://github.com/jaedb/iris/releases)