Commit Graph

3288 Commits

Author SHA1 Message Date
bd06e6637b Merge pull request #1014 from tobast/tobast/pkg_resources_deprecation
Some checks failed
Release / jest (push) Failing after 2m54s
Release / Lint: check-manifest (push) Failing after 1m58s
Release / Lint: flake8 (push) Failing after 6s
Release / Test: Python 3.7 (push) Failing after 7s
Release / Publish: PyPi (push) Has been skipped
Release / Publish: Debian to DockerHub (push) Has been skipped
Release / Publish: Alpine to DockerHub (push) Has been skipped
Setuptools' pkg_resources deprecation: use packaging instead
2026-04-02 16:28:25 +13:00
6cc636657c Merge pull request #972 from auroraanna/master
Added missing doctype preamble.
2026-04-02 16:27:46 +13:00
b077e36eb5 Merge pull request #979 from itisFarzin/master
fix: ensure IRIS_USE_SUDO is treated as a boolean
2026-04-02 16:25:47 +13:00
6768aad304 Merge pull request #1015 from jaedb/master
Updating develop
2026-04-02 16:24:16 +13:00
7e52ac2159 Merge pull request #1008 from rnestler/fix/1007-update-nodejs-to-mainained-version
Update nodejs to v20
2026-04-02 16:23:44 +13:00
db7c0abec9 Merge pull request #1013 from talon-k/fix-podcast-track-sorting
Fix podcast track sorting for >999 episodes (pad disc_track to 6 digits)
2026-04-02 16:22:59 +13:00
7d6aecbdb9 Python: do not depend on setuptools' pkg_resources
Following its removal in setuptools v82
2026-03-23 23:26:23 +01:00
d92d31bd29 Fix podcast track sorting for >999 tracks by padding disc_track to 6 digits 2026-02-19 08:00:33 -06:00
75527006b1 Update Node.JS to v20 2025-12-12 21:40:02 +01:00
1a03cc32fd Update yarn.lock
This is the result of running yarn install.
2025-12-12 21:39:26 +01:00
d5039642e5 Merge branch 'develop' of github.com:jaedb/Iris into develop 2025-12-11 07:30:17 +00:00
7d41d6a23f Adding Mopidy-Tidal, explicit GST branch 2025-12-11 07:29:49 +00:00
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
8ef857ba7a Merge branch 'develop' 2025-09-04 10:18:30 +12: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
0b633fbb96 Changing licence identifier
- Fixes #964
2025-06-29 18:42:32 +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
eac68d36b3 Version bump 3.70.0 2025-05-03 21:49:29 +12:00
10653be47a Removing context prefix (Alpine) 2025-05-03 21:36:30 +12:00
438401cf6f Lint to match python version 2025-05-03 21:30:53 +12:00
b710167b9e Cache v4 2025-05-03 21:23:21 +12:00
0c9e77e098 Merge branch 'develop' 2025-05-03 21:20:53 +12:00
30c90a4734 Removing deprecated ubuntu runner 2025-05-03 21:20:32 +12:00
82964926b3 Merge pull request #990 from jaedb/develop
May 2025 catch-up
2025-05-03 21:15:25 +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
67f51b2fa4 fix: ensure IRIS_USE_SUDO is treated as a boolean 2024-12-25 17:22:15 +03:30
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
baafdb8644 Added missing doctype preamble. 2024-10-12 21:53:05 +02: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