music-assistant-server.git
4 years agostreamer fixes
Marcel van der Veldt [Mon, 2 Aug 2021 17:07:45 +0000 (19:07 +0200)]
streamer fixes

- use 64 bit float for internal PCM queue stream
- fix radio playback through ffmpeg
- fix SoX executable stuck after stream disconnect

4 years agofix logging
Marcel van der Veldt [Mon, 2 Aug 2021 08:35:28 +0000 (10:35 +0200)]
fix logging

4 years agofinishing touches
Marcel van der Veldt [Sun, 1 Aug 2021 20:34:37 +0000 (22:34 +0200)]
finishing touches

4 years agoBump soco from 0.22.6 to 0.23.2 (#143)
dependabot[bot] [Sun, 1 Aug 2021 14:49:02 +0000 (16:49 +0200)]
Bump soco from 0.22.6 to 0.23.2 (#143)

Bumps [soco](https://github.com/SoCo/SoCo) from 0.22.6 to 0.23.2.
- [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.22.6...v0.23.2)

---
updated-dependencies:
- dependency-name: soco
  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>
4 years agoBump pylint from 2.8.3 to 2.9.6 (#140)
dependabot[bot] [Sun, 1 Aug 2021 14:48:40 +0000 (16:48 +0200)]
Bump pylint from 2.8.3 to 2.9.6 (#140)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.9.6.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.6)

---
updated-dependencies:
- dependency-name: pylint
  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>
4 years agoBump black from 21.6b0 to 21.7b0 (#138)
dependabot[bot] [Sun, 1 Aug 2021 14:48:26 +0000 (16:48 +0200)]
Bump black from 21.6b0 to 21.7b0 (#138)

Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump zeroconf from 0.33.1 to 0.33.2 (#139)
dependabot[bot] [Sun, 1 Aug 2021 14:48:13 +0000 (16:48 +0200)]
Bump zeroconf from 0.33.1 to 0.33.2 (#139)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.33.1 to 0.33.2.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.33.1...0.33.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>
4 years agoBump mashumaro from 2.5 to 2.6 (#141)
dependabot[bot] [Sun, 1 Aug 2021 14:47:59 +0000 (16:47 +0200)]
Bump mashumaro from 2.5 to 2.6 (#141)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.5 to 2.6.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.5...v2.6)

---
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>
4 years agoBump tox from 3.23.1 to 3.24.1 (#137)
dependabot[bot] [Sun, 1 Aug 2021 14:47:46 +0000 (16:47 +0200)]
Bump tox from 3.23.1 to 3.24.1 (#137)

Bumps [tox](https://github.com/tox-dev/tox) from 3.23.1 to 3.24.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.23.1...3.24.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  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>
4 years ago0.0.30 (#142)
Marcel van der Veldt [Sun, 1 Aug 2021 14:44:18 +0000 (16:44 +0200)]
0.0.30 (#142)

* Add dedicated task manager and eventbus

* fix typos

* some refactoring

* bump requirements

4 years agoBump uvloop from 0.15.2 to 0.15.3 (#133)
dependabot[bot] [Sun, 1 Aug 2021 14:34:56 +0000 (16:34 +0200)]
Bump uvloop from 0.15.2 to 0.15.3 (#133)

Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.15.2...v0.15.3)

---
updated-dependencies:
- dependency-name: uvloop
  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>
4 years agoBump actions/stale from 3.0.19 to 4 (#132)
dependabot[bot] [Sun, 1 Aug 2021 14:34:30 +0000 (16:34 +0200)]
Bump actions/stale from 3.0.19 to 4 (#132)

Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3.0.19...v4)

---
updated-dependencies:
- dependency-name: actions/stale
  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>
4 years agoBump pillow from 8.2.0 to 8.3.1 (#131)
dependabot[bot] [Sun, 1 Aug 2021 14:34:01 +0000 (16:34 +0200)]
Bump pillow from 8.2.0 to 8.3.1 (#131)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.1)

---
updated-dependencies:
- dependency-name: pillow
  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>
4 years agoBump zeroconf from 0.31.0 to 0.33.1 (#135)
dependabot[bot] [Sun, 1 Aug 2021 14:33:48 +0000 (16:33 +0200)]
Bump zeroconf from 0.31.0 to 0.33.1 (#135)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.31.0 to 0.33.1.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.31.0...0.33.1)

---
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>
4 years agoBump soco from 0.22.3 to 0.22.6 (#127)
dependabot[bot] [Wed, 23 Jun 2021 17:19:13 +0000 (19:19 +0200)]
Bump soco from 0.22.3 to 0.22.6 (#127)

Bumps [soco](https://github.com/SoCo/SoCo) from 0.22.3 to 0.22.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.22.3...v0.22.6)

---
updated-dependencies:
- dependency-name: soco
  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>
4 years agoBump black from 20.8b1 to 21.6b0 (#126)
dependabot[bot] [Wed, 23 Jun 2021 17:07:38 +0000 (19:07 +0200)]
Bump black from 20.8b1 to 21.6b0 (#126)

Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.6b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump mypy from 0.812 to 0.910 (#125)
dependabot[bot] [Wed, 23 Jun 2021 17:07:27 +0000 (19:07 +0200)]
Bump mypy from 0.812 to 0.910 (#125)

Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.812...v0.910)

---
updated-dependencies:
- dependency-name: mypy
  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>
4 years agoBump python-slugify from 4.0.1 to 5.0.2 (#124)
dependabot[bot] [Wed, 23 Jun 2021 17:07:13 +0000 (19:07 +0200)]
Bump python-slugify from 4.0.1 to 5.0.2 (#124)

Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.1 to 5.0.2.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/4.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: python-slugify
  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>
4 years agoBump tox from 3.23.0 to 3.23.1 (#123)
dependabot[bot] [Wed, 23 Jun 2021 17:00:15 +0000 (19:00 +0200)]
Bump tox from 3.23.0 to 3.23.1 (#123)

Bumps [tox](https://github.com/tox-dev/tox) from 3.23.0 to 3.23.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.23.0...3.23.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  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>
4 years agoBump pylint from 2.6.0 to 2.8.3 (#122)
dependabot[bot] [Wed, 23 Jun 2021 16:27:20 +0000 (18:27 +0200)]
Bump pylint from 2.6.0 to 2.8.3 (#122)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.0...v2.8.3)

---
updated-dependencies:
- dependency-name: pylint
  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>
4 years agoBump asyncio-throttle from 1.0.1 to 1.0.2 (#119)
dependabot[bot] [Wed, 23 Jun 2021 16:27:04 +0000 (18:27 +0200)]
Bump asyncio-throttle from 1.0.1 to 1.0.2 (#119)

Bumps [asyncio-throttle](https://github.com/hallazzang/asyncio-throttle) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/hallazzang/asyncio-throttle/releases)
- [Commits](https://github.com/hallazzang/asyncio-throttle/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: asyncio-throttle
  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>
4 years agoBump pytest-cov from 2.11.1 to 2.12.1 (#117)
dependabot[bot] [Wed, 23 Jun 2021 16:26:47 +0000 (18:26 +0200)]
Bump pytest-cov from 2.11.1 to 2.12.1 (#117)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...v2.12.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  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>
4 years agoBump cryptography from 3.4.6 to 3.4.7 (#116)
dependabot[bot] [Wed, 23 Jun 2021 16:26:28 +0000 (18:26 +0200)]
Bump cryptography from 3.4.6 to 3.4.7 (#116)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.4.6...3.4.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pyjwt from 2.0.1 to 2.1.0 (#120)
dependabot[bot] [Wed, 23 Jun 2021 16:26:11 +0000 (18:26 +0200)]
Bump pyjwt from 2.0.1 to 2.1.0 (#120)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: pyjwt
  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>
4 years agoBump pychromecast from 9.1.1 to 9.2.0 (#121)
dependabot[bot] [Wed, 23 Jun 2021 15:46:40 +0000 (17:46 +0200)]
Bump pychromecast from 9.1.1 to 9.2.0 (#121)

Bumps [pychromecast](https://github.com/balloob/pychromecast) from 9.1.1 to 9.2.0.
- [Release notes](https://github.com/balloob/pychromecast/releases)
- [Commits](https://github.com/balloob/pychromecast/compare/9.1.1...9.2.0)

---
updated-dependencies:
- dependency-name: pychromecast
  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>
4 years agofix compatibility with mushamaro update
Marcel van der Veldt [Tue, 1 Jun 2021 11:35:44 +0000 (13:35 +0200)]
fix compatibility with mushamaro update

4 years agosmall fixes for radio and chromecast status
Marcel van der Veldt [Tue, 1 Jun 2021 11:12:38 +0000 (13:12 +0200)]
small fixes for radio and chromecast status

4 years agoBump flake8 from 3.8.4 to 3.9.2 (#114)
dependabot[bot] [Tue, 1 Jun 2021 09:48:44 +0000 (11:48 +0200)]
Bump flake8 from 3.8.4 to 3.9.2 (#114)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump soco from 0.20 to 0.22.3 (#111)
dependabot[bot] [Tue, 1 Jun 2021 09:44:16 +0000 (11:44 +0200)]
Bump soco from 0.20 to 0.22.3 (#111)

Bumps [soco](https://github.com/SoCo/SoCo) from 0.20 to 0.22.3.
- [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.20...v0.22.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pytest from 6.2.2 to 6.2.4 (#115)
dependabot[bot] [Tue, 1 Jun 2021 09:43:56 +0000 (11:43 +0200)]
Bump pytest from 6.2.2 to 6.2.4 (#115)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump zeroconf from 0.28.8 to 0.31.0 (#113)
dependabot[bot] [Tue, 1 Jun 2021 09:43:44 +0000 (11:43 +0200)]
Bump zeroconf from 0.28.8 to 0.31.0 (#113)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.28.8 to 0.31.0.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pydocstyle from 5.1.1 to 6.1.1 (#112)
dependabot[bot] [Tue, 1 Jun 2021 09:43:32 +0000 (11:43 +0200)]
Bump pydocstyle from 5.1.1 to 6.1.1 (#112)

Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 5.1.1 to 6.1.1.
- [Release notes](https://github.com/PyCQA/pydocstyle/releases)
- [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst)
- [Commits](https://github.com/PyCQA/pydocstyle/compare/5.1.1...6.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump actions/stale from 3.0.17 to 3.0.19 (#110)
dependabot[bot] [Tue, 1 Jun 2021 09:41:59 +0000 (11:41 +0200)]
Bump actions/stale from 3.0.17 to 3.0.19 (#110)

Bumps [actions/stale](https://github.com/actions/stale) from 3.0.17 to 3.0.19.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.17...v3.0.19)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump aiofiles from 0.6.0 to 0.7.0 (#109)
dependabot[bot] [Tue, 1 Jun 2021 09:41:49 +0000 (11:41 +0200)]
Bump aiofiles from 0.6.0 to 0.7.0 (#109)

Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v0.6.0...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump actions/setup-python from 2.2.1 to 2.2.2 (#106)
dependabot[bot] [Tue, 1 Jun 2021 09:41:39 +0000 (11:41 +0200)]
Bump actions/setup-python from 2.2.1 to 2.2.2 (#106)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump pillow from 8.1.0 to 8.2.0 (#99)
dependabot[bot] [Tue, 1 Jun 2021 09:41:25 +0000 (11:41 +0200)]
Bump pillow from 8.1.0 to 8.2.0 (#99)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.0...8.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump mashumaro from 2.0 to 2.5 (#104)
dependabot[bot] [Tue, 1 Jun 2021 09:41:06 +0000 (11:41 +0200)]
Bump mashumaro from 2.0 to 2.5 (#104)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 2.0 to 2.5.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v2.0...v2.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Fri, 5 Mar 2021 11:03:53 +0000 (12:03 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

5 years agofix race condition in adding players
Marcel van der Veldt [Fri, 5 Mar 2021 11:03:49 +0000 (12:03 +0100)]
fix race condition in adding players

5 years agoUpdate Dockerfile
Marcel van der Veldt [Fri, 5 Mar 2021 08:29:48 +0000 (09:29 +0100)]
Update Dockerfile

5 years agoUpdate docker-build.yml
Marcel van der Veldt [Fri, 5 Mar 2021 08:08:50 +0000 (09:08 +0100)]
Update docker-build.yml

5 years agofix chromecast power state
Marcel van der Veldt [Fri, 5 Mar 2021 08:03:05 +0000 (09:03 +0100)]
fix chromecast power state

5 years agoadditional version bump
Marcel van der Veldt [Thu, 4 Mar 2021 20:18:39 +0000 (21:18 +0100)]
additional version bump

image is messed up

5 years agobetter handling of chromecast group players
Marcel van der Veldt [Thu, 4 Mar 2021 20:12:23 +0000 (21:12 +0100)]
better handling of chromecast group players

5 years agobump to 0.1.4
Marcel van der Veldt [Thu, 4 Mar 2021 17:34:47 +0000 (18:34 +0100)]
bump to 0.1.4

5 years agoremove armv7 build
Marcel van der Veldt [Thu, 4 Mar 2021 17:28:03 +0000 (18:28 +0100)]
remove armv7 build

5 years agoadopt changes to pychromecast
Marcel van der Veldt [Thu, 4 Mar 2021 17:26:07 +0000 (18:26 +0100)]
adopt changes to pychromecast

5 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Thu, 4 Mar 2021 07:54:15 +0000 (08:54 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

5 years agochange active queue logic
Marcel van der Veldt [Thu, 4 Mar 2021 07:53:34 +0000 (08:53 +0100)]
change active queue logic

5 years agobump pychromecast to 9.1.1
Marcel van der Veldt [Thu, 4 Mar 2021 07:52:43 +0000 (08:52 +0100)]
bump pychromecast to 9.1.1

5 years agoBump pyjwt from 2.0.0 to 2.0.1 (#76)
dependabot[bot] [Wed, 3 Mar 2021 15:17:19 +0000 (16:17 +0100)]
Bump pyjwt from 2.0.0 to 2.0.1 (#76)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.0...2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump ujson from 4.0.1 to 4.0.2 (#79)
dependabot[bot] [Wed, 3 Mar 2021 15:15:48 +0000 (16:15 +0100)]
Bump ujson from 4.0.1 to 4.0.2 (#79)

Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.0.1...4.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aiohttp[speedups] from 3.7.3 to 3.7.4 (#89)
dependabot[bot] [Wed, 3 Mar 2021 15:15:32 +0000 (16:15 +0100)]
Bump aiohttp[speedups] from 3.7.3 to 3.7.4 (#89)

Bumps [aiohttp[speedups]](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.3...v3.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump uvloop from 0.15.1 to 0.15.2 (#90)
dependabot[bot] [Wed, 3 Mar 2021 15:15:18 +0000 (16:15 +0100)]
Bump uvloop from 0.15.1 to 0.15.2 (#90)

Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.15.1...v0.15.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pytest from 6.2.1 to 6.2.2 (#86)
dependabot[bot] [Wed, 3 Mar 2021 15:14:55 +0000 (16:14 +0100)]
Bump pytest from 6.2.1 to 6.2.2 (#86)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump tox from 3.20.1 to 3.23.0 (#88)
dependabot[bot] [Wed, 3 Mar 2021 15:02:13 +0000 (16:02 +0100)]
Bump tox from 3.20.1 to 3.23.0 (#88)

Bumps [tox](https://github.com/tox-dev/tox) from 3.20.1 to 3.23.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/3.23.0/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.20.1...3.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pytest-cov from 2.10.1 to 2.11.1 (#87)
dependabot[bot] [Wed, 3 Mar 2021 15:01:56 +0000 (16:01 +0100)]
Bump pytest-cov from 2.10.1 to 2.11.1 (#87)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump cryptography from 3.3.2 to 3.4.6 (#81)
dependabot[bot] [Wed, 3 Mar 2021 15:01:36 +0000 (16:01 +0100)]
Bump cryptography from 3.3.2 to 3.4.6 (#81)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 3.4.6.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.2...3.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mashumaro from 1.24 to 2.0 (#85)
dependabot[bot] [Wed, 3 Mar 2021 15:00:46 +0000 (16:00 +0100)]
Bump mashumaro from 1.24 to 2.0 (#85)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 1.24 to 2.0.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v1.24...v2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aiosqlite from 0.16.0 to 0.17.0 (#82)
dependabot[bot] [Wed, 3 Mar 2021 14:59:44 +0000 (15:59 +0100)]
Bump aiosqlite from 0.16.0 to 0.17.0 (#82)

Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/omnilib/aiosqlite/releases)
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omnilib/aiosqlite/compare/v0.16.0...v0.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mypy from 0.790 to 0.812 (#83)
dependabot[bot] [Wed, 3 Mar 2021 14:59:09 +0000 (15:59 +0100)]
Bump mypy from 0.790 to 0.812 (#83)

Bumps [mypy](https://github.com/python/mypy) from 0.790 to 0.812.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.790...v0.812)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump actions/stale from v3.0.16 to v3.0.17 (#84)
dependabot[bot] [Wed, 3 Mar 2021 14:58:55 +0000 (15:58 +0100)]
Bump actions/stale from v3.0.16 to v3.0.17 (#84)

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.16 to v3.0.17.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.16...996798eb71ef485dc4c7b4d3285842d714040c4a)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agomore robust handling of disconnected clients
Marcel van der Veldt [Thu, 18 Feb 2021 23:32:25 +0000 (00:32 +0100)]
more robust handling of disconnected clients

5 years agomore stability fixes
Marcel van der Veldt [Wed, 17 Feb 2021 11:06:48 +0000 (12:06 +0100)]
more stability fixes

5 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Wed, 17 Feb 2021 07:14:37 +0000 (08:14 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

5 years agofix db migration
Marcel van der Veldt [Wed, 17 Feb 2021 07:14:33 +0000 (08:14 +0100)]
fix db migration

5 years agoUpdate docker-build.yml
Marcel van der Veldt [Wed, 17 Feb 2021 00:13:21 +0000 (01:13 +0100)]
Update docker-build.yml

5 years agorefactor: speed, stability and code quality
Marcel van der Veldt [Wed, 17 Feb 2021 00:05:05 +0000 (01:05 +0100)]
refactor: speed, stability and code quality

5 years agosome small fixes
Marcel van der Veldt [Sun, 14 Feb 2021 11:37:40 +0000 (12:37 +0100)]
some small fixes

5 years agosmall fix for library sync
Marcel van der Veldt [Sun, 14 Feb 2021 00:11:48 +0000 (01:11 +0100)]
small fix for library sync

5 years agofix dockerfiles
Marcel van der Veldt [Sat, 13 Feb 2021 21:03:13 +0000 (22:03 +0100)]
fix dockerfiles

5 years agochanges to build strategy
Marcel van der Veldt [Sat, 13 Feb 2021 20:46:50 +0000 (21:46 +0100)]
changes to build strategy

5 years agofix keyerror
Marcel van der Veldt [Sat, 13 Feb 2021 13:26:30 +0000 (14:26 +0100)]
fix keyerror

5 years agofixes for queue streams and players
Marcel van der Veldt [Sat, 13 Feb 2021 11:44:38 +0000 (12:44 +0100)]
fixes for queue streams and players

5 years agofew improvements
Marcel van der Veldt [Thu, 11 Feb 2021 22:56:07 +0000 (23:56 +0100)]
few improvements

5 years agobump pychromecast to 8.1.0 (#75)
Marcel van der Veldt [Wed, 10 Feb 2021 11:13:06 +0000 (12:13 +0100)]
bump pychromecast to 8.1.0 (#75)

5 years agoBump zeroconf from 0.28.7 to 0.28.8 (#66)
dependabot[bot] [Wed, 10 Feb 2021 11:10:16 +0000 (12:10 +0100)]
Bump zeroconf from 0.28.7 to 0.28.8 (#66)

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.28.7 to 0.28.8.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.28.7...0.28.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pychromecast from 7.7.1 to 8.0.0 (#70)
dependabot[bot] [Wed, 10 Feb 2021 11:09:56 +0000 (12:09 +0100)]
Bump pychromecast from 7.7.1 to 8.0.0 (#70)

Bumps [pychromecast](https://github.com/balloob/pychromecast) from 7.7.1 to 8.0.0.
- [Release notes](https://github.com/balloob/pychromecast/releases)
- [Commits](https://github.com/balloob/pychromecast/compare/7.7.1...8.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump pillow from 8.0.1 to 8.1.0 (#64)
dependabot[bot] [Wed, 10 Feb 2021 11:09:34 +0000 (12:09 +0100)]
Bump pillow from 8.0.1 to 8.1.0 (#64)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.0.1...8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump aiorun from 2020.11.1 to 2020.12.1 (#63)
dependabot[bot] [Wed, 10 Feb 2021 11:09:12 +0000 (12:09 +0100)]
Bump aiorun from 2020.11.1 to 2020.12.1 (#63)

Bumps [aiorun](https://github.com/cjrh/aiorun) from 2020.11.1 to 2020.12.1.
- [Release notes](https://github.com/cjrh/aiorun/releases)
- [Changelog](https://github.com/cjrh/aiorun/blob/master/CHANGES)
- [Commits](https://github.com/cjrh/aiorun/compare/v2020.11.1...v2020.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump actions/stale from v3.0.14 to v3.0.16 (#72)
dependabot[bot] [Wed, 10 Feb 2021 11:08:37 +0000 (12:08 +0100)]
Bump actions/stale from v3.0.14 to v3.0.16 (#72)

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.16.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.14...9d6f46564a515a9ea11e7762ab3957ee58ca50da)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump cryptography from 3.3.1 to 3.3.2 (#74)
dependabot[bot] [Wed, 10 Feb 2021 11:08:21 +0000 (12:08 +0100)]
Bump cryptography from 3.3.1 to 3.3.2 (#74)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mashumaro from 1.17 to 1.24 (#73)
dependabot[bot] [Wed, 10 Feb 2021 11:08:03 +0000 (12:08 +0100)]
Bump mashumaro from 1.17 to 1.24 (#73)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 1.17 to 1.24.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v1.17...v1.24)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agofix compatability with pyjwt update
Marcel van der Veldt [Mon, 28 Dec 2020 21:00:12 +0000 (22:00 +0100)]
fix compatability with pyjwt update

5 years agobump version to 0.0.81
Marcel van der Veldt [Mon, 28 Dec 2020 14:56:51 +0000 (15:56 +0100)]
bump version to 0.0.81

5 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Mon, 28 Dec 2020 14:56:03 +0000 (15:56 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

5 years agosmall follow up
Marcel van der Veldt [Mon, 28 Dec 2020 14:55:54 +0000 (15:55 +0100)]
small follow up

5 years agofix radio playback
Marcel van der Veldt [Mon, 28 Dec 2020 14:48:27 +0000 (15:48 +0100)]
fix radio playback

5 years agoBump pyjwt from 1.7.1 to 2.0.0 (#60)
dependabot[bot] [Mon, 28 Dec 2020 13:44:56 +0000 (14:44 +0100)]
Bump pyjwt from 1.7.1 to 2.0.0 (#60)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.0.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump cryptography from 3.2.1 to 3.3.1 (#53)
dependabot[bot] [Mon, 28 Dec 2020 13:44:42 +0000 (14:44 +0100)]
Bump cryptography from 3.2.1 to 3.3.1 (#53)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.2.1...3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Mon, 28 Dec 2020 13:44:12 +0000 (14:44 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

5 years agofinal fix for proper resources cleanup
Marcel van der Veldt [Mon, 28 Dec 2020 13:44:08 +0000 (14:44 +0100)]
final fix for proper resources cleanup

5 years agofix built-in player
Marcel van der Veldt [Mon, 28 Dec 2020 13:43:40 +0000 (14:43 +0100)]
fix built-in player

5 years agoBump pychromecast from 7.6.0 to 7.7.1 (#61)
dependabot[bot] [Mon, 28 Dec 2020 11:46:09 +0000 (12:46 +0100)]
Bump pychromecast from 7.6.0 to 7.7.1 (#61)

Bumps [pychromecast](https://github.com/balloob/pychromecast) from 7.6.0 to 7.7.1.
- [Release notes](https://github.com/balloob/pychromecast/releases)
- [Commits](https://github.com/balloob/pychromecast/compare/7.6.0...7.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump mashumaro from 1.16 to 1.17 (#62)
dependabot[bot] [Mon, 28 Dec 2020 11:31:56 +0000 (12:31 +0100)]
Bump mashumaro from 1.16 to 1.17 (#62)

Bumps [mashumaro](https://github.com/Fatal1ty/mashumaro) from 1.16 to 1.17.
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](https://github.com/Fatal1ty/mashumaro/compare/v1.16...v1.17)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agofix process exit
Marcel van der Veldt [Sun, 27 Dec 2020 14:40:41 +0000 (15:40 +0100)]
fix process exit

5 years agoMerge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Wed, 23 Dec 2020 19:24:45 +0000 (20:24 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server

5 years agofix queue streaming
Marcel van der Veldt [Wed, 23 Dec 2020 19:24:40 +0000 (20:24 +0100)]
fix queue streaming

5 years agoBump pytest from 6.1.2 to 6.2.1 (#58)
dependabot[bot] [Wed, 23 Dec 2020 08:15:10 +0000 (09:15 +0100)]
Bump pytest from 6.1.2 to 6.2.1 (#58)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agoBump unidecode from 1.1.1 to 1.1.2 (#57)
dependabot[bot] [Wed, 23 Dec 2020 08:14:55 +0000 (09:14 +0100)]
Bump unidecode from 1.1.1 to 1.1.2 (#57)

Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>