music-assistant-server.git
13 months agoFix: don't crash on malformed loudness value
Marcel van der Veldt [Sun, 9 Mar 2025 17:08:25 +0000 (18:08 +0100)]
Fix: don't crash on malformed loudness value

13 months agoRename the slimproto provider to squeezelite (#2015)
Marcel van der Veldt [Sun, 9 Mar 2025 14:18:39 +0000 (15:18 +0100)]
Rename the slimproto provider to squeezelite (#2015)

13 months agoAdd ListenBrainz scrobbler provider (#2008)
Ian Campbell [Sun, 9 Mar 2025 14:15:43 +0000 (14:15 +0000)]
Add ListenBrainz scrobbler provider (#2008)

Add listenbrainz scrobbler

13 months agoAdd pkce to Tidal provider's manifest requirements (#2013)
Jozef Kruszynski [Sun, 9 Mar 2025 14:14:59 +0000 (15:14 +0100)]
Add pkce to Tidal provider's manifest requirements (#2013)

fix: add pkce to tidal manifest requirements

13 months agoFix: ensure the source attribute gets restored after playback of announcement
Marcel van der Veldt [Sun, 9 Mar 2025 00:40:12 +0000 (01:40 +0100)]
Fix: ensure the source attribute gets restored after playback of announcement

13 months agoFix Subsonic: Use transcode metadata when present (#2011)
Eric Munson [Sat, 8 Mar 2025 23:51:18 +0000 (18:51 -0500)]
Fix Subsonic: Use transcode metadata when present (#2011)

Use transcode metadata when present

When transcoding, a server should fill out the transcode_content_type
field when metadata for a track is requested. If this field is present
we need to use it instead of the on disk format.

Fixes: https://github.com/music-assistant/support/issues/3586
Signed-off-by: Eric B Munson <eric@munsonfam.org>
13 months agoTidal provider maintenance: add tidaluser class (#2010)
Jozef Kruszynski [Sat, 8 Mar 2025 23:50:39 +0000 (00:50 +0100)]
Tidal provider maintenance: add tidaluser class (#2010)

13 months agoFix: always use fallback default supported samplerate for esphome player
Marcel van der Veldt [Sat, 8 Mar 2025 00:31:38 +0000 (01:31 +0100)]
Fix: always use fallback default supported samplerate for esphome player

13 months agoFix: prevent high cpu when filling cache
Marcel van der Veldt [Fri, 7 Mar 2025 23:55:24 +0000 (00:55 +0100)]
Fix: prevent high cpu when filling cache

yield to eventloop to allow headroom for other tasks to be executed

13 months agoAdd coloured lastfm icon
OzGav [Fri, 7 Mar 2025 11:20:41 +0000 (21:20 +1000)]
Add coloured lastfm icon

13 months agoRename icon.svg to icon_monochrome.svg
OzGav [Fri, 7 Mar 2025 11:20:19 +0000 (22:20 +1100)]
Rename icon.svg to icon_monochrome.svg

13 months agoAdd advanced networking (list of IPs) to Sonos S1 provider (#1988)
Matt Blum [Fri, 7 Mar 2025 09:02:00 +0000 (03:02 -0600)]
Add advanced networking (list of IPs) to Sonos S1 provider (#1988)

13 months agoFix: Missing `MULTI_DEVICE_DSP` in player groups (#2007)
Maxim Raznatovski [Fri, 7 Mar 2025 08:56:31 +0000 (09:56 +0100)]
Fix: Missing `MULTI_DEVICE_DSP` in player groups (#2007)

Fix: Missing `MULTI_DEVICE_DSP` on player groups

13 months agoFix: make ffmpeg log less verbose
Marcel van der Veldt [Fri, 7 Mar 2025 08:42:02 +0000 (09:42 +0100)]
Fix: make ffmpeg log less verbose

13 months agoFix broken links in DEVELOPMENT.md (#2006)
jdelaney72 [Fri, 7 Mar 2025 07:58:50 +0000 (23:58 -0800)]
Fix broken links in DEVELOPMENT.md (#2006)

13 months agoUpdate manifest.json
OzGav [Fri, 7 Mar 2025 04:36:58 +0000 (15:36 +1100)]
Update manifest.json

13 months agoAdd LastFM Audio Scrobbler plugin provider (#1850)
Willem-Jan Zijderveld [Fri, 7 Mar 2025 00:20:41 +0000 (01:20 +0100)]
Add LastFM Audio Scrobbler plugin provider (#1850)

13 months agoFix: prevent snapcast restarting when mass is shutting down
Marcel van der Veldt [Fri, 7 Mar 2025 00:14:19 +0000 (01:14 +0100)]
Fix: prevent snapcast restarting when mass is shutting down

13 months agoFix: ignore volume adjustments in announcement if strategy is none
Marcel van der Veldt [Thu, 6 Mar 2025 22:34:54 +0000 (23:34 +0100)]
Fix: ignore volume adjustments in announcement if strategy is none

13 months agoFix: hide disabled and removed providers from inprogress widgets
Marcel van der Veldt [Thu, 6 Mar 2025 21:53:04 +0000 (22:53 +0100)]
Fix: hide disabled and removed providers from inprogress widgets

13 months agoFix: extremely short audio clips are not working
Marcel van der Veldt [Thu, 6 Mar 2025 18:16:20 +0000 (19:16 +0100)]
Fix: extremely short audio clips are not working

13 months agoMerge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Thu, 6 Mar 2025 18:15:57 +0000 (19:15 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev

13 months agoEnhancement: Migrate manual discovery IP's to dedicated config entry
Marcel van der Veldt [Thu, 6 Mar 2025 18:15:51 +0000 (19:15 +0100)]
Enhancement: Migrate manual discovery IP's to dedicated config entry

13 months agoTidal: replace generic exceptions with specifics (#2005)
Jozef Kruszynski [Thu, 6 Mar 2025 18:08:32 +0000 (19:08 +0100)]
Tidal: replace generic exceptions with specifics (#2005)

refactor(exception-handlng): replace generic exceptions with specifics

13 months agoTidal: remove unnecessary error handling decorator (#2004)
Jozef Kruszynski [Thu, 6 Mar 2025 17:48:49 +0000 (18:48 +0100)]
Tidal: remove unnecessary error handling decorator (#2004)

fix: remove unnecessary error handling decorator

13 months agoChore: Also mark unavailable queue item in sonos queue
Marcel van der Veldt [Thu, 6 Mar 2025 14:40:55 +0000 (15:40 +0100)]
Chore: Also mark unavailable queue item in sonos queue

13 months agoChore: some textual changes
Marcel van der Veldt [Thu, 6 Mar 2025 14:23:31 +0000 (15:23 +0100)]
Chore: some textual changes

13 months agoFix: determine content type from file extension
Marcel van der Veldt [Thu, 6 Mar 2025 14:16:56 +0000 (15:16 +0100)]
Fix: determine content type from file extension

13 months agoFix: auto try next track if stream fails
Marcel van der Veldt [Thu, 6 Mar 2025 14:00:22 +0000 (15:00 +0100)]
Fix: auto try next track if stream fails

When we try to start media and we couldnt get the streamdetails for whatever reason, automatically try the next track

13 months agoEnhancement: Use pure memory cache for audio caching
Marcel van der Veldt [Thu, 6 Mar 2025 13:59:13 +0000 (14:59 +0100)]
Enhancement: Use pure memory cache for audio caching

- Only cache in memory and not with intermediate file to prevent weird issues
- Add config toggle to enable/disable audio caching
- Use intermediate NUT container when needed to enable seeking in e.g. ogg streams

13 months agoFix: resume last track not always working correctly
Marcel van der Veldt [Thu, 6 Mar 2025 09:07:23 +0000 (10:07 +0100)]
Fix: resume last track not always working correctly

13 months agoChore: small textual changes
Marcel van der Veldt [Thu, 6 Mar 2025 08:22:48 +0000 (09:22 +0100)]
Chore: small textual changes

13 months agoVarious bugfixes for the Tidal provider after the refactor (#2003)
Jozef Kruszynski [Thu, 6 Mar 2025 07:20:18 +0000 (08:20 +0100)]
Various bugfixes for the Tidal provider after the refactor (#2003)

* fix(auth): add client_id fallback

* fix: Ensure search returns results properly

13 months agoUpdate manifest.json
OzGav [Thu, 6 Mar 2025 05:54:42 +0000 (16:54 +1100)]
Update manifest.json

13 months agoAdd monochrome icon
OzGav [Thu, 6 Mar 2025 03:35:07 +0000 (13:35 +1000)]
Add monochrome icon

13 months agoAdd iTunes Podcast colour icon
OzGav [Thu, 6 Mar 2025 03:29:11 +0000 (13:29 +1000)]
Add iTunes Podcast colour icon

13 months agoFix Tidal streamdetails
Marcel van der Veldt [Wed, 5 Mar 2025 23:12:15 +0000 (00:12 +0100)]
Fix Tidal streamdetails

13 months agoAdjust Tidal provider to a fully async implementation (#1995)
Jozef Kruszynski [Wed, 5 Mar 2025 22:44:23 +0000 (23:44 +0100)]
Adjust Tidal provider to a fully async implementation (#1995)

13 months agoiBroadcast: Correct disc numbers in case the album has a disc number provided (#2000)
Rob Sonke [Wed, 5 Mar 2025 22:43:06 +0000 (23:43 +0100)]
iBroadcast: Correct disc numbers in case the album has a disc number provided (#2000)

fix: Correct disc numbers in case the album has a disc number provided

13 months agoFix announcement feature
Marcel van der Veldt [Wed, 5 Mar 2025 21:12:04 +0000 (22:12 +0100)]
Fix announcement feature

- Fix duration calculation for announcements

- Fix typo in announcements handling

13 months agoMore fixes to audio caching
Marcel van der Veldt [Tue, 4 Mar 2025 20:56:01 +0000 (21:56 +0100)]
More fixes to audio caching

Fix: finalize audio stream caching

- Automatically use cache when tmpfs available
- Dont use cache for very large files
- Force cache for encrypted audio
- Force cache for Apple Music streams
- Stream from intermediate file if cache is still being created
- bump models to 1.1.33

13 months agofrontend-2.12.2 (#2002)
music-assistant-machine [Wed, 5 Mar 2025 13:55:49 +0000 (14:55 +0100)]
frontend-2.12.2 (#2002)

* Update pyproject.toml for 2.12.2

* Update requirements_all.txt for 2.12.2

13 months agofrontend-2.12.1 (#2001)
music-assistant-machine [Tue, 4 Mar 2025 22:09:49 +0000 (23:09 +0100)]
frontend-2.12.1 (#2001)

* Update pyproject.toml for 2.12.1

* Update requirements_all.txt for 2.12.1

13 months agoAudible provider: Fixes pagination and small cleanups (#1982)
Ztripez [Tue, 4 Mar 2025 21:47:45 +0000 (22:47 +0100)]
Audible provider: Fixes pagination and small cleanups (#1982)

13 months agoChore(deps): Bump syrupy from 4.8.1 to 4.8.2 (#1996)
dependabot[bot] [Tue, 4 Mar 2025 21:44:38 +0000 (22:44 +0100)]
Chore(deps): Bump syrupy from 4.8.1 to 4.8.2 (#1996)

Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.8.1 to 4.8.2.
- [Release notes](https://github.com/syrupy-project/syrupy/releases)
- [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/syrupy-project/syrupy/compare/v4.8.1...v4.8.2)

---
updated-dependencies:
- dependency-name: syrupy
  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>
13 months agoAdd iTunes Podcast Search Provider (#1977)
Fabian Munkes [Tue, 4 Mar 2025 21:32:12 +0000 (22:32 +0100)]
Add iTunes Podcast Search Provider (#1977)

13 months agoABS: fix for another unexpected API response (#1994)
Fabian Munkes [Tue, 4 Mar 2025 21:24:00 +0000 (22:24 +0100)]
ABS: fix for another unexpected API response (#1994)

13 months agoChore(deps): Bump codespell from 2.3.0 to 2.4.1 (#1998)
dependabot[bot] [Tue, 4 Mar 2025 21:09:56 +0000 (22:09 +0100)]
Chore(deps): Bump codespell from 2.3.0 to 2.4.1 (#1998)

Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1)

---
updated-dependencies:
- dependency-name: codespell
  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>
13 months agoChore(deps): Bump pytest from 8.3.4 to 8.3.5 (#1999)
dependabot[bot] [Tue, 4 Mar 2025 21:09:29 +0000 (22:09 +0100)]
Chore(deps): Bump pytest from 8.3.4 to 8.3.5 (#1999)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  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>
13 months agoFeat: Move the output limiter option from DSP to Player Settings (#1981)
Maxim Raznatovski [Tue, 4 Mar 2025 21:03:29 +0000 (22:03 +0100)]
Feat: Move the output limiter option from DSP to Player Settings (#1981)

* feat: add output limiter option to the player settings

* feat: use the `OUTPUT_LIMITER` option to determine if the limiter should be enabled

* feat: add migration logic

* fix: use default value from config key

* fix: move migration logic to _migrate

* refactor: delete migrated `output_limiter` key

13 months agoFix: Do not enforce cache for every stream
Marcel van der Veldt [Sat, 1 Mar 2025 13:27:34 +0000 (14:27 +0100)]
Fix: Do not enforce cache for every stream

ffmpeg is reading faster than the cache file gets written, causing streams to fail.
Waiting until the file is available, delays all streaming.
Revisit this later. For now only use caching when enforced by provider (apple music) or when we are preloading the next track so when you start a new track, speed is always preferred

13 months agoChore: require minimum amount of buffer before stream starts
Marcel van der Veldt [Fri, 28 Feb 2025 23:55:52 +0000 (00:55 +0100)]
Chore: require minimum amount of buffer before stream starts

13 months agoBump models to 1.1.32
Marcel van der Veldt [Fri, 28 Feb 2025 23:51:10 +0000 (00:51 +0100)]
Bump models to 1.1.32

13 months agoChore: More aggressive pre-buffering of next track
Marcel van der Veldt [Fri, 28 Feb 2025 23:25:28 +0000 (00:25 +0100)]
Chore: More aggressive pre-buffering of next track

13 months agoABS: Login via API key (#1990)
Fabian Munkes [Fri, 28 Feb 2025 17:44:19 +0000 (18:44 +0100)]
ABS: Login via API key (#1990)

13 months agoVarious (very) small bugfixes and enhancements (#1992)
Marcel van der Veldt [Fri, 28 Feb 2025 17:43:32 +0000 (18:43 +0100)]
Various (very) small bugfixes and enhancements (#1992)

* Fix: update player attributes before sending a player config updated event

* Support WAV codec for ESPHome players

Fixes https://github.com/music-assistant/support/issues/3634

* Fix for ESPHome players without a media pipeline

* Fix pluginsource use correct codec

* Fix playlist create feature missing on filesystem

13 months agofrontend-2.12.0 (#1993)
music-assistant-machine [Fri, 28 Feb 2025 17:43:21 +0000 (18:43 +0100)]
frontend-2.12.0 (#1993)

* Update pyproject.toml for 2.12.0

* Update requirements_all.txt for 2.12.0

13 months agoFix Large PodcastEpisode listings not working (#1991)
Marcel van der Veldt [Fri, 28 Feb 2025 16:05:14 +0000 (17:05 +0100)]
Fix Large PodcastEpisode listings not working (#1991)

Convert Fix Large PodcastEpisode listings not working

It turns out that some podcasts can contain many episodes, which could potentially result in a too large json message (especially with HA ingress). Adjust podcast episode listings to use asyncgenerator so it will be chunked sent over the api.

13 months agoAdd caching of audio data to fix streams not starting fast enough (#1989)
Marcel van der Veldt [Fri, 28 Feb 2025 14:21:12 +0000 (15:21 +0100)]
Add caching of audio data to fix streams not starting fast enough (#1989)

Add caching of audio data which fixes issues with providers which are slow with sending audio data or have a file format which requires the data to be stored in a file first before further processing

13 months agoFix crash at startup
Marcel van der Veldt [Thu, 27 Feb 2025 06:22:44 +0000 (07:22 +0100)]
Fix crash at startup

13 months agoFix: ignore volume in announcements when player does not support volume
Marcel van der Veldt [Wed, 26 Feb 2025 22:39:46 +0000 (23:39 +0100)]
Fix: ignore volume in announcements when player does not support volume

13 months agoFix: remember fake power state between restarts
Marcel van der Veldt [Wed, 26 Feb 2025 22:27:32 +0000 (23:27 +0100)]
Fix: remember fake power state between restarts

13 months agoMerge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Wed, 26 Feb 2025 22:15:52 +0000 (23:15 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev

13 months agoEnhancement: Use cache categories from constants
Marcel van der Veldt [Wed, 26 Feb 2025 22:15:13 +0000 (23:15 +0100)]
Enhancement: Use cache categories from constants

13 months agofrontend-2.11.11 (#1987)
music-assistant-machine [Wed, 26 Feb 2025 20:32:05 +0000 (21:32 +0100)]
frontend-2.11.11 (#1987)

* Update pyproject.toml for 2.11.11

* Update requirements_all.txt for 2.11.11

13 months agoChore(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 (#1985)
dependabot[bot] [Wed, 26 Feb 2025 20:23:55 +0000 (21:23 +0100)]
Chore(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 (#1985)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.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>
13 months agoChore(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#1986)
dependabot[bot] [Wed, 26 Feb 2025 20:23:46 +0000 (21:23 +0100)]
Chore(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#1986)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-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>
13 months agofix(tidal): refresh access token correctly (#1984)
Jozef Kruszynski [Wed, 26 Feb 2025 20:20:43 +0000 (21:20 +0100)]
fix(tidal): refresh access token correctly (#1984)

13 months agoFix: playergroups not correctly migrated
Marcel van der Veldt [Wed, 26 Feb 2025 20:17:39 +0000 (21:17 +0100)]
Fix: playergroups not correctly migrated

13 months agoChore: lower log level for streams
Marcel van der Veldt [Wed, 26 Feb 2025 19:33:40 +0000 (20:33 +0100)]
Chore: lower log level for streams

13 months agoFix onboard done logic
Marcel van der Veldt [Wed, 26 Feb 2025 09:56:47 +0000 (10:56 +0100)]
Fix onboard done logic

13 months agoEnhancement: Don't use lookup_key for player providers
Marcel van der Veldt [Wed, 26 Feb 2025 09:36:12 +0000 (10:36 +0100)]
Enhancement: Don't use lookup_key for player providers

A player's provider is always instance id and never domain so avoid the use of lookup_key

13 months agoFix assertion error when trying to save a provider config (#1980)
Marcel van der Veldt [Wed, 26 Feb 2025 09:35:11 +0000 (10:35 +0100)]
Fix assertion error when trying to save a provider config (#1980)

A password with only numeric characters was wrongly being coerced into an integer.

13 months agofrontend-2.11.10 (#1979)
music-assistant-machine [Tue, 25 Feb 2025 22:40:29 +0000 (23:40 +0100)]
frontend-2.11.10 (#1979)

* Update pyproject.toml for 2.11.10

* Update requirements_all.txt for 2.11.10

13 months agoMerge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Tue, 25 Feb 2025 22:40:07 +0000 (23:40 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev

13 months agoFix: ignore thumbnail stream for tags parsing
Marcel van der Veldt [Tue, 25 Feb 2025 22:36:20 +0000 (23:36 +0100)]
Fix: ignore thumbnail stream for tags parsing

13 months agoFix: preview stream
Marcel van der Veldt [Tue, 25 Feb 2025 22:36:00 +0000 (23:36 +0100)]
Fix: preview stream

13 months agoEnhancement: Implement resume state syncing for ABS provider (#1971)
Fabian Munkes [Tue, 25 Feb 2025 22:31:40 +0000 (23:31 +0100)]
Enhancement: Implement resume state syncing for ABS provider (#1971)

13 months agoChange loglevel to verbose for progress logging
Marcel van der Veldt [Tue, 25 Feb 2025 19:28:15 +0000 (20:28 +0100)]
Change loglevel to verbose for progress logging

13 months agoChore: unwrap uri's in add to playlist
Marcel van der Veldt [Tue, 25 Feb 2025 18:26:38 +0000 (19:26 +0100)]
Chore: unwrap uri's in add to playlist

13 months agoFix: return matched tracks in get track albums
Marcel van der Veldt [Tue, 25 Feb 2025 17:49:34 +0000 (18:49 +0100)]
Fix: return matched tracks in get track albums

13 months agoChore: extend audio timeout to 3 seconds
Marcel van der Veldt [Tue, 25 Feb 2025 16:17:25 +0000 (17:17 +0100)]
Chore: extend audio timeout to 3 seconds

13 months agoFix: sort by duration
Marcel van der Veldt [Tue, 25 Feb 2025 16:15:50 +0000 (17:15 +0100)]
Fix: sort by duration

13 months agoEnhancement: use static chunksize
Marcel van der Veldt [Tue, 25 Feb 2025 15:18:44 +0000 (16:18 +0100)]
Enhancement: use static chunksize

13 months agoFix: play media can receive itemmapping
Marcel van der Veldt [Tue, 25 Feb 2025 13:52:36 +0000 (14:52 +0100)]
Fix: play media can receive itemmapping

13 months agoFix: Spotify searchresults higher than 50 items
Marcel van der Veldt [Tue, 25 Feb 2025 13:44:27 +0000 (14:44 +0100)]
Fix: Spotify searchresults higher than 50 items

13 months agoEnhancement: Use generator to get all paged items in spotify
Marcel van der Veldt [Tue, 25 Feb 2025 12:40:54 +0000 (13:40 +0100)]
Enhancement: Use generator to get all paged items in spotify

13 months agoFix: Add apple tv integration to blocklist
Marcel van der Veldt [Tue, 25 Feb 2025 12:03:03 +0000 (13:03 +0100)]
Fix: Add apple tv integration to blocklist

The apple tv integration is really flaky and should not be used for playback

13 months agoEnhancement: use a class var to register transitioning players
Marcel van der Veldt [Tue, 25 Feb 2025 12:02:20 +0000 (13:02 +0100)]
Enhancement: use a class var to register transitioning players

13 months agoFix: Don't use look_up key in player providers
Marcel van der Veldt [Tue, 25 Feb 2025 10:32:13 +0000 (11:32 +0100)]
Fix: Don't use look_up key in player providers

It casuses some side effects

13 months agoEnhancement: Cleanup all player configs when player provider removed
Marcel van der Veldt [Tue, 25 Feb 2025 10:12:42 +0000 (11:12 +0100)]
Enhancement: Cleanup all player configs when player provider removed

13 months agoFix: stop hass player before sending (new) play media command
Marcel van der Veldt [Tue, 25 Feb 2025 09:51:37 +0000 (10:51 +0100)]
Fix: stop hass player before sending (new) play media command

13 months agoMerge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Tue, 25 Feb 2025 08:54:12 +0000 (09:54 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev

13 months agoChore: use prov_item_id instead of item_id in on_played callback
Marcel van der Veldt [Tue, 25 Feb 2025 08:53:56 +0000 (09:53 +0100)]
Chore: use prov_item_id instead of item_id in on_played callback

Make it extra clear that we're providing the provider item id

13 months agofrontend-2.11.8 (#1978)
music-assistant-machine [Mon, 24 Feb 2025 20:47:03 +0000 (21:47 +0100)]
frontend-2.11.8 (#1978)

* Update pyproject.toml for 2.11.8

* Update requirements_all.txt for 2.11.8

13 months agoChore: Enhance the on_played callback with extra data
Marcel van der Veldt [Mon, 24 Feb 2025 20:22:51 +0000 (21:22 +0100)]
Chore: Enhance the on_played callback with extra data

13 months agoFix: correctly detect pluginsource is in use
Marcel van der Veldt [Mon, 24 Feb 2025 19:57:36 +0000 (20:57 +0100)]
Fix: correctly detect pluginsource is in use

13 months agoChore: Don't send stop when replacing queue
Marcel van der Veldt [Mon, 24 Feb 2025 19:33:56 +0000 (20:33 +0100)]
Chore: Don't send stop when replacing queue

13 months agoChore: code quality changes in airplay prov
Marcel van der Veldt [Mon, 24 Feb 2025 17:18:05 +0000 (18:18 +0100)]
Chore: code quality changes in airplay prov

13 months agoChore: some fine grained player config entries for hass players
Marcel van der Veldt [Mon, 24 Feb 2025 16:48:26 +0000 (17:48 +0100)]
Chore: some fine grained player config entries for hass players