cf7a439ed6
Tweaking search sort dropdown
...
- Array destructuring instead of object
2023-05-20 14:41:40 +12:00
6e702eb071
Merge pull request #902 from orontee/develop
...
Update French translation
2023-05-20 14:03:27 +12:00
4019f3c98b
Merge branch 'develop' of github.com:jaedb/Iris into develop
2023-05-20 13:51:57 +12:00
ce0214df04
Merge pull request #894 from PureTryOut/mopidy-spotify-released
...
Switch Dockerfile to use a released gst-plugins-rs and master mopidy-spotify branch
2023-05-20 13:51:39 +12:00
d4a59e04c1
Merge pull request #895 from PureTryOut/docker-alpine
...
Add an Alpine Linux-based Docker image
2023-05-20 13:50:57 +12:00
136d05ff52
Merge branch 'develop' into docker-alpine
2023-05-20 13:50:50 +12:00
bfcc249e36
Merge pull request #897 from PureTryOut/docker-entrypoint-install-and-upgrade-pip
...
feat(docker): also update the specified pip packages rather than just installing them
2023-05-20 13:49:44 +12:00
099c2ed909
Update French translation
2023-05-14 09:24:24 +02:00
a8d622ffaa
Manifest update for installability
...
- Scope needs to be within start path
2023-05-08 19:27:39 +12:00
6fe2e9d5de
feat(docker): also update the specified pip packages rather than just installing them
...
Some pip packages may get updates and subsequent container runs wouldn't
install them. Not so much of a problem normally but when for example
yt-dlp is installed through pip to use with mopidy-youtube it's
important to keep yt-dlp up-to-date to not have functionality be broken
when Youtube updates their webpage again
2023-04-18 15:32:45 +02:00
dcbfce4f8b
Add an Alpine Linux-based Docker image
...
It gets all it's dependencies (Mopidy, Mopidy-Spotify) from the Alpine
Linux repositories.
For reference the image sizes:
- Debian, 1.49GB
- Alpine, 832MB
2023-04-18 15:31:23 +02:00
60fc010ec8
Switch Dockerfile to use a released gst-plugins-rs and master mopidy-spotify branch
2023-04-03 10:50:02 +02:00
5ac3c6254a
Using built-in link underline
...
- Setting decoration-thickness for nicer control of appearance
2023-04-01 17:54:35 +13:00
d2ced56690
Context menu loading fixes
...
- Padding to center loader
- Correcting missing import for `Loader`
2023-04-01 16:21:23 +13:00
d6db80ef50
Merge pull request #892 from jaedb/feat/search-refactor
...
Search refactor
2023-04-01 16:11:34 +13:00
5c52d2fbb4
Bump webpack from 5.73.0 to 5.76.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-15 03:53:01 +00:00
d88f9b56f5
Route to manage current search state
...
- By using route, it makes it more readily available for the varying component structure
- I believe I handn't done this earlier to avoid refactoring, but it wasn't a complex task
- Removing link borders, the browser-provided standard underline hover is now much more astheticly pleasing
2023-03-05 20:45:38 +13:00
1657073b76
Hiding outputs button completely
...
- When snapcast is not enabled AND
- When no controls saved
- Supercedes PR #858
2023-02-19 18:46:44 +13:00
36293565b5
Merge branch 'master' into develop
2023-02-19 18:35:04 +13:00
e7d19ce9cc
Version bump 3.66.1
2023-02-12 07:59:02 +13:00
236e4ad2d5
Merge pull request #887 from jaedb/develop
...
Develop
2023-02-12 07:56:52 +13:00
108bd51462
Removing meta_mpd control script
...
- Is now included built-in with Snapserver image (use :latest) tag
2023-02-12 07:55:18 +13:00
3b272f2f3b
Implementing Portugese
...
- Adding to dropdown
2023-02-12 07:32:23 +13:00
9ea77b3158
Merge pull request #873 from WillianQuintino/patch-1
...
Criado uma tradução em pt_BR
2023-02-12 07:28:33 +13:00
cfcb445d7d
Merge pull request #875 from a2nt/master
...
FIX: Fonts for Cyrilic languages
2023-02-12 07:27:01 +13:00
0b03177b7f
Safely handling non-result responses from Genius (for lyrics)
2023-01-25 20:50:21 +13:00
a5935bce41
Always set loading: false
...
- We don't always get a result, but regardless we aren't loading any more
- Only format playlist result if it is an object
- Fixes #882
2023-01-25 20:09:49 +13:00
b99894901a
Upgrading BrowseDirectory to functional component
2023-01-25 19:56:11 +13:00
2b1d277ebf
Version bump: 3.66.0
2023-01-15 08:17:06 +13:00
83b0332b3a
Merge pull request #879 from jaedb/develop
...
3.66
2023-01-15 08:15:22 +13:00
58f487c2e2
Playlist Groups with name containing '/'
...
- Escape to a space; may need expanding on if more characters start appearing
2023-01-15 07:42:36 +13:00
4925d25442
Removing advanced CodeCov workflow
...
- Enabled basic version via GitHub directly
2023-01-15 07:42:04 +13:00
6ca71d9c52
Nested path to requirements.txt
2023-01-05 21:35:37 +13:00
456eca7add
Merge branch 'jojo141185-patch-2' into develop
2023-01-05 21:34:00 +13:00
3286376c89
Updated Dockerfile with multi-stage build approach
...
Moved the build process of the GStreamer plugins to a separate stage.
Restructured the file a bit and cleaned up some unused dependencies.
2023-01-03 18:59:37 +01:00
8366fcfd43
FIX: Locale
2023-01-03 07:35:38 +02:00
84ace1a317
FIX: Fonts for Cyrylic languages
2023-01-03 06:42:48 +02:00
c0f5229af1
Dockerfile installing nodejs and building frontend
...
- Need to experiment with file size reduction
2023-01-03 08:01:14 +13:00
0eb30a9287
New step to extract branch name
2023-01-02 22:20:39 +13:00
7fb68a32a8
github.ref
2023-01-02 22:17:38 +13:00
3a1f43870b
Double-brackets
2023-01-02 22:15:32 +13:00
b5f9baa17d
Separating meta for release vs edge
2023-01-02 22:06:27 +13:00
8c4b166c06
No wrapping, just leading $
2023-01-02 22:04:08 +13:00
a5b5ca0ced
Using GITHUB_REF_NAME
2023-01-02 22:00:55 +13:00
3bc1ea0bb3
Build Docker image for any push to develop or master
2023-01-02 21:58:32 +13:00
aad09b22ad
Merge branch 'develop' of github.com:jaedb/Iris into develop
2023-01-02 21:45:16 +13:00
a0aaada0c8
Dockerfile to *build* assets manually
...
- Cannot safely (and consistently) overwrite PIP-installed package with host volume binding, so is easier to build within Docker
- Add `.nvmrc` for consistent buildout
2023-01-02 21:43:45 +13:00
87fd816335
Source icon top-left
...
- Matches Spotify artwork, which we hide when it is burned-in on the image
- Consistent across all providers now
2023-01-02 21:42:34 +13:00
7f4f59d71a
Merge pull request #859 from jotak/hide-discover
...
Do not show discovery menu when spotify is not used
2023-01-02 21:42:14 +13:00
a228e48a0a
Merge branch 'develop' into hide-discover
2023-01-02 21:41:52 +13:00