From 6261ec2ca2f30fbd64d33a8972c4cdd847e839fd Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 21 Aug 2021 15:37:14 +1200 Subject: [PATCH 1/3] Buildout --- mopidy_iris/__init__.py | 2 +- mopidy_iris/static/index.html | 4 ++-- mopidy_iris/static/manifest.json | 2 +- package.json | 2 +- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 2f473a84..29b1bd44 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ import pathlib from mopidy import config, ext -__version__ = "3.58.0" +__version__ = "3.58.1" logger = logging.getLogger(__name__) diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index a029c6cf..f0ba220f 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -115,8 +115,8 @@ // Release details // These are automatically injected to built HTML - var build = "1629516703"; - var version = "3.58.0"; + var build = "1629516953"; + var version = "3.58.1"; // Construct the script tag var js = document.createElement("script"); diff --git a/mopidy_iris/static/manifest.json b/mopidy_iris/static/manifest.json index caa8c411..ed5b88f4 100755 --- a/mopidy_iris/static/manifest.json +++ b/mopidy_iris/static/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": "3.58.0", + "manifest_version": "3.58.1", "short_name": "Iris", "name": "Iris", "icons": [ diff --git a/package.json b/package.json index 3ca58d47..6b18a762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.58.0", + "version": "3.58.1", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index d5059c30..cfe9bfcc 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.58.0 +version = 3.58.1 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz From b9e58e8bccb4e57f43aaf9512cf7476556a4e2a2 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 22 Aug 2021 09:16:08 +1200 Subject: [PATCH 2/3] Adding reStructuredText readme --- README.rst | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..294d690e --- /dev/null +++ b/README.rst @@ -0,0 +1,49 @@ +Iris +#### + +Iris is an extension for the Mopidy music server. With support for Spotify, LastFM, Genius, Snapcast and many other extensions, Iris brings all your music into one user-friendly and unified web-based interface that works beautifully, no matter your device. + +Built and maintained by James Barnsley. + +.. image:: https://static.pepy.tech/personalized-badge/mopidy-iris?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads + :target: https://pepy.tech/project/mopidy-iris +.. image:: https://img.shields.io/pypi/v/mopidy-iris.svg?style=flat-square + :target: https://pypi.org/project/Mopidy-Iris/ +.. image:: https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square + :target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=james%40barnsley%2enz&lc=NZ&item_name=James%20Barnsley¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted + +Features +******** + +- Full web-based interface controls for Mopidy +- Improved support for local libraries (powered by Mopidy-Local) +- Browse and manage your playlists and tracks +- Discover new, popular and related music (powered by Spotify) +- Multiple language support. `Want to provide a translation? `_ +- Streaming controls with the ability to play audio from your browser (requires Snapcast) + +Integrations +************ + +- `Spotify `_ +- `LastFM `_ for rich music metadata and artwork +- `Genius `_ for lyrics +- `Snapcast `_ to stream audio to multiple devices + +.. image:: https://raw.githubusercontent.com/jaedb/Iris/master/screenshot.jpg + + +Requirements +************ + +- Mopidy +- Mopidy-Spotify (recommended, not required) +- Mopidy-Local (recommended, not required) + +Getting started +*************** + +- `Installation `_ +- `Debugging `_ +- `Issues and requests `_ +- `Changelog `_ From 09fcb6c7e319be4da6281d9ecb38a8b9ec178470 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 22 Aug 2021 09:24:20 +1200 Subject: [PATCH 3/3] Pointing to RST readme --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cfe9bfcc..09a291a4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ author_email = james@barnsley.nz license = Apache License, Version 2.0 license_file = LICENSE description = Fully-featured Mopidy frontend client -long_description = file: README.md +long_description = file: README.rst classifiers = Environment :: No Input/Output (Daemon) Intended Audience :: End Users/Desktop