Yannick Schinko 683ca69b7d Fix checking the boolean flag
``[[ $flag ]]`` checks if the variable is not empty. Not if it's true or false. Which means it will always succeed, because both possible values (``true`` and ``false``) are not empty.

An alternative would be ``[[ "$flag" = "true" ]]``.

Fixes some points mentioned in #489. Doesn't address changing `pip` to `pip3` (or maybe even ``python3 -m pip``) or the missing detection of the version number.
2020-02-10 10:26:28 +01:00
2020-02-08 10:15:35 +13:00
2019-04-23 07:48:25 +12:00
2020-01-31 06:29:54 +13:00
2020-02-03 16:13:49 +13:00
2017-11-22 20:57:31 +13:00
2020-02-10 10:26:28 +01:00
2020-02-09 08:15:10 +13:00
2017-11-22 10:34:39 +13:00
2019-09-05 15:34:14 +12:00
2019-03-06 13:28:37 +13:00
2017-01-12 20:26:24 +13:00
2020-01-23 06:21:05 +13:00
2017-11-27 21:09:23 +13:00
2020-01-08 22:22:30 +00:00
2019-11-24 21:17:41 +13:00
2020-02-08 10:20:57 +13:00
2019-11-24 21:17:41 +13:00
2020-02-06 16:35:07 +13:00

Iris is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris brings all your music into one user-friendly and unified interface.

Built and maintained by James Barnsley.

npm badge badge badge

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)
  • Freely hosted, auto-updated interface available (beta)
  • Integration with:

Overview

Requirements

  • Mopidy
  • Mopidy-Spotify (recommended, not required)
  • Mopidy-Local (recommended, not required)

Getting started

Description
No description provided
Readme Apache-2.0 358 MiB
Languages
JavaScript 78.4%
SCSS 10.8%
Python 5.2%
TypeScript 3%
HTML 1.3%
Other 1.3%