683ca69b7d5f311e73b0323b04228f74debc7306
``[[ $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.
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.
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:
Requirements
- Mopidy
- Mopidy-Spotify (recommended, not required)
- Mopidy-Local (recommended, not required)
Getting started
Description
Languages
JavaScript
78.4%
SCSS
10.8%
Python
5.2%
TypeScript
3%
HTML
1.3%
Other
1.3%
