music-assistant-server.git
2 years agoAuto-update pre-commit hooks (#788)
github-actions[bot] [Sat, 22 Jul 2023 09:41:25 +0000 (11:41 +0200)]
Auto-update pre-commit hooks (#788)

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
2 years ago[Deezer] Fix parsing the tracks (#787)
Jonathan [Fri, 21 Jul 2023 16:04:00 +0000 (18:04 +0200)]
[Deezer] Fix parsing the tracks (#787)

2 years agoRemove accidental paste stuff
Jonathan [Fri, 21 Jul 2023 15:56:59 +0000 (17:56 +0200)]
Remove accidental paste stuff

2 years agoUpdate __init__.py
Jonathan [Fri, 21 Jul 2023 15:55:57 +0000 (17:55 +0200)]
Update __init__.py

2 years agoUpdate __init__.py
Jonathan [Fri, 21 Jul 2023 15:55:09 +0000 (17:55 +0200)]
Update __init__.py

2 years agoOther way of doing that
Jonathan [Fri, 21 Jul 2023 15:51:17 +0000 (17:51 +0200)]
Other way of doing that

2 years agoFix error track_class never asigned
Jonathan [Fri, 21 Jul 2023 15:49:08 +0000 (17:49 +0200)]
Fix error track_class never asigned

2 years agoRemove `or {}`
Jonathan [Fri, 21 Jul 2023 15:36:10 +0000 (17:36 +0200)]
Remove `or {}`

2 years agoSimplify extra kwargs check
Jonathan Bangert [Fri, 21 Jul 2023 15:11:01 +0000 (17:11 +0200)]
Simplify extra kwargs check

2 years agoFix parsing the tracks
Jonathan Bangert [Fri, 21 Jul 2023 12:37:40 +0000 (14:37 +0200)]
Fix parsing the tracks

2 years agoBump aiohttp from 3.8.4 to 3.8.5 (#785)
dependabot[bot] [Fri, 21 Jul 2023 08:45:34 +0000 (10:45 +0200)]
Bump aiohttp from 3.8.4 to 3.8.5 (#785)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agobump frontend
Marcel van der Veldt [Thu, 20 Jul 2023 17:57:19 +0000 (19:57 +0200)]
bump frontend

2 years agoFix play from here for playlists and albums (#786)
Marcel van der Veldt [Thu, 20 Jul 2023 16:39:11 +0000 (18:39 +0200)]
Fix play from here for playlists and albums (#786)

* Fix play from here for playlists and albums

* bump frontend

2 years agoTidalapi-official (#784)
Jozef Kruszynski [Thu, 20 Jul 2023 14:23:01 +0000 (16:23 +0200)]
Tidalapi-official (#784)

2 years agoadd guard for missing images
Marcel van der Veldt [Thu, 20 Jul 2023 13:49:21 +0000 (15:49 +0200)]
add guard for missing images

2 years agofix import error
Marcel van der Veldt [Thu, 20 Jul 2023 13:31:16 +0000 (15:31 +0200)]
fix import error

2 years agofix extra_init_kwargs
Marcel van der Veldt [Thu, 20 Jul 2023 13:18:58 +0000 (15:18 +0200)]
fix extra_init_kwargs

2 years agoHandle invalid items in streaming provider
Marcel van der Veldt [Thu, 20 Jul 2023 13:16:13 +0000 (15:16 +0200)]
Handle invalid items in streaming provider

2 years agoAdd workaround for unavailable provider items
Marcel van der Veldt [Thu, 20 Jul 2023 12:44:21 +0000 (14:44 +0200)]
Add workaround for unavailable provider items

2 years agoFix itemmapping album
Marcel van der Veldt [Thu, 20 Jul 2023 12:23:19 +0000 (14:23 +0200)]
Fix itemmapping album

2 years agoMerge branch 'main' of https://github.com/music-assistant/server
Marcel van der Veldt [Thu, 20 Jul 2023 11:48:17 +0000 (13:48 +0200)]
Merge branch 'main' of https://github.com/music-assistant/server

2 years agobump frontend to 2.0.3
Marcel van der Veldt [Thu, 20 Jul 2023 11:47:43 +0000 (13:47 +0200)]
bump frontend to 2.0.3

2 years agoChange pytube to custom fork. (#783)
Marvin Schenkel [Thu, 20 Jul 2023 11:09:18 +0000 (13:09 +0200)]
Change pytube to custom fork. (#783)

2 years agofix typo
Marcel van der Veldt [Thu, 20 Jul 2023 10:11:14 +0000 (12:11 +0200)]
fix typo

2 years agoSwitch to SVG for all provider icons (#782)
Marcel van der Veldt [Wed, 19 Jul 2023 23:11:36 +0000 (01:11 +0200)]
Switch to SVG for all provider icons (#782)

2 years agoBump cryptography from 41.0.1 to 41.0.2 (#778)
dependabot[bot] [Wed, 19 Jul 2023 18:55:42 +0000 (20:55 +0200)]
Bump cryptography from 41.0.1 to 41.0.2 (#778)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBump orjson from 3.9.1 to 3.9.2 (#764)
dependabot[bot] [Wed, 19 Jul 2023 18:54:36 +0000 (20:54 +0200)]
Bump orjson from 3.9.1 to 3.9.2 (#764)

Bumps [orjson](https://github.com/ijl/orjson) from 3.9.1 to 3.9.2.
- [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.9.1...3.9.2)

---
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>
2 years agoBump actions/setup-python from 4.6.1 to 4.7.0 (#777)
dependabot[bot] [Wed, 19 Jul 2023 18:45:28 +0000 (20:45 +0200)]
Bump actions/setup-python from 4.6.1 to 4.7.0 (#777)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
2 years agoAuto-update pre-commit hooks (#776)
github-actions[bot] [Wed, 19 Jul 2023 18:45:17 +0000 (20:45 +0200)]
Auto-update pre-commit hooks (#776)

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
2 years agoBump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#774)
dependabot[bot] [Wed, 19 Jul 2023 18:45:02 +0000 (20:45 +0200)]
Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#774)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-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>
2 years agoBump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#773)
dependabot[bot] [Wed, 19 Jul 2023 18:44:45 +0000 (20:44 +0200)]
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#773)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.8)

---
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>
2 years agoBump black from 23.3.0 to 23.7.0 (#779)
dependabot[bot] [Wed, 19 Jul 2023 18:44:26 +0000 (20:44 +0200)]
Bump black from 23.3.0 to 23.7.0 (#779)

Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.3.0...23.7.0)

---
updated-dependencies:
- dependency-name: black
  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>
2 years agoBump zeroconf from 0.70.0 to 0.71.0 (#780)
dependabot[bot] [Wed, 19 Jul 2023 18:43:55 +0000 (20:43 +0200)]
Bump zeroconf from 0.70.0 to 0.71.0 (#780)

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.70.0 to 0.71.0.
- [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.70.0...0.71.0)

---
updated-dependencies:
- dependency-name: zeroconf
  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>
2 years agoRefactor library storage (#781)
Marcel van der Veldt [Wed, 19 Jul 2023 18:43:02 +0000 (20:43 +0200)]
Refactor library storage (#781)

* refactor in_library to favorites and db to library

* fix missing parts

* adjust library

* change is_unique -> is_streaming_provider

* finishing touches

2 years agoBump ytmusicapi to 1.1.1 (#775)
Marvin Schenkel [Wed, 12 Jul 2023 17:51:56 +0000 (19:51 +0200)]
Bump ytmusicapi to 1.1.1 (#775)

2 years agoAdd auto play feature (#772)
Marcel van der Veldt [Wed, 12 Jul 2023 14:36:41 +0000 (16:36 +0200)]
Add auto play feature (#772)

2 years agoSmall fixes (#771)
Marcel van der Veldt [Tue, 11 Jul 2023 22:42:46 +0000 (00:42 +0200)]
Small fixes (#771)

* hide unavailable settings for group player

* ignore unavailable child players

* cleanup

* return the correct active_source

* slimproto: prevent flipflop to idle while playing

* support group in a group

* revert to iter_chunked

* another attempt to solve the airplay flipflop weirdness at reload

* Update release.yml

* Update Dockerfile

2 years agoSome small bugfixes and improvements (#770)
Marcel van der Veldt [Tue, 11 Jul 2023 22:33:17 +0000 (00:33 +0200)]
Some small bugfixes and improvements (#770)

* hide unavailable settings for group player

* ignore unavailable child players

* cleanup

* return the correct active_source

* slimproto: prevent flipflop to idle while playing

* support group in a group

* revert to iter_chunked

* another attempt to solve the airplay flipflop weirdness at reload

* Update release.yml

2 years agoBump ruff from 0.0.272 to 0.0.277 (#761)
dependabot[bot] [Tue, 11 Jul 2023 22:30:05 +0000 (00:30 +0200)]
Bump ruff from 0.0.272 to 0.0.277 (#761)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.277.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.272...v0.0.277)

---
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>
2 years agoAuto-update pre-commit hooks (#769)
github-actions[bot] [Tue, 11 Jul 2023 22:29:53 +0000 (00:29 +0200)]
Auto-update pre-commit hooks (#769)

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
2 years agoBump mashumaro from 3.7 to 3.8.1 (#762)
dependabot[bot] [Tue, 11 Jul 2023 22:29:26 +0000 (00:29 +0200)]
Bump mashumaro from 3.7 to 3.8.1 (#762)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 3.7 to 3.8.1.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.7...v3.8.1)

---
updated-dependencies:
- dependency-name: mashumaro
  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>
2 years agotypo
Marcel van der Veldt [Tue, 11 Jul 2023 00:19:29 +0000 (02:19 +0200)]
typo

2 years agoMerge branch 'main' of https://github.com/music-assistant/server
Marcel van der Veldt [Tue, 11 Jul 2023 00:19:12 +0000 (02:19 +0200)]
Merge branch 'main' of https://github.com/music-assistant/server

2 years agoremove duplicate wheel build
Marcel van der Veldt [Tue, 11 Jul 2023 00:10:36 +0000 (02:10 +0200)]
remove duplicate wheel build

2 years agoremove armv7
Marcel van der Veldt [Mon, 10 Jul 2023 23:42:59 +0000 (01:42 +0200)]
remove armv7

dependencies still failing so no armv7 builds

2 years agoRevert to debian images but include uvloop and armv7
Marcel van der Veldt [Mon, 10 Jul 2023 23:15:09 +0000 (01:15 +0200)]
Revert to debian images but include uvloop and armv7

2 years agoadd sleep in workflow
Marcel van der Veldt [Mon, 10 Jul 2023 22:20:01 +0000 (00:20 +0200)]
add sleep in workflow

2 years agomake uvloop optional for armv7
Marcel van der Veldt [Mon, 10 Jul 2023 22:10:11 +0000 (00:10 +0200)]
make uvloop optional for armv7

2 years agoChange default Sonos callback port (#768)
Marcel van der Veldt [Mon, 10 Jul 2023 21:23:32 +0000 (23:23 +0200)]
Change default Sonos callback port (#768)

2 years agofix typo in dockerfile
Marcel van der Veldt [Mon, 10 Jul 2023 21:04:07 +0000 (23:04 +0200)]
fix typo in dockerfile

2 years agoFix reloading of the airplay provider (#767)
Marcel van der Veldt [Mon, 10 Jul 2023 20:57:50 +0000 (22:57 +0200)]
Fix reloading of the airplay provider (#767)

* Fix some weird flipflop when reloading airplay provider

* adjust logger

2 years agoSwitch to Alpine base image + uvloop (#766)
Marcel van der Veldt [Mon, 10 Jul 2023 19:51:36 +0000 (21:51 +0200)]
Switch to Alpine base image + uvloop (#766)

* add posix spawn workaround for alpine

* Switch to (homeassistant) alpine based image

* use uvloop

* increase chunk size for flow stream

* build for arm

2 years agoFix Playback issues on cast and dlna players (#765)
Marcel van der Veldt [Mon, 10 Jul 2023 18:41:00 +0000 (20:41 +0200)]
Fix Playback issues on cast and dlna players (#765)

* Fix playback issues on cast and dlna players

* rename api schema

* migrate audio format in provider_mappings column

2 years agoFix logging (#760)
Marcel van der Veldt [Mon, 10 Jul 2023 11:04:40 +0000 (13:04 +0200)]
Fix logging (#760)

* Fix log handling

* add endpoints to get the log

2 years agoIncrease chunksize for audio streams (#759)
Marcel van der Veldt [Sun, 9 Jul 2023 22:00:07 +0000 (00:00 +0200)]
Increase chunksize for audio streams (#759)

2 years agoFix webserver config for the Home Assistant add-on (#758)
Marcel van der Veldt [Sun, 9 Jul 2023 19:31:44 +0000 (21:31 +0200)]
Fix webserver config for the Home Assistant add-on (#758)

* unhide the expose option for the webserver

* Set some sane defaults on the webserver

* use correct hassio network

2 years agoAdd verbose logging to dlna provider (#757)
Marcel van der Veldt [Sun, 9 Jul 2023 14:27:57 +0000 (16:27 +0200)]
Add verbose logging to dlna provider (#757)

to debug some issues

2 years agoadd curl to build packages
Marcel van der Veldt [Sun, 9 Jul 2023 13:51:50 +0000 (15:51 +0200)]
add curl to build packages

2 years agofix jemalloc build in dockerfile
Marcel van der Veldt [Sun, 9 Jul 2023 13:32:28 +0000 (15:32 +0200)]
fix jemalloc build in dockerfile

2 years agoAdd option to expose the webserver port on HAOS config (#756)
Marcel van der Veldt [Sun, 9 Jul 2023 13:28:39 +0000 (15:28 +0200)]
Add option to expose the webserver port on HAOS config (#756)

Add option to expose the webserver port on hassoss config

2 years agoanother attempt
Marcel van der Veldt [Sun, 9 Jul 2023 01:39:13 +0000 (03:39 +0200)]
another attempt

2 years agoanother typo in release script
Marcel van der Veldt [Sun, 9 Jul 2023 01:22:16 +0000 (03:22 +0200)]
another typo in release script

2 years agoadd 999 to error codes
Marcel van der Veldt [Sun, 9 Jul 2023 01:12:10 +0000 (03:12 +0200)]
add 999 to error codes

2 years agotry to fix the docker build
Marcel van der Veldt [Sun, 9 Jul 2023 01:08:31 +0000 (03:08 +0200)]
try to fix the docker build

2 years agobump frontend
Marcel van der Veldt [Sun, 9 Jul 2023 00:50:30 +0000 (02:50 +0200)]
bump frontend

2 years agofix typo
Marcel van der Veldt [Sun, 9 Jul 2023 00:37:06 +0000 (02:37 +0200)]
fix typo

2 years agoFix for getting the ip addresses resulting in an an error (#755)
Marcel van der Veldt [Sun, 9 Jul 2023 00:06:10 +0000 (02:06 +0200)]
Fix for getting the ip addresses resulting in an an error (#755)

2 years agoFix including the correct version number into the final docker image (#754)
Marcel van der Veldt [Sun, 9 Jul 2023 00:02:17 +0000 (02:02 +0200)]
Fix including the correct version number into the final docker image (#754)

2 years agobump frontend to 2.0.1
Marcel van der Veldt [Sat, 8 Jul 2023 12:48:50 +0000 (14:48 +0200)]
bump frontend to 2.0.1

2 years agoA few small bugfixes (#753)
Marcel van der Veldt [Sat, 8 Jul 2023 12:44:03 +0000 (14:44 +0200)]
A few small bugfixes (#753)

* Fix typo in ProviderMappings resulting in wrong contenttype

* move preview stream into webserver

* Fix detection check of homeassistant addon

2 years agoFix preview stream (#752)
Marcel van der Veldt [Sat, 8 Jul 2023 11:27:29 +0000 (13:27 +0200)]
Fix preview stream (#752)

2 years agoImprove Universal Group Player mute feature (#751)
Marcel van der Veldt [Sat, 8 Jul 2023 11:03:22 +0000 (13:03 +0200)]
Improve Universal Group Player mute feature (#751)

* Handle last player turn off is a muted player

* move group power on to ugp

* restore mute if needed

* Do not start playing if no members powered

* (re)set mute_as_power feature for group members

* dump playerstate off

as it is redundant with the powered bool

* do not crash on invalid cache data

* prevent state flipflop

2 years agoFix error in Universal group player (#750)
Marcel van der Veldt [Sat, 8 Jul 2023 07:07:35 +0000 (09:07 +0200)]
Fix error in Universal group player (#750)

Fix error in group player

2 years agoA few small bugfixes (#749)
Marcel van der Veldt [Sat, 8 Jul 2023 00:08:01 +0000 (02:08 +0200)]
A few small bugfixes (#749)

* Fix error when enabling an unavailable player

* handle imageproxy on webserver too

* typo

* Fix parsing malformed data in Tunein

2 years agoConfigurable crossfade duration for flow stream (#748)
Marcel van der Veldt [Fri, 7 Jul 2023 23:25:42 +0000 (01:25 +0200)]
Configurable crossfade duration for flow stream (#748)

configurable crossfade duration for flow stream

2 years agoFix playback issues on Sonos and DLNA (#747)
Marcel van der Veldt [Fri, 7 Jul 2023 22:59:56 +0000 (00:59 +0200)]
Fix playback issues on Sonos and DLNA (#747)

* Fix enqueue of next track on sonos

* fix hiding of sonos players by default in dlna

* improve player names on airplay

* fix playback flow mode on dlna players

* disable TV's by default

* fix error in logs from dlna

2 years agoVarious improvements to the Universal Player Group (#746)
Marcel van der Veldt [Fri, 7 Jul 2023 22:54:44 +0000 (00:54 +0200)]
Various improvements to the Universal Player Group (#746)

2 years agoBump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#745)
dependabot[bot] [Fri, 7 Jul 2023 21:41:19 +0000 (23:41 +0200)]
Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#745)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.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>
2 years agoUpdate release.yml
Marcel van der Veldt [Fri, 7 Jul 2023 17:04:27 +0000 (19:04 +0200)]
Update release.yml

2 years agotypo
Marcel van der Veldt [Fri, 7 Jul 2023 16:59:47 +0000 (18:59 +0200)]
typo

2 years agofix typo
Marcel van der Veldt [Fri, 7 Jul 2023 15:21:54 +0000 (17:21 +0200)]
fix typo

2 years agoUpdate release-drafter.yml
Marcel van der Veldt [Fri, 7 Jul 2023 15:04:32 +0000 (17:04 +0200)]
Update release-drafter.yml

2 years agoImprove CI workflow (#744)
Marcel van der Veldt [Fri, 7 Jul 2023 15:02:17 +0000 (17:02 +0200)]
Improve CI workflow (#744)

improve ci workflow a bit

2 years agoSome small follow up fixes for the configurable core controllers (#743)
Marcel van der Veldt [Fri, 7 Jul 2023 14:19:13 +0000 (16:19 +0200)]
Some small follow up fixes for the configurable core controllers (#743)

* Fix the check if server is hass supervisor

* expose running_as_hass_addon as variable

* dynamically load the version

* set some options as advanced

* do not enable loop debug mode by default

* make sync interval configurable

* Update config.py

* make player queues a core controller

* send new config when changing it

2 years ago2.0.0b41
Marcel van der Veldt [Fri, 7 Jul 2023 11:53:36 +0000 (13:53 +0200)]
2.0.0b41

2 years agoFix webserver configuration (#742)
Marcel van der Veldt [Fri, 7 Jul 2023 11:52:27 +0000 (13:52 +0200)]
Fix webserver configuration (#742)

* fix default webserver configuration

* Fix editing of core controller configs through frontend

* some typos

* bump frontend to 20230707.1

2 years ago2.0.0b40
Marcel van der Veldt [Thu, 6 Jul 2023 23:37:04 +0000 (01:37 +0200)]
2.0.0b40

2 years agoBump frontend to version 20230707.0 (#741)
Marcel van der Veldt [Thu, 6 Jul 2023 23:35:12 +0000 (01:35 +0200)]
Bump frontend to version 20230707.0 (#741)

bump frontend to version 20230707.0

2 years agoImprove audio streaming (#740)
Marcel van der Veldt [Thu, 6 Jul 2023 23:30:24 +0000 (01:30 +0200)]
Improve audio streaming (#740)

* refactor core controllers and stream engine part 1

* bugfixes and finishing touch

* more fixes

* fix group child ids

* some small optimizations

* park the sync stuff

* some lint errors

* more linting

2 years agoBump codespell from 2.2.4 to 2.2.5 (#726)
dependabot[bot] [Thu, 6 Jul 2023 22:48:02 +0000 (00:48 +0200)]
Bump codespell from 2.2.4 to 2.2.5 (#726)

Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: codespell
  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>
2 years agoBump pre-commit from 3.3.2 to 3.3.3 (#728)
dependabot[bot] [Thu, 6 Jul 2023 12:42:20 +0000 (14:42 +0200)]
Bump pre-commit from 3.3.2 to 3.3.3 (#728)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: pre-commit
  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>
2 years agoAuto-update pre-commit hooks (#730)
github-actions[bot] [Thu, 6 Jul 2023 12:41:22 +0000 (14:41 +0200)]
Auto-update pre-commit hooks (#730)

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
2 years agoBump pytest from 7.3.2 to 7.4.0 (#733)
dependabot[bot] [Thu, 6 Jul 2023 12:33:02 +0000 (14:33 +0200)]
Bump pytest from 7.3.2 to 7.4.0 (#733)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0.
- [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/7.3.2...7.4.0)

---
updated-dependencies:
- dependency-name: pytest
  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>
2 years agoBump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#734)
dependabot[bot] [Thu, 6 Jul 2023 12:31:35 +0000 (14:31 +0200)]
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#734)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7)

---
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>
2 years agoBump zeroconf from 0.64.1 to 0.70.0 (#735)
dependabot[bot] [Thu, 6 Jul 2023 12:31:22 +0000 (14:31 +0200)]
Bump zeroconf from 0.64.1 to 0.70.0 (#735)

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.64.1 to 0.70.0.
- [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.64.1...0.70.0)

---
updated-dependencies:
- dependency-name: zeroconf
  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>
2 years agoAdd chapters for plex audio books (#736)
micha91 [Thu, 6 Jul 2023 12:30:49 +0000 (14:30 +0200)]
Add chapters for plex audio books (#736)

2 years agoAdd oauth check to get_stream_details (#737)
Marvin Schenkel [Thu, 6 Jul 2023 12:29:56 +0000 (14:29 +0200)]
Add oauth check to get_stream_details (#737)

2 years agoFix tidal issue with 'gender' (#738)
Jozef Kruszynski [Thu, 6 Jul 2023 12:29:11 +0000 (14:29 +0200)]
Fix tidal issue with 'gender' (#738)

Co-authored-by: jkruszynski <jozef@krush.at>
2 years agobeta39 (#732)
Marvin Schenkel [Sat, 24 Jun 2023 08:20:39 +0000 (10:20 +0200)]
beta39 (#732)

2 years agoFix pytube not matching function name. (#731)
Marvin Schenkel [Sat, 24 Jun 2023 06:39:08 +0000 (08:39 +0200)]
Fix pytube not matching function name. (#731)

* Fix pytube not matching function name.

* Fix personal playlists for multiple instances. (#725)