music-assistant-server.git
21 months agoLimit coverage to music_assistant module
John Carr [Tue, 25 Jun 2024 08:03:15 +0000 (09:03 +0100)]
Limit coverage to music_assistant module

21 months agoDouble check external ID comparison (#1411)
Melvyn Harbour [Sat, 29 Jun 2024 12:34:38 +0000 (13:34 +0100)]
Double check external ID comparison (#1411)

21 months agoBump async-upnp-client from 0.38.3 to 0.39.0 (#1409)
dependabot[bot] [Sat, 29 Jun 2024 12:34:00 +0000 (14:34 +0200)]
Bump async-upnp-client from 0.38.3 to 0.39.0 (#1409)

* Bump async-upnp-client from 0.38.3 to 0.39.0

Bumps [async-upnp-client](https://github.com/StevenLooman/async_upnp_client) from 0.38.3 to 0.39.0.
- [Changelog](https://github.com/StevenLooman/async_upnp_client/blob/development/CHANGES.rst)
- [Commits](https://github.com/StevenLooman/async_upnp_client/compare/0.38.3...0.39.0)

---
updated-dependencies:
- dependency-name: async-upnp-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
21 months agoApple Music: Fix tracks that are unavailable in the catalog + Fix tracks with no...
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

21 months agoMypy: Get mypy passing on music_assistant.client (#1416)
Jc2k [Sat, 29 Jun 2024 12:28:21 +0000 (13:28 +0100)]
Mypy: Get mypy passing on music_assistant.client (#1416)

21 months agoGet mypy passing on music_assistant.client
John Carr [Wed, 26 Jun 2024 09:26:52 +0000 (10:26 +0100)]
Get mypy passing on music_assistant.client

21 months agoAvoid subshells when using check_output (#1412)
Jc2k [Sat, 29 Jun 2024 11:54:35 +0000 (12:54 +0100)]
Avoid subshells when using check_output (#1412)

21 months agoJellyfin: Add more test scaffolding. (#1403)
Jc2k [Sat, 29 Jun 2024 11:54:09 +0000 (12:54 +0100)]
Jellyfin: Add more test scaffolding. (#1403)

21 months agoBump ytmusicapi from 1.7.0 to 1.7.3 (#1406)
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>
21 months agoBump ruff from 0.4.9 to 0.4.10 (#1408)
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>
21 months agoBump aiofiles from 23.2.1 to 24.1.0 (#1407)
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>
21 months agoFix unload on snapcast (#1415)
Santiago Soto [Sat, 29 Jun 2024 09:45:55 +0000 (06:45 -0300)]
Fix unload on snapcast (#1415)

21 months agoSnapcast fix sync to (#1423)
Santiago Soto [Sat, 29 Jun 2024 09:39:06 +0000 (06:39 -0300)]
Snapcast fix sync to (#1423)

21 months agoBump docker/build-push-action from 6.1.0 to 6.2.0 (#1424)
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>
21 months agoSome Typos in locales (#1420)
OzGav [Wed, 26 Jun 2024 17:14:31 +0000 (03:14 +1000)]
Some Typos in locales (#1420)

Typos

21 months agoYTMusic: Update YT DLP options to improve speed for resolving stream urls (#1417)
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

21 months agoFixes
John Carr [Tue, 25 Jun 2024 14:15:25 +0000 (15:15 +0100)]
Fixes

21 months agoAvoid subshells when using check_output
John Carr [Tue, 25 Jun 2024 12:56:04 +0000 (13:56 +0100)]
Avoid subshells when using check_output

21 months agoRemove some unnecessary async and await in ytmusic (#1405)
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

21 months agoDeezer: Fix Playback (#1404)
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

21 months agoSwitch from unmaintained pytube to yt-dlp. Check user is subscribed to YTM premium...
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>
21 months agoFix radio for playlists < 5 items. (#1401)
Marvin Schenkel [Sun, 23 Jun 2024 09:46:11 +0000 (11:46 +0200)]
Fix radio for playlists < 5 items. (#1401)

21 months agoEOF lint
John Carr [Sun, 23 Jun 2024 07:18:28 +0000 (08:18 +0100)]
EOF lint

21 months agoJellyfin: Add test scaffolding.
John Carr [Fri, 21 Jun 2024 15:14:01 +0000 (16:14 +0100)]
Jellyfin: Add test scaffolding.

21 months agoFix playback for video based songs without artist info. (#1402)
Marvin Schenkel [Sat, 22 Jun 2024 11:36:03 +0000 (13:36 +0200)]
Fix playback for video based songs without artist info. (#1402)

21 months agoSnapcast add config built in server (#1399)
Santiago Soto [Sat, 22 Jun 2024 10:15:41 +0000 (07:15 -0300)]
Snapcast add config built in server (#1399)

21 months agoJellyfin: Add some basic parsing tests (#1397)
Jc2k [Sat, 22 Jun 2024 10:15:05 +0000 (11:15 +0100)]
Jellyfin: Add some basic parsing tests (#1397)

21 months agoBump docker/build-push-action from 6.0.1 to 6.1.0 (#1400)
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>
21 months agoTests: Add a 'mass' fixture (#1398)
Jc2k [Fri, 21 Jun 2024 17:54:31 +0000 (18:54 +0100)]
Tests: Add a 'mass' fixture (#1398)

21 months agofix fixture for tests
Marcel van der Veldt [Fri, 21 Jun 2024 17:41:49 +0000 (19:41 +0200)]
fix fixture for tests

21 months agoTweak external ID compare
Marcel van der Veldt [Thu, 20 Jun 2024 21:49:38 +0000 (23:49 +0200)]
Tweak external ID compare

21 months agoFix musicbrainz recording id tag in mp3 files
Marcel van der Veldt [Thu, 20 Jun 2024 15:32:43 +0000 (17:32 +0200)]
Fix musicbrainz recording id tag in mp3 files

21 months agofix queue name in error
Marcel van der Veldt [Thu, 20 Jun 2024 15:09:45 +0000 (17:09 +0200)]
fix queue name in error

21 months agoSnapcast: re-add update all clients on sync and unsync (#1395)
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

21 months agoUpdate Locales (#1394)
OzGav [Thu, 20 Jun 2024 08:40:07 +0000 (18:40 +1000)]
Update Locales (#1394)

21 months agoJellyfin: Get more artwork from the Jellyfin instance (#1393)
Jc2k [Wed, 19 Jun 2024 23:00:03 +0000 (00:00 +0100)]
Jellyfin: Get more artwork from the Jellyfin instance (#1393)

21 months agoSnapcast fix sync and unsync many (#1385)
Santiago Soto [Wed, 19 Jun 2024 22:57:33 +0000 (19:57 -0300)]
Snapcast fix sync and unsync many (#1385)

21 months agoA collection of small bugfixes and tweaks (#1392)
Marcel van der Veldt [Wed, 19 Jun 2024 22:51:34 +0000 (00:51 +0200)]
A collection of small bugfixes and tweaks (#1392)

21 months agofrontend-2.5.15 (#1391)
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

21 months agoJellyfin: Stricter typing (#1390)
Jc2k [Wed, 19 Jun 2024 22:49:32 +0000 (23:49 +0100)]
Jellyfin: Stricter typing (#1390)

21 months agoJellyfin: Faster track fetching (#1383)
Jc2k [Wed, 19 Jun 2024 18:52:31 +0000 (19:52 +0100)]
Jellyfin: Faster track fetching (#1383)

21 months agoImprove library performance (#1389)
Marcel van der Veldt [Wed, 19 Jun 2024 17:21:04 +0000 (19:21 +0200)]
Improve library performance (#1389)

21 months agoBump docker/build-push-action from 6.0.0 to 6.0.1 (#1384)
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>
21 months agoFix unsync when master off (#1386)
Santiago Soto [Wed, 19 Jun 2024 09:30:34 +0000 (06:30 -0300)]
Fix unsync when master off (#1386)

21 months agoPrevent overwriting album_tracks table (#1388)
Melvyn Harbour [Wed, 19 Jun 2024 09:26:21 +0000 (10:26 +0100)]
Prevent overwriting album_tracks table (#1388)

21 months agoJellyfin: Add pagination for get_library_albums and get_library_artists (#1380)
Jc2k [Tue, 18 Jun 2024 15:09:58 +0000 (16:09 +0100)]
Jellyfin: Add pagination for get_library_albums and get_library_artists (#1380)

21 months agoJellyfin: Make SSL verification optional, but on by default (#1382)
Jc2k [Tue, 18 Jun 2024 15:08:58 +0000 (16:08 +0100)]
Jellyfin: Make SSL verification optional, but on by default (#1382)

21 months agoAdd index on timestamp_added (#1381)
Melvyn Harbour [Tue, 18 Jun 2024 14:35:37 +0000 (15:35 +0100)]
Add index on timestamp_added (#1381)

21 months agoJellyfin: Make SSL verification optional, but on by default
John Carr [Tue, 18 Jun 2024 14:17:12 +0000 (15:17 +0100)]
Jellyfin: Make SSL verification optional, but on by default

21 months agoJellyfin: Add pagination for get_library_albums and get_library_artists
John Carr [Tue, 18 Jun 2024 09:26:08 +0000 (10:26 +0100)]
Jellyfin: Add pagination for get_library_albums and get_library_artists

21 months agoJellyfin: Make less http requests (#1379)
Jc2k [Tue, 18 Jun 2024 06:08:28 +0000 (07:08 +0100)]
Jellyfin: Make less http requests (#1379)

21 months agoBump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#1372)
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>
21 months agoBump docker/build-push-action from 5.4.0 to 6.0.0 (#1373)
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>
21 months agoBump ruff from 0.4.8 to 0.4.9 (#1374)
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>
21 months agoBump hass-client from 1.1.0 to 2.0.0 (#1376)
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>
21 months agoBump orjson from 3.10.4 to 3.10.5 (#1375)
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>
21 months agoForce comparison of MBID (#1370)
Melvyn Harbour [Mon, 17 Jun 2024 17:48:03 +0000 (18:48 +0100)]
Force comparison of MBID (#1370)

21 months agoBump mashumaro from 3.13 to 3.13.1 (#1378)
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>
21 months agoJellyfin: Typing improvements (#1371)
Jc2k [Mon, 17 Jun 2024 17:37:03 +0000 (18:37 +0100)]
Jellyfin: Typing improvements (#1371)

21 months agoFix a typing issue in the client. (#1368)
Jozef Kruszynski [Mon, 17 Jun 2024 06:48:34 +0000 (08:48 +0200)]
Fix a typing issue in the client. (#1368)

21 months agoJellyfin: Drop all synchronous HTTP and use aiohttp instread (#1362)
Jc2k [Sun, 16 Jun 2024 21:28:21 +0000 (22:28 +0100)]
Jellyfin: Drop all synchronous HTTP and use aiohttp instread (#1362)

21 months agofrontend-2.5.14 (#1366)
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>
21 months agoRevert "Bump ytmusicapi from 1.7.0 to 1.7.3" (#1367)
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.

21 months agoMerge branch 'main' of https://github.com/music-assistant/server
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

21 months agoPrevent duplicate album tracks
Marcel van der Veldt [Sat, 15 Jun 2024 07:23:38 +0000 (09:23 +0200)]
Prevent duplicate album tracks

21 months agoBump ytmusicapi from 1.7.0 to 1.7.3 (#1341)
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>
21 months agoIgnore commands to sonos players if not available
Marcel van der Veldt [Sat, 15 Jun 2024 05:34:07 +0000 (07:34 +0200)]
Ignore commands to sonos players if not available

21 months agoLet ffmpeg auto detect the content type
Marcel van der Veldt [Sat, 15 Jun 2024 05:18:08 +0000 (07:18 +0200)]
Let ffmpeg auto detect the content type

21 months agoMark players unavailable if provider is unloaded
Marcel van der Veldt [Fri, 14 Jun 2024 21:16:00 +0000 (23:16 +0200)]
Mark players unavailable if provider is unloaded

21 months agoBump ruff from 0.4.4 to 0.4.8 (#1343)
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>
21 months agoFixed volume fixes (#1365)
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

21 months agoAuto retry provider load if its unavailable or the connection gets lost (#1364)
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)

21 months agoSnapcast add guard for sync_many on cmd_sync (#1363)
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

21 months agoFix race condition causing a (potential) endless loop (#1361)
Marcel van der Veldt [Fri, 14 Jun 2024 11:57:37 +0000 (13:57 +0200)]
Fix race condition causing a (potential) endless loop (#1361)

21 months agoFix snapcast group child (#1360)
Santiago Soto [Fri, 14 Jun 2024 09:48:55 +0000 (06:48 -0300)]
Fix snapcast group child  (#1360)

fix group childs

21 months agofix test
Marcel van der Veldt [Fri, 14 Jun 2024 09:47:12 +0000 (11:47 +0200)]
fix test

21 months agoFix enqueue more than 50 tracks
Marcel van der Veldt [Fri, 14 Jun 2024 06:00:18 +0000 (08:00 +0200)]
Fix enqueue more than 50 tracks

21 months agofrontend-2.5.13 (#1358)
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

21 months agosome tweaks to the hass provider
Marcel van der Veldt [Thu, 13 Jun 2024 22:28:00 +0000 (00:28 +0200)]
some tweaks to the hass provider

21 months agomore fixes for playback and enqueuing
Marcel van der Veldt [Thu, 13 Jun 2024 22:14:34 +0000 (00:14 +0200)]
more fixes for playback and enqueuing

21 months agoFixes for announcements
Marcel van der Veldt [Thu, 13 Jun 2024 19:40:45 +0000 (21:40 +0200)]
Fixes for announcements

22 months agoFix pause on grouped airplay players
Marcel van der Veldt [Thu, 13 Jun 2024 16:49:36 +0000 (18:49 +0200)]
Fix pause on grouped airplay players

22 months agoMerge branch 'main' of https://github.com/music-assistant/server
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

22 months agofix small typo
Marcel van der Veldt [Thu, 13 Jun 2024 15:15:07 +0000 (17:15 +0200)]
fix small typo

22 months agoEnforce line endings (#1357)
Jc2k [Thu, 13 Jun 2024 14:55:19 +0000 (15:55 +0100)]
Enforce line endings (#1357)

22 months agofix browse on filesystem
Marcel van der Veldt [Thu, 13 Jun 2024 13:09:29 +0000 (15:09 +0200)]
fix browse on filesystem

22 months agoPlayback/enqueue fixes (#1355)
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

22 months agoFix issues with paged listings (#1356)
Marcel van der Veldt [Thu, 13 Jun 2024 12:48:13 +0000 (14:48 +0200)]
Fix issues with paged listings (#1356)

22 months agoJellyfin: Fetch favorite userdata into library (#1353)
Jc2k [Thu, 13 Jun 2024 12:32:34 +0000 (13:32 +0100)]
Jellyfin: Fetch favorite userdata into library (#1353)

22 months agoJellyfin: Don't adjust logging level of unrelated providers dependencies (#1354)
Jc2k [Thu, 13 Jun 2024 12:31:28 +0000 (13:31 +0100)]
Jellyfin: Don't adjust logging level of unrelated providers dependencies (#1354)

22 months agoSubsonic: Extend favorites to tracks, and podcast channels and episodes (#1352)
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>
22 months agoApple Music: Fixed lots of metadata related issues (#1351)
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.

22 months agoRevert "Fix snapcast player unsync when master off" (#1350)
Santiago Soto [Wed, 12 Jun 2024 10:09:08 +0000 (07:09 -0300)]
Revert "Fix snapcast player unsync when master off" (#1350)

22 months agomark cliraop binary executable for aarch64
Marcel van der Veldt [Wed, 12 Jun 2024 09:10:25 +0000 (11:10 +0200)]
mark cliraop binary executable for aarch64

22 months agofrontend-2.5.12 (#1349)
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

22 months agoSeveral small bugfixes (#1348)
Marcel van der Veldt [Tue, 11 Jun 2024 19:26:49 +0000 (21:26 +0200)]
Several small bugfixes (#1348)

22 months agoFix snapcast player unsync when master off (#1347)
Santiago Soto [Tue, 11 Jun 2024 19:23:19 +0000 (16:23 -0300)]
Fix snapcast player unsync when master off (#1347)

22 months agoBump orjson from 3.10.3 to 3.10.4 (#1344)
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>
22 months agoFix Snapcast types (#1346)
Santiago Soto [Tue, 11 Jun 2024 10:14:28 +0000 (07:14 -0300)]
Fix Snapcast types (#1346)

Fix types

22 months agoRefactor SnapCastProvider cmd_volume_set method (#1324)
Santiago Soto [Tue, 11 Jun 2024 10:14:12 +0000 (07:14 -0300)]
Refactor SnapCastProvider cmd_volume_set method (#1324)