Commit Graph

3303 Commits

Author SHA1 Message Date
71f03e9825 feat(docker): build an Alpine-based image 2024-10-28 19:02:41 +01:00
5c5bd372ba feat(docker): build both amd64 and arm64 images
arm64 is useful to run on Raspberry Pi's and Macbooks with Apple silicon
running Linux
2024-10-28 19:02:41 +01:00
a8c54ba2b9 Merge pull request #949 from PureTryOut/fix/docker-clone-spotify-repo
fix(docker): correct git clone command for retrieving mopidy-spotify
2024-10-29 06:53:04 +13:00
18c55ae822 Merge pull request #951 from orontee/874-optional-volume-bar
Show/Hide mute and volume control depending on volume value
2024-10-29 06:52:20 +13:00
15556f02ed Merge pull request #954 from PureTryOut/docker-alpine-alsa-utils
chore(docker): add alsa-utils to the Alpine Dockerimage
2024-10-29 06:21:47 +13:00
65eaf15532 Merge pull request #955 from PureTryOut/docker-fully-qualified-image-names
fix(docker): use fully qualified image names
2024-10-29 06:21:06 +13:00
5b722f4d4d Merge branch 'develop' into docker-fully-qualified-image-names 2024-10-29 06:20:59 +13:00
6d3eab2cd7 Update Italian localization 2024-10-07 12:27:22 +02:00
67adde257b Merge pull request #952 from orontee/develop
Update French translation
2024-10-07 12:36:43 +13:00
7cbe941a56 fix(docker): use fully qualified image names
Stops Podman from complaining and makes it more obvious that the images
are pulled from Docker hub
2024-05-21 13:34:11 +02:00
4316078fb7 chore(docker): add alsa-utils to the Alpine Dockerimage
This way the user can use tools like aplay to figure out sound issues
from within the container
2024-05-21 11:34:36 +02:00
77ed133746 Update French translation 2024-05-09 12:13:15 +02:00
87ab26001d Show/Hide mute and volume controls depending on volume value
Refs: #874
2024-05-08 17:37:02 +02:00
6030396f10 fix(docker): correct git clone command for retrieving mopidy-spotify 2024-03-28 08:28:57 +01:00
a106aa6760 Tracks count for Spotify playlists (simple object) 2024-03-25 21:07:17 +13:00
1c00312e6a Replacing jest-yaml-transformer with yaml-jest 2024-03-25 20:40:31 +13:00
7718bd2bf9 Flake8 QA
- Ignoring raising BaseExceptions; we can't raise an exception here as it will abort the rest of the execution (in this case, the HTTP or WS request)
2024-03-25 20:30:26 +13:00
13f93fb6ec Upgrading CI to Node 18, Python 3.11 2024-03-20 20:15:34 +13:00
65a5e6157a Resolving merge conflict 2024-03-18 20:29:01 +13:00
e5c3821eed NPM Upgrade
- Removing deprecated `react-input-range` (not release-ready)
- Using npm instead of yarn
2024-03-18 20:26:53 +13:00
cf462eb765 Merge pull request #946 from PureTryOut/fix/mopidy-spotify
fix(docker): update mopidy-spotify to the latest release to adapt to Spotify API changes
2024-03-18 20:15:06 +13:00
bbc9adb6b8 Merge branch 'develop' into fix/mopidy-spotify 2024-03-18 20:14:59 +13:00
09afa38852 Merge branch 'develop' of github.com:jaedb/Iris into develop 2024-03-18 20:13:26 +13:00
a4705267e6 Upgrading to Bookworm
- Also incorporating Mopidy-Spotify changes from @PureTryOut in #946
2024-03-18 20:11:57 +13:00
161c771d56 Upgrading to Node 18 2024-03-18 20:11:33 +13:00
5571ce0ba9 Merge pull request #939 from jaedb/feat/901-lyrics-manual-scroll
Feat/901 lyrics manual scroll
2024-03-16 20:17:19 +13:00
ad6b3d5d5a Add Subidy and WebM3U support
* Display the playlists provided by the Mopidy-Subidy and Mopidy-WebM3U extensions in addition to the ones provided by the built-in M3U plugin.
* Show artists and albums from the Mopidy-Subidy backend (served by a Subsonic server).
2024-03-14 04:32:50 +01:00
00266a8921 fix(docker): update mopidy-spotify to the latest release to adapt to Spotify API changes
https://github.com/mopidy/mopidy-spotify/issues/375
2024-03-13 12:46:13 +01:00
cea1bb8606 Sticky context menu to bottom, using flex 2024-01-05 15:30:13 +13:00
b5944144c0 Refining context menu and dropdown for mobile 2024-01-05 12:58:15 +13:00
7ac717f2d9 Add/remove library on mobile devices
- Hide from main view; it is available in the context menu
- Prevents horizontal scrolling
- Also reinstate mobile context menu dividers for quicker legibility
2024-01-05 12:02:56 +13:00
6f6ad998b0 useRef initial state 2024-01-03 21:34:33 +13:00
35e1eb2966 Use native scrolling for lyrics
- On mouse wheel scroll, disable autoscrolling until remounted
2024-01-03 21:30:58 +13:00
9b74d9b85a Hiding unnecessary background height on responsive; finalises #858 2024-01-03 20:30:43 +13:00
b11217350e Incorrect translation prop 2024-01-03 20:24:53 +13:00
14ffc940a1 Merge pull request #937 from magcode/master
Add hearthis browse background
2024-01-03 20:20:31 +13:00
62c4e063f8 Merge branch 'develop' 2024-01-03 10:55:35 +13:00
4dffccfbe5 Buildout and version bump 3.69.3 2024-01-03 10:55:15 +13:00
d8eedcb160 Handling of search filters
- Always display "no results" when a query is present
- Placeholder path for no sources selected (ensures URL retains structure)
- Fixes comment https://github.com/jaedb/Iris/issues/906#issuecomment-1776667496
2024-01-03 10:51:57 +13:00
ad1fe8ac50 Merge branch 'master' into develop 2024-01-02 20:44:34 +13:00
c6adfa7c93 add hearthis browse background 2023-12-14 19:27:45 +01:00
050e2323ed Adding healthcheck for Mopidy container 2023-12-02 20:03:08 +13:00
12a60b9cbf Upgrading docker compose with healtcheck
- Snapserver must wait until Mopidy is up and running before starting
- This ensures mpd accepts snapserver connection for snapserver controls
2023-10-28 08:31:35 +13:00
b48ccd9871 Manual version bump 3.69.2 2023-10-24 19:58:51 +13:00
c6d83dabf2 Adding missing : from translation keys 2023-10-24 19:41:46 +13:00
4d5657b0e5 Merge branch 'develop' 2023-10-24 19:34:52 +13:00
d48e01ca73 Merge pull request #923 from the-eduardo/master
Update Portuguese language file and corrected grammatical errors
2023-10-24 19:34:31 +13:00
00bd6d3bb1 Merge pull request #930 from Matthias84/patch-1
fix DE Titeln
2023-10-24 19:33:44 +13:00
b571d5f5e4 Merge pull request #922 from andy-lang/fix/system-script-typo
Fix typo in system.sh script
2023-10-24 19:33:13 +13:00
e152f2ae6f Merge branch 'develop' 2023-10-13 21:49:11 +13:00