f6fcd99ab8
Merge pull request #1003 from jojo141185/mopidy-alpha-compatibility
...
fix: Ensure compatibility with Mopidy v4
2025-09-09 09:31:40 +12:00
4954f6de54
fix: Resolve Mopidy v4 ModuleNotFoundError on startup
...
The Mopidy v4.0 development versions have removed the `mopidy.models.serialize` module, which causes a `ModuleNotFoundError` in Iris on startup.
This commit introduces a check to detect the Mopidy version. It conditionally uses the new Pydantic `.model_dump()` method for serialization on v4 while falling back to the legacy `ModelJSONEncoder` for older versions. This makes Iris compatible with both Mopidy v3 and the new v4 pre-releases.
2025-09-06 10:10:03 +00:00
19cd70533c
Merge pull request #992 from DavisNT/fixurlenc
...
Use RFC 4648 section 5 URL-safe Base64 for URL encoding
2025-09-01 07:58:41 +12:00
e86a021b8e
Use RFC 4648 s.5 URL-safe Base64 for URL encoding
...
Switch to RFC 4648 Base 64 Encoding with URL and Filename Safe Alphabet.
https://en.wikipedia.org/wiki/Base64#Variants_summary_table
https://datatracker.ietf.org/doc/html/rfc4648#section-5
Before this change certain Mopidy backend URIs when encoded contained
forward slashes. The forward slashes prevented those URIs from being
loaded.
2025-05-04 16:10:52 +03:00
30c90a4734
Removing deprecated ubuntu runner
2025-05-03 21:20:32 +12:00
c279e5def4
Merge branch 'develop' of github.com:jaedb/Iris into develop
2025-05-03 21:08:55 +12:00
90bd430752
Use kingosticks gst fork
...
- Need to use this fork for compatible GST plugin
- See https://github.com/mopidy/mopidy-spotify?tab=readme-ov-file#dependencies
2025-05-03 21:08:11 +12:00
0690e9f69c
Merge pull request #976 from antonnyst/asloaded
...
Add 'as loaded' sort ordering
2025-05-02 12:53:58 +12:00
ad12df5335
Merge pull request #947 from mgoltzsche/add-playlist-uri-schemes
...
Add Subidy and WebM3U support
2025-05-02 12:52:32 +12:00
9e321634a1
Add 'as loaded' sort ordering
2024-11-18 15:15:54 +01:00
29ef336623
Merge pull request #956 from PureTryOut/feat/alpine-image
...
feat(docker): build both amd64 and arm64 images, and an Alpine-based one
2024-11-16 22:09:54 +13:00
b957b20aea
Merge pull request #965 from M0Rf30/master
...
Update Italian localization
2024-11-16 22:08:34 +13:00
46c30df713
Upgrade spotify to 5.0.0a3
2024-11-16 22:08:18 +13:00
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