Marvin Schenkel [Sat, 29 Jun 2024 12:30:27 +0000 (14:30 +0200)]
Apple Music: Fix tracks that are unavailable in the catalog + Fix tracks with no album data (#1425)
Fix tracks that are unavailable in the catalog
Jc2k [Sat, 29 Jun 2024 12:28:21 +0000 (13:28 +0100)]
Mypy: Get mypy passing on music_assistant.client (#1416)
John Carr [Wed, 26 Jun 2024 09:26:52 +0000 (10:26 +0100)]
Get mypy passing on music_assistant.client
Jc2k [Sat, 29 Jun 2024 11:54:35 +0000 (12:54 +0100)]
Avoid subshells when using check_output (#1412)
Jc2k [Sat, 29 Jun 2024 11:54:09 +0000 (12:54 +0100)]
Jellyfin: Add more test scaffolding. (#1403)
dependabot[bot] [Sat, 29 Jun 2024 09:58:12 +0000 (11:58 +0200)]
Bump ytmusicapi from 1.7.0 to 1.7.3 (#1406)
* Bump ytmusicapi from 1.7.0 to 1.7.3
Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.7.0 to 1.7.3.
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](https://github.com/sigma67/ytmusicapi/compare/1.7.0...1.7.3)
---
updated-dependencies:
- dependency-name: ytmusicapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update manifest.json
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
dependabot[bot] [Sat, 29 Jun 2024 09:57:30 +0000 (11:57 +0200)]
Bump ruff from 0.4.9 to 0.4.10 (#1408)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.9...v0.4.10)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sat, 29 Jun 2024 09:57:13 +0000 (11:57 +0200)]
Bump aiofiles from 23.2.1 to 24.1.0 (#1407)
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.2.1 to 24.1.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v23.2.1...v24.1.0)
---
updated-dependencies:
- dependency-name: aiofiles
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Santiago Soto [Sat, 29 Jun 2024 09:45:55 +0000 (06:45 -0300)]
Fix unload on snapcast (#1415)
Santiago Soto [Sat, 29 Jun 2024 09:39:06 +0000 (06:39 -0300)]
Snapcast fix sync to (#1423)
dependabot[bot] [Fri, 28 Jun 2024 12:24:33 +0000 (14:24 +0200)]
Bump docker/build-push-action from 6.1.0 to 6.2.0 (#1424)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
OzGav [Wed, 26 Jun 2024 17:14:31 +0000 (03:14 +1000)]
Some Typos in locales (#1420)
Typos
Marvin Schenkel [Wed, 26 Jun 2024 13:12:13 +0000 (15:12 +0200)]
YTMusic: Update YT DLP options to improve speed for resolving stream urls (#1417)
* Force ios client for ytdlp to improve performance
* Fix artist thumbs
John Carr [Tue, 25 Jun 2024 14:15:25 +0000 (15:15 +0100)]
Fixes
John Carr [Tue, 25 Jun 2024 12:56:04 +0000 (13:56 +0100)]
Avoid subshells when using check_output
tronikos [Tue, 25 Jun 2024 06:52:45 +0000 (23:52 -0700)]
Remove some unnecessary async and await in ytmusic (#1405)
Remove unnecessary async and await in ytmusic
micha91 [Mon, 24 Jun 2024 08:13:40 +0000 (10:13 +0200)]
Deezer: Fix Playback (#1404)
fix: deezer playback was broken due to wrong seek implementation
tronikos [Mon, 24 Jun 2024 08:01:11 +0000 (01:01 -0700)]
Switch from unmaintained pytube to yt-dlp. Check user is subscribed to YTM premium (#1387)
* Add option to use yt_dlp instead of pytube. yt_dlp is much slower but more reliable
* fix
* ruff
* Use format_selector to select bestaudio
* Add yt dlp as default stream resolver.
* Add check for YT Premium users.
* Remove unnecessary pytube log adjustment.
* Fix conflicts.
* fix return type and remove unused const
* use YTM_DOMAIN constant
* Disable quiet in yt_dlp for debug log level
* Catch DownloadError and raise UnplayableMediaError
* Check format_id that is likely to change than format
---------
Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
Marvin Schenkel [Sun, 23 Jun 2024 09:46:11 +0000 (11:46 +0200)]
Fix radio for playlists < 5 items. (#1401)
John Carr [Sun, 23 Jun 2024 07:18:28 +0000 (08:18 +0100)]
EOF lint
John Carr [Fri, 21 Jun 2024 15:14:01 +0000 (16:14 +0100)]
Jellyfin: Add test scaffolding.
Marvin Schenkel [Sat, 22 Jun 2024 11:36:03 +0000 (13:36 +0200)]
Fix playback for video based songs without artist info. (#1402)
Santiago Soto [Sat, 22 Jun 2024 10:15:41 +0000 (07:15 -0300)]
Snapcast add config built in server (#1399)
Jc2k [Sat, 22 Jun 2024 10:15:05 +0000 (11:15 +0100)]
Jellyfin: Add some basic parsing tests (#1397)
dependabot[bot] [Fri, 21 Jun 2024 18:02:10 +0000 (20:02 +0200)]
Bump docker/build-push-action from 6.0.1 to 6.1.0 (#1400)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.1...v6.1.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jc2k [Fri, 21 Jun 2024 17:54:31 +0000 (18:54 +0100)]
Tests: Add a 'mass' fixture (#1398)
Marcel van der Veldt [Fri, 21 Jun 2024 17:41:49 +0000 (19:41 +0200)]
fix fixture for tests
Marcel van der Veldt [Thu, 20 Jun 2024 21:49:38 +0000 (23:49 +0200)]
Tweak external ID compare
Marcel van der Veldt [Thu, 20 Jun 2024 15:32:43 +0000 (17:32 +0200)]
Fix musicbrainz recording id tag in mp3 files
Marcel van der Veldt [Thu, 20 Jun 2024 15:09:45 +0000 (17:09 +0200)]
fix queue name in error
Santiago Soto [Thu, 20 Jun 2024 14:26:18 +0000 (11:26 -0300)]
Snapcast: re-add update all clients on sync and unsync (#1395)
fix(snapcast): re-add update all clients on sync and unsync
OzGav [Thu, 20 Jun 2024 08:40:07 +0000 (18:40 +1000)]
Update Locales (#1394)
Jc2k [Wed, 19 Jun 2024 23:00:03 +0000 (00:00 +0100)]
Jellyfin: Get more artwork from the Jellyfin instance (#1393)
Santiago Soto [Wed, 19 Jun 2024 22:57:33 +0000 (19:57 -0300)]
Snapcast fix sync and unsync many (#1385)
Marcel van der Veldt [Wed, 19 Jun 2024 22:51:34 +0000 (00:51 +0200)]
A collection of small bugfixes and tweaks (#1392)
music-assistant-machine [Wed, 19 Jun 2024 22:51:03 +0000 (00:51 +0200)]
frontend-2.5.15 (#1391)
* Update pyproject.toml for 2.5.15
* Update requirements_all.txt for 2.5.15
Jc2k [Wed, 19 Jun 2024 22:49:32 +0000 (23:49 +0100)]
Jellyfin: Stricter typing (#1390)
Jc2k [Wed, 19 Jun 2024 18:52:31 +0000 (19:52 +0100)]
Jellyfin: Faster track fetching (#1383)
Marcel van der Veldt [Wed, 19 Jun 2024 17:21:04 +0000 (19:21 +0200)]
Improve library performance (#1389)
dependabot[bot] [Wed, 19 Jun 2024 09:32:17 +0000 (11:32 +0200)]
Bump docker/build-push-action from 6.0.0 to 6.0.1 (#1384)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Santiago Soto [Wed, 19 Jun 2024 09:30:34 +0000 (06:30 -0300)]
Fix unsync when master off (#1386)
Melvyn Harbour [Wed, 19 Jun 2024 09:26:21 +0000 (10:26 +0100)]
Prevent overwriting album_tracks table (#1388)
Jc2k [Tue, 18 Jun 2024 15:09:58 +0000 (16:09 +0100)]
Jellyfin: Add pagination for get_library_albums and get_library_artists (#1380)
Jc2k [Tue, 18 Jun 2024 15:08:58 +0000 (16:08 +0100)]
Jellyfin: Make SSL verification optional, but on by default (#1382)
Melvyn Harbour [Tue, 18 Jun 2024 14:35:37 +0000 (15:35 +0100)]
Add index on timestamp_added (#1381)
John Carr [Tue, 18 Jun 2024 14:17:12 +0000 (15:17 +0100)]
Jellyfin: Make SSL verification optional, but on by default
John Carr [Tue, 18 Jun 2024 09:26:08 +0000 (10:26 +0100)]
Jellyfin: Add pagination for get_library_albums and get_library_artists
Jc2k [Tue, 18 Jun 2024 06:08:28 +0000 (07:08 +0100)]
Jellyfin: Make less http requests (#1379)
dependabot[bot] [Mon, 17 Jun 2024 18:05:27 +0000 (20:05 +0200)]
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#1372)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 17 Jun 2024 18:05:08 +0000 (20:05 +0200)]
Bump docker/build-push-action from 5.4.0 to 6.0.0 (#1373)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 17 Jun 2024 18:04:52 +0000 (20:04 +0200)]
Bump ruff from 0.4.8 to 0.4.9 (#1374)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.8...v0.4.9)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 17 Jun 2024 18:04:40 +0000 (20:04 +0200)]
Bump hass-client from 1.1.0 to 2.0.0 (#1376)
* Bump hass-client from 1.1.0 to 2.0.0
Bumps hass-client from 1.1.0 to 2.0.0.
---
updated-dependencies:
- dependency-name: hass-client
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update manifest.json
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
dependabot[bot] [Mon, 17 Jun 2024 17:49:53 +0000 (19:49 +0200)]
Bump orjson from 3.10.4 to 3.10.5 (#1375)
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.4 to 3.10.5.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.10.4...3.10.5)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Melvyn Harbour [Mon, 17 Jun 2024 17:48:03 +0000 (18:48 +0100)]
Force comparison of MBID (#1370)
dependabot[bot] [Mon, 17 Jun 2024 17:37:56 +0000 (19:37 +0200)]
Bump mashumaro from 3.13 to 3.13.1 (#1378)
Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.13 to 3.13.1.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.13...v3.13.1)
---
updated-dependencies:
- dependency-name: mashumaro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jc2k [Mon, 17 Jun 2024 17:37:03 +0000 (18:37 +0100)]
Jellyfin: Typing improvements (#1371)
Jozef Kruszynski [Mon, 17 Jun 2024 06:48:34 +0000 (08:48 +0200)]
Fix a typing issue in the client. (#1368)
Jc2k [Sun, 16 Jun 2024 21:28:21 +0000 (22:28 +0100)]
Jellyfin: Drop all synchronous HTTP and use aiohttp instread (#1362)
music-assistant-machine [Sat, 15 Jun 2024 07:32:16 +0000 (09:32 +0200)]
frontend-2.5.14 (#1366)
* Update pyproject.toml for 2.5.14
* Update requirements_all.txt for 2.5.14
---------
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Marcel van der Veldt [Sat, 15 Jun 2024 07:26:23 +0000 (09:26 +0200)]
Revert "Bump ytmusicapi from 1.7.0 to 1.7.3" (#1367)
Revert "Bump ytmusicapi from 1.7.0 to 1.7.3 (#1341)"
This reverts commit
348e3803fd60ef054b00c5ae7b328e6c33754837.
Marcel van der Veldt [Sat, 15 Jun 2024 07:23:46 +0000 (09:23 +0200)]
Merge branch 'main' of https://github.com/music-assistant/server
Marcel van der Veldt [Sat, 15 Jun 2024 07:23:38 +0000 (09:23 +0200)]
Prevent duplicate album tracks
dependabot[bot] [Sat, 15 Jun 2024 06:56:33 +0000 (08:56 +0200)]
Bump ytmusicapi from 1.7.0 to 1.7.3 (#1341)
Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.7.0 to 1.7.3.
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](https://github.com/sigma67/ytmusicapi/compare/1.7.0...1.7.3)
---
updated-dependencies:
- dependency-name: ytmusicapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Marcel van der Veldt [Sat, 15 Jun 2024 05:34:07 +0000 (07:34 +0200)]
Ignore commands to sonos players if not available
Marcel van der Veldt [Sat, 15 Jun 2024 05:18:08 +0000 (07:18 +0200)]
Let ffmpeg auto detect the content type
Marcel van der Veldt [Fri, 14 Jun 2024 21:16:00 +0000 (23:16 +0200)]
Mark players unavailable if provider is unloaded
dependabot[bot] [Fri, 14 Jun 2024 21:04:52 +0000 (23:04 +0200)]
Bump ruff from 0.4.4 to 0.4.8 (#1343)
* Bump ruff from 0.4.4 to 0.4.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.8.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.8)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* lint
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Marcel van der Veldt [Fri, 14 Jun 2024 21:04:34 +0000 (23:04 +0200)]
Fixed volume fixes (#1365)
* Do not set volume_set feature when Sonos player had fixed volume
* Fix group volume when child player has fixed volume
Marcel van der Veldt [Fri, 14 Jun 2024 20:08:46 +0000 (22:08 +0200)]
Auto retry provider load if its unavailable or the connection gets lost (#1364)
Santiago Soto [Fri, 14 Jun 2024 19:58:33 +0000 (16:58 -0300)]
Snapcast add guard for sync_many on cmd_sync (#1363)
refactor cmd_sync
Marcel van der Veldt [Fri, 14 Jun 2024 11:57:37 +0000 (13:57 +0200)]
Fix race condition causing a (potential) endless loop (#1361)
Santiago Soto [Fri, 14 Jun 2024 09:48:55 +0000 (06:48 -0300)]
Fix snapcast group child (#1360)
fix group childs
Marcel van der Veldt [Fri, 14 Jun 2024 09:47:12 +0000 (11:47 +0200)]
fix test
Marcel van der Veldt [Fri, 14 Jun 2024 06:00:18 +0000 (08:00 +0200)]
Fix enqueue more than 50 tracks
music-assistant-machine [Thu, 13 Jun 2024 22:28:32 +0000 (00:28 +0200)]
frontend-2.5.13 (#1358)
* Update pyproject.toml for 2.5.13
* Update requirements_all.txt for 2.5.13
Marcel van der Veldt [Thu, 13 Jun 2024 22:28:00 +0000 (00:28 +0200)]
some tweaks to the hass provider
Marcel van der Veldt [Thu, 13 Jun 2024 22:14:34 +0000 (00:14 +0200)]
more fixes for playback and enqueuing
Marcel van der Veldt [Thu, 13 Jun 2024 19:40:45 +0000 (21:40 +0200)]
Fixes for announcements
Marcel van der Veldt [Thu, 13 Jun 2024 16:49:36 +0000 (18:49 +0200)]
Fix pause on grouped airplay players
Marcel van der Veldt [Thu, 13 Jun 2024 15:38:26 +0000 (17:38 +0200)]
Merge branch 'main' of https://github.com/music-assistant/server
Marcel van der Veldt [Thu, 13 Jun 2024 15:15:07 +0000 (17:15 +0200)]
fix small typo
Jc2k [Thu, 13 Jun 2024 14:55:19 +0000 (15:55 +0100)]
Enforce line endings (#1357)
Marcel van der Veldt [Thu, 13 Jun 2024 13:09:29 +0000 (15:09 +0200)]
fix browse on filesystem
Marcel van der Veldt [Thu, 13 Jun 2024 12:48:27 +0000 (14:48 +0200)]
Playback/enqueue fixes (#1355)
* Fix playback state on Fully Kiosk players
* tweaks
Marcel van der Veldt [Thu, 13 Jun 2024 12:48:13 +0000 (14:48 +0200)]
Fix issues with paged listings (#1356)
Jc2k [Thu, 13 Jun 2024 12:32:34 +0000 (13:32 +0100)]
Jellyfin: Fetch favorite userdata into library (#1353)
Jc2k [Thu, 13 Jun 2024 12:31:28 +0000 (13:31 +0100)]
Jellyfin: Don't adjust logging level of unrelated providers dependencies (#1354)
Eric Munson [Wed, 12 Jun 2024 17:41:12 +0000 (13:41 -0400)]
Subsonic: Extend favorites to tracks, and podcast channels and episodes (#1352)
These all support or will support starring (in subsonic, favoriting in
MA) so this commit extends those stars to favorites.
Signed-off-by: Eric B Munson <eric@munsonfam.org>
Marvin Schenkel [Wed, 12 Jun 2024 17:40:15 +0000 (19:40 +0200)]
Apple Music: Fixed lots of metadata related issues (#1351)
Fixed lots of metadata related issues.
Santiago Soto [Wed, 12 Jun 2024 10:09:08 +0000 (07:09 -0300)]
Revert "Fix snapcast player unsync when master off" (#1350)
Marcel van der Veldt [Wed, 12 Jun 2024 09:10:25 +0000 (11:10 +0200)]
mark cliraop binary executable for aarch64
music-assistant-machine [Tue, 11 Jun 2024 19:27:10 +0000 (21:27 +0200)]
frontend-2.5.12 (#1349)
* Update pyproject.toml for 2.5.12
* Update requirements_all.txt for 2.5.12
Marcel van der Veldt [Tue, 11 Jun 2024 19:26:49 +0000 (21:26 +0200)]
Several small bugfixes (#1348)
Santiago Soto [Tue, 11 Jun 2024 19:23:19 +0000 (16:23 -0300)]
Fix snapcast player unsync when master off (#1347)
dependabot[bot] [Tue, 11 Jun 2024 10:14:40 +0000 (12:14 +0200)]
Bump orjson from 3.10.3 to 3.10.4 (#1344)
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.10.3...3.10.4)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Santiago Soto [Tue, 11 Jun 2024 10:14:28 +0000 (07:14 -0300)]
Fix Snapcast types (#1346)
Fix types
Santiago Soto [Tue, 11 Jun 2024 10:14:12 +0000 (07:14 -0300)]
Refactor SnapCastProvider cmd_volume_set method (#1324)
dependabot[bot] [Mon, 10 Jun 2024 22:00:31 +0000 (00:00 +0200)]
Bump certifi from 2024.2.2 to 2024.6.2 (#1342)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 10 Jun 2024 22:00:18 +0000 (00:00 +0200)]
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#1345)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 10 Jun 2024 22:00:03 +0000 (00:00 +0200)]
Bump cryptography from 42.0.7 to 42.0.8 (#1340)
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 42.0.8.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.7...42.0.8)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>