dependabot[bot] [Wed, 8 Jan 2025 08:09:44 +0000 (09:09 +0100)]
Chore(deps): Bump ruff from 0.8.4 to 0.8.6 (#1835)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.8.6.
- [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/0.8.4...0.8.6)
---
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>
music-assistant-machine [Wed, 8 Jan 2025 08:09:32 +0000 (09:09 +0100)]
frontend-2.10.4 (#1838)
* Update pyproject.toml for 2.10.4
* Update requirements_all.txt for 2.10.4
Marcel van der Veldt [Tue, 7 Jan 2025 23:58:30 +0000 (00:58 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Tue, 7 Jan 2025 23:58:26 +0000 (00:58 +0100)]
Feat: Add removal flag to unload callback
dependabot[bot] [Tue, 7 Jan 2025 23:45:55 +0000 (00:45 +0100)]
Chore(deps): Bump certifi from 2024.8.30 to 2024.12.14 (#1836)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14)
---
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>
Timm [Tue, 7 Jan 2025 23:45:40 +0000 (00:45 +0100)]
Fix error on missing key in RSS Podcast data. (#1832)
Fix: Add troubleshooting hint in Development.md.
Fix: Prevent error on missing key in RSS Podcast data.
Marcel van der Veldt [Tue, 7 Jan 2025 23:37:17 +0000 (00:37 +0100)]
temp fix to reduce api calls by increasing sync interval drastically
Another bandaid in order to reduce the amount of calls to music providers.
- increase default sync interval to 12 hours
- don't always run sync at startup
Marcel van der Veldt [Tue, 7 Jan 2025 23:20:57 +0000 (00:20 +0100)]
temp fix on recently played query to avoid too many queries
Marcel van der Veldt [Tue, 7 Jan 2025 08:41:47 +0000 (09:41 +0100)]
Fix: Use watchdog instead of TimedAsyncGenerator for audio stream
Marcel van der Veldt [Tue, 7 Jan 2025 00:02:02 +0000 (01:02 +0100)]
use lock on individual player only
Marcel van der Veldt [Mon, 6 Jan 2025 23:54:27 +0000 (00:54 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Mon, 6 Jan 2025 23:54:24 +0000 (00:54 +0100)]
try fix the tests
music-assistant-machine [Mon, 6 Jan 2025 23:52:01 +0000 (00:52 +0100)]
frontend-2.10.3 (#1837)
* Update pyproject.toml for 2.10.3
* Update requirements_all.txt for 2.10.3
Marcel van der Veldt [Mon, 6 Jan 2025 23:46:48 +0000 (00:46 +0100)]
fix corrupt chapters in tracks table
Marcel van der Veldt [Mon, 6 Jan 2025 23:32:43 +0000 (00:32 +0100)]
tweaks
Marcel van der Veldt [Mon, 6 Jan 2025 22:00:21 +0000 (23:00 +0100)]
Fix track enqueuing
Marcel van der Veldt [Mon, 6 Jan 2025 21:59:51 +0000 (22:59 +0100)]
Fix: prevent error ar startup of RSS Feed provider
Marcel van der Veldt [Mon, 6 Jan 2025 20:30:28 +0000 (21:30 +0100)]
Ensure we cleanup podcasts and audiobooks on provider removal
Marcel van der Veldt [Mon, 6 Jan 2025 20:29:34 +0000 (21:29 +0100)]
Small fixes for podcast RSS provider
- ensure a stable podcast ID
- add chapters to episodes
Marcel van der Veldt [Mon, 6 Jan 2025 09:15:45 +0000 (10:15 +0100)]
Some small tweaks
Marcel van der Veldt [Mon, 6 Jan 2025 09:15:31 +0000 (10:15 +0100)]
Fix some small issues in the rss podcasts provider
Marcel van der Veldt [Mon, 6 Jan 2025 01:55:51 +0000 (02:55 +0100)]
Bump models (again) to 1.1.9
music-assistant-machine [Mon, 6 Jan 2025 01:54:39 +0000 (02:54 +0100)]
frontend-2.10.2 (#1831)
* Update pyproject.toml for 2.10.2
* Update requirements_all.txt for 2.10.2
Marcel van der Veldt [Sun, 5 Jan 2025 23:31:16 +0000 (00:31 +0100)]
Several small tweaks and fixes
Marcel van der Veldt [Sun, 5 Jan 2025 22:38:44 +0000 (23:38 +0100)]
Bump models to 11.8
Marcel van der Veldt [Sun, 5 Jan 2025 22:38:30 +0000 (23:38 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Sun, 5 Jan 2025 22:37:53 +0000 (23:37 +0100)]
Fix seeking on non track items
Timm [Sun, 5 Jan 2025 22:33:14 +0000 (23:33 +0100)]
Add RSS Feed Podcast provider (#1817)
Marcel van der Veldt [Sun, 5 Jan 2025 21:39:15 +0000 (22:39 +0100)]
Remove the devcontainer because its unmaintained (#1830)
Marcel van der Veldt [Sun, 5 Jan 2025 21:23:40 +0000 (22:23 +0100)]
A bunch of fixes for the enqueue and radio mode logic (#1829)
Eric Munson [Sun, 5 Jan 2025 10:47:37 +0000 (05:47 -0500)]
Finish Podcast support (#1828)
* fix: MusicController: Drop NOT NULL from publisher
The publisher column for Podcasts and Audio Books is allowed to be NULL,
update the database schema to allow this.
Signed-off-by: Eric B Munson <eric@munsonfam.org>
* feat: Subsonic: Finish podcast wireup
We still needed some changes to fetching stream details and the audio
stream itself to account for podcasts.
Signed-off-by: Eric B Munson <eric@munsonfam.org>
---------
Signed-off-by: Eric B Munson <eric@munsonfam.org>
music-assistant-machine [Sat, 4 Jan 2025 23:38:18 +0000 (00:38 +0100)]
frontend-2.10.1 (#1827)
* Update pyproject.toml for 2.10.1
* Update requirements_all.txt for 2.10.1
Marcel van der Veldt [Sat, 4 Jan 2025 23:31:36 +0000 (00:31 +0100)]
Various small glitches resolved regarding podcasts and audiobooks
music-assistant-machine [Sat, 4 Jan 2025 14:37:08 +0000 (15:37 +0100)]
frontend-2.10.0 (#1826)
* Update pyproject.toml for 2.10.0
* Update requirements_all.txt for 2.10.0
Marcel van der Veldt [Sat, 4 Jan 2025 14:26:43 +0000 (15:26 +0100)]
Use optimized settings for all ESPHome projects that use the new media player
Marcel van der Veldt [Sat, 4 Jan 2025 14:04:41 +0000 (15:04 +0100)]
Fix json deserializing of db audiobooks and podcasts
dependabot[bot] [Sat, 4 Jan 2025 14:02:42 +0000 (15:02 +0100)]
Chore(deps): Bump ruff from 0.7.4 to 0.8.4 (#1813)
* Chore(deps): Bump ruff from 0.7.4 to 0.8.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to 0.8.4.
- [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/0.7.4...0.8.4)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
dependabot[bot] [Sat, 4 Jan 2025 14:01:33 +0000 (15:01 +0100)]
Chore(deps): Bump ytmusicapi from 1.8.2 to 1.9.1 (#1821)
* Chore(deps): Bump ytmusicapi from 1.8.2 to 1.9.1
Bumps [ytmusicapi](https://github.com/sigma67/ytmusicapi) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](https://github.com/sigma67/ytmusicapi/compare/1.8.2...1.9.1)
---
updated-dependencies:
- dependency-name: ytmusicapi
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>
Marcel van der Veldt [Sat, 4 Jan 2025 00:36:30 +0000 (01:36 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Sat, 4 Jan 2025 00:36:24 +0000 (01:36 +0100)]
More fixes for podcasts and audiobooks
Maxim Raznatovski [Fri, 3 Jan 2025 10:55:24 +0000 (11:55 +0100)]
Fix: Disable the DSP by default (#1824)
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
dependabot[bot] [Fri, 3 Jan 2025 10:55:09 +0000 (11:55 +0100)]
Chore(deps): Bump yt-dlp from 2024.12.13 to 2024.12.23 (#1820)
* Chore(deps): Bump yt-dlp from 2024.12.13 to 2024.12.23
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.12.13 to 2024.12.23.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.12.13...2024.12.23)
---
updated-dependencies:
- dependency-name: yt-dlp
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: Marcel van der Veldt <m.vanderveldt@outlook.com>
dependabot[bot] [Fri, 3 Jan 2025 10:54:58 +0000 (11:54 +0100)]
Chore(deps): Bump tidalapi from 0.8.1 to 0.8.3 (#1822)
* Chore(deps): Bump tidalapi from 0.8.1 to 0.8.3
Bumps [tidalapi](https://github.com/tamland/python-tidal) from 0.8.1 to 0.8.3.
- [Release notes](https://github.com/tamland/python-tidal/releases)
- [Changelog](https://github.com/tamland/python-tidal/blob/master/HISTORY.rst)
- [Commits](https://github.com/tamland/python-tidal/compare/v0.8.1...v0.8.3)
---
updated-dependencies:
- dependency-name: tidalapi
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: Marcel van der Veldt <m.vanderveldt@outlook.com>
Kostas Chatzikokolakis [Fri, 3 Jan 2025 10:51:58 +0000 (12:51 +0200)]
Fix support links (#1823)
Marcel van der Veldt [Fri, 3 Jan 2025 00:38:22 +0000 (01:38 +0100)]
Podcast and audiobook support follow up (#1825)
Marcel van der Veldt [Thu, 2 Jan 2025 16:41:30 +0000 (17:41 +0100)]
Fix playback on Home Assistant Voice PE
Marcel van der Veldt [Thu, 2 Jan 2025 11:08:32 +0000 (12:08 +0100)]
Bump models to 1.1.5
AlCalzone [Tue, 31 Dec 2024 09:24:24 +0000 (10:24 +0100)]
fix type of template player provider manifest (#1819)
Marcel van der Veldt [Thu, 26 Dec 2024 13:29:30 +0000 (14:29 +0100)]
Fix: Some small fixes for audiobook/podcast support
Eric Munson [Thu, 26 Dec 2024 13:01:14 +0000 (08:01 -0500)]
Subsonic: Add Podcast Support (#1802)
OzGav [Thu, 26 Dec 2024 11:37:35 +0000 (21:37 +1000)]
Fix small typo in Subsonic provider (#1818)
dependabot[bot] [Mon, 23 Dec 2024 19:48:01 +0000 (20:48 +0100)]
Chore(deps): Bump tomli from 2.1.0 to 2.2.1 (#1816)
Bumps [tomli](https://github.com/hukkin/tomli) from 2.1.0 to 2.2.1.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hukkin/tomli/compare/2.1.0...2.2.1)
---
updated-dependencies:
- dependency-name: tomli
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, 23 Dec 2024 19:45:32 +0000 (20:45 +0100)]
Chore(deps): Bump cryptography from 43.0.3 to 44.0.0 (#1814)
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.0)
---
updated-dependencies:
- dependency-name: cryptography
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>
music-assistant-machine [Mon, 23 Dec 2024 11:11:39 +0000 (12:11 +0100)]
frontend-2.9.17 (#1812)
* Update pyproject.toml for 2.9.17
* Update requirements_all.txt for 2.9.17
Marcel van der Veldt [Mon, 23 Dec 2024 11:09:17 +0000 (12:09 +0100)]
CI workflow fixes
Rob Sonke [Mon, 23 Dec 2024 09:13:03 +0000 (10:13 +0100)]
Add support for iBroadcast as music provider (#1799)
Ian Campbell [Mon, 23 Dec 2024 09:11:37 +0000 (09:11 +0000)]
Allow Chromecast provider to handle/avoid images which are "too big" (#1806)
Marvin Schenkel [Sun, 22 Dec 2024 12:12:25 +0000 (13:12 +0100)]
Fix group players: No players available to form sync group (#1811)
Fix group players: No players available to form sync group .
Maxim Raznatovski [Fri, 20 Dec 2024 20:49:39 +0000 (21:49 +0100)]
Add Configurable DSP with Parametric Equalizer (#1795)
Marcel van der Veldt [Fri, 20 Dec 2024 20:36:59 +0000 (21:36 +0100)]
small tweaks to release-drafter
Marcel van der Veldt [Fri, 20 Dec 2024 20:21:42 +0000 (21:21 +0100)]
Chore: Switch back to release drafter workflow
Marcel van der Veldt [Fri, 20 Dec 2024 20:10:24 +0000 (21:10 +0100)]
Fix: Compare filesystem extension as lowercase
Marcel van der Veldt [Fri, 20 Dec 2024 20:00:59 +0000 (21:00 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Fri, 20 Dec 2024 19:59:27 +0000 (20:59 +0100)]
Fix: only send the bypass_proxy data to esphome players
dependabot[bot] [Fri, 20 Dec 2024 17:48:59 +0000 (18:48 +0100)]
Chore(deps): Bump soco from 0.30.5 to 0.30.6 (#1793)
* Chore(deps): Bump soco from 0.30.5 to 0.30.6
Bumps [soco](https://github.com/SoCo/SoCo) from 0.30.5 to 0.30.6.
- [Release notes](https://github.com/SoCo/SoCo/releases)
- [Changelog](https://github.com/SoCo/SoCo/blob/master/doc/release_notes.rst)
- [Commits](https://github.com/SoCo/SoCo/compare/v0.30.5...v0.30.6)
---
updated-dependencies:
- dependency-name: soco
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: Marcel van der Veldt <m.vanderveldt@outlook.com>
Eric Munson [Fri, 20 Dec 2024 15:32:12 +0000 (10:32 -0500)]
fix: Subsonic: Fix album art missing from playlist display (#1796)
dependabot[bot] [Fri, 20 Dec 2024 15:30:55 +0000 (16:30 +0100)]
Chore(deps): Bump orjson from 3.10.7 to 3.10.12 (#1792)
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.12.
- [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.7...3.10.12)
---
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>
dependabot[bot] [Fri, 20 Dec 2024 15:30:44 +0000 (16:30 +0100)]
Chore(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#1807)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.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>
dependabot[bot] [Fri, 20 Dec 2024 15:30:31 +0000 (16:30 +0100)]
Chore(deps): Bump pytest from 8.3.3 to 8.3.4 (#1801)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4.
- [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.3...8.3.4)
---
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>
dependabot[bot] [Fri, 20 Dec 2024 15:30:20 +0000 (16:30 +0100)]
Chore(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0 (#1794)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.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] [Fri, 20 Dec 2024 15:29:59 +0000 (16:29 +0100)]
Chore(deps): Bump syrupy from 4.7.2 to 4.8.0 (#1791)
Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.2 to 4.8.0.
- [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.7.2...v4.8.0)
---
updated-dependencies:
- dependency-name: syrupy
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>
Marcel van der Veldt [Fri, 20 Dec 2024 15:27:51 +0000 (16:27 +0100)]
Feat: Bump models package to 1.1.4
Marcel van der Veldt [Fri, 20 Dec 2024 15:25:43 +0000 (16:25 +0100)]
Fix a small typo
Marvin Schenkel [Thu, 19 Dec 2024 07:20:36 +0000 (08:20 +0100)]
Rewrite YT stream resolver to use web formats. (#1808)
Eric Munson [Mon, 16 Dec 2024 10:01:33 +0000 (05:01 -0500)]
Fix: Add logging around Subsonic scrobble calls (#1797)
Rob Sonke [Mon, 16 Dec 2024 09:58:58 +0000 (10:58 +0100)]
fix: Solved a bug for applying genres in Soundcloud tracks (#1803)
Ian Campbell [Mon, 16 Dec 2024 09:58:06 +0000 (09:58 +0000)]
Fix: Correct maxsize of `MetadataLookupQueue` (#1805)
dependabot[bot] [Mon, 16 Dec 2024 09:54:50 +0000 (10:54 +0100)]
Chore(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#1804)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.2...v1.12.3)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
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>
Eric Munson [Wed, 4 Dec 2024 13:01:18 +0000 (08:01 -0500)]
fix: Subsonic: Allow user to force player provider seek (#1798)
dependabot[bot] [Fri, 29 Nov 2024 17:10:20 +0000 (18:10 +0100)]
Chore(deps): Bump zeroconf from 0.136.0 to 0.136.2 (#1790)
Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.136.0 to 0.136.2.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.136.0...0.136.2)
---
updated-dependencies:
- dependency-name: zeroconf
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>
Brian O'Connor [Fri, 29 Nov 2024 17:10:02 +0000 (12:10 -0500)]
Fix: Reauthenticate with SiriusXM when playing a station (#1789)
Marcel van der Veldt [Fri, 29 Nov 2024 17:09:17 +0000 (18:09 +0100)]
Fix tests
Marcel van der Veldt [Sat, 23 Nov 2024 01:17:35 +0000 (02:17 +0100)]
Feat: Bump models to 1.1.3
Marcel van der Veldt [Sat, 23 Nov 2024 01:13:40 +0000 (02:13 +0100)]
Feat: Add base support for audio sources
Marcel van der Veldt [Sat, 23 Nov 2024 01:10:10 +0000 (02:10 +0100)]
Fix: some small typos and optimizations
Marcel van der Veldt [Fri, 22 Nov 2024 00:37:35 +0000 (01:37 +0100)]
add base foundation for podcasts and audiobooks
Marcel van der Veldt [Thu, 21 Nov 2024 17:45:26 +0000 (18:45 +0100)]
chore: release 2.4.0b6
Release-As: 2.4.0b6
Marcel van der Veldt [Thu, 21 Nov 2024 17:40:06 +0000 (18:40 +0100)]
Chore: Try to fix release-please config
Marcel van der Veldt [Thu, 21 Nov 2024 16:55:34 +0000 (17:55 +0100)]
Chore: Bump frontend to 2.9.16
Marcel van der Veldt [Thu, 21 Nov 2024 16:39:34 +0000 (17:39 +0100)]
Fix: Tweaks for ESPHome mediaplayers
Marcel van der Veldt [Thu, 21 Nov 2024 15:16:25 +0000 (16:16 +0100)]
Fix: announcements on HA players
Marcel van der Veldt [Thu, 21 Nov 2024 11:57:55 +0000 (12:57 +0100)]
Fix: Issues with player groups and airplay mode
Marcel van der Veldt [Thu, 21 Nov 2024 08:43:57 +0000 (09:43 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Thu, 21 Nov 2024 08:43:35 +0000 (09:43 +0100)]
Feat: Bump models to 1.1.2
Feat: Bump models to 1.1.2
Feat: Adjust code to changes in the models
Feat: Refactor sync to group to make it more universal
Marcel van der Veldt [Wed, 20 Nov 2024 20:56:00 +0000 (21:56 +0100)]
Feat: Bump models to 1.1.2
Feat: Bump models to 1.1.2
Feat: Adjust code to changes in the models
Feat: Refactor sync to group to make it more universal
Marcel van der Veldt [Wed, 20 Nov 2024 18:28:17 +0000 (19:28 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev
Marcel van der Veldt [Wed, 20 Nov 2024 18:28:14 +0000 (19:28 +0100)]
Chore: Bump models to 1.1.0
dependabot[bot] [Wed, 20 Nov 2024 17:55:37 +0000 (18:55 +0100)]
Chore(deps): Bump tomli from 2.0.2 to 2.1.0 (#1782)
Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.1.0.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.1.0)
---
updated-dependencies:
- dependency-name: tomli
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] [Wed, 20 Nov 2024 17:55:05 +0000 (18:55 +0100)]
Chore(deps): Bump tidalapi from 0.8.0 to 0.8.1 (#1783)
* Chore(deps): Bump tidalapi from 0.8.0 to 0.8.1
Bumps [tidalapi](https://github.com/tamland/python-tidal) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/tamland/python-tidal/releases)
- [Changelog](https://github.com/tamland/python-tidal/blob/master/HISTORY.rst)
- [Commits](https://github.com/tamland/python-tidal/compare/v0.8.0...v0.8.1)
---
updated-dependencies:
- dependency-name: tidalapi
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: Marcel van der Veldt <m.vanderveldt@outlook.com>
Marcel van der Veldt [Wed, 20 Nov 2024 17:54:53 +0000 (18:54 +0100)]
Merge branch 'dev' of https://github.com/music-assistant/server into dev