Skip to content

Releases: music-assistant/support

2022.8.0

04 Aug 00:33
Compare
Choose a tag to compare

2022.8.0 BETA 2

31 Jul 23:55
Compare
Choose a tag to compare
2022.8.0 BETA 2 Pre-release
Pre-release

What's Changed

  • Improve radio mode for playlists with mixed content.
  • Fixed a few UI glitches in the OSD and player select
  • Fixed the custom mass.queue_command service
  • Allow multiple items in the "play_media" of the mass.queue_command service

2022.8.0 BETA 1

29 Jul 19:49
54ac0b3
Compare
Choose a tag to compare
2022.8.0 BETA 1 Pre-release
Pre-release

Radio feature

It is now possible to start "Radio" from an artist, album, track or playlist. The tracks will be dynamically added to the queue based on your selection. You can even add multiple items to start the radio and even add other things to the queue as well in between. Your music will just keep on going and maybe you will discover some new music to your taste!

For now, Radio is only available to those who subscribe to either Spotify or Youtube music but we plan on adding a fallback implementation in a follow release.

You can find the "Start radio" play action in the play menu or context menu when it s available (meaning you're looking at an item which has one of the mentioned streaming providers linked).

Kudos to @MarvinSchenkel who did most of the work in making this feature happen!

Schermafbeelding 2022-07-29 om 23 29 00

What's Changed

New Contributors

Full Changelog: music-assistant/hass-music-assistant@2022.8.0b0...2022.8.0b1

2022.7.4

29 Jul 14:48
Compare
Choose a tag to compare

What's Changed

  • Fix for translations not showing up in frontend (#760) @gelokatil
  • Spanish translation of frontend (#756) @gelokatil
  • Fix for playback issues on players that do multiple GET requests (e.g. Kodi, VLC etc)
  • Fix group state for cast groups and stereo pairs

2022.7.3

29 Jul 06:23
Compare
Choose a tag to compare

What's Changed

  • Spanish translation added by @gelokatil

  • French translation added by @Y-Solo

  • fix playback control and resume from player itself

  • fix tag parsing of ogg media files

  • prevent player from buffering ahead too much

  • cleanup some redundant events

  • fix for files with no duration

  • fix typo in the Polish translation

Full Changelog: music-assistant/hass-music-assistant@2022.7.2...2022.7.3

2022.8 BETA 0

27 Jul 19:29
b9ede15
Compare
Choose a tag to compare
2022.8 BETA 0 Pre-release
Pre-release

What's Changed

WARNING - WARNING - WARNING
This release is only compatible with Home Assistant 2022.8 !!!!!

No new changes yet, just compatibility with HA 2022.8

2022.7.2

27 Jul 18:58
Compare
Choose a tag to compare

What's Changed

  • fix edge case where playlist track has invalid albumdetails
  • make the audio buffer more dynamic
  • fix loop thread safety (fixes issues with cast speakers)
  • simplify some code
  • simplify player poll task
  • extend timeout for spotify token retrieval
  • Fix count of PagedItems queries
  • Fix relative paths in playlists
  • Handle some edge cases in cleanup procedure
  • Fix metadata checksum overwrite
  • Fix type of mediaitem image
  • additional guards for library edit usage
  • Fix local artwork retrieval in artist/album folders
  • Handle (and log) slow Spotify connection
  • inherit log level to musicasistant library
  • adjust for simplified metadata in queueitem object
  • fix auto refresh of track details
  • fix thumb in playerqueue
  • Some fixes for the standalone version of the frontend
  • Fix a few small UI glitches
  • Fix Cast players network error

2022.7.1

25 Jul 20:14
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

11 changes
  • Bump homeassistant from 2022.7.5 to 2022.7.6 (#727) @dependabot
  • Bump mypy from 0.961 to 0.971 (#728) @dependabot
  • Bump vue-tsc from 0.38.9 to 0.39.0 in /custom_components/mass/frontend (#729) @dependabot
  • Bump @types/node from 18.0.6 to 18.6.1 in /custom_components/mass/frontend (#736) @dependabot
  • Bump @mdi/font from 6.9.96 to 7.0.96 in /custom_components/mass/frontend (#737) @dependabot
  • Bump @types/jsdom from 16.2.15 to 20.0.0 in /custom_components/mass/frontend (#730) @dependabot
  • Bump @intlify/vite-plugin-vue-i18n from 5.0.0 to 5.0.1 in /custom_components/mass/frontend (#731) @dependabot
  • Bump vitest from 0.18.1 to 0.19.1 in /custom_components/mass/frontend (#734) @dependabot
  • Bump v3-infinite-loading from 1.0.6 to 1.1.2 in /custom_components/mass/frontend (#735) @dependabot
  • Bump sass from 1.53.0 to 1.54.0 in /custom_components/mass/frontend (#732) @dependabot
  • Bump @mdi/js from 6.9.96 to 7.0.96 in /custom_components/mass/frontend (#733) @dependabot

2022.7.0

23 Jul 01:40
Compare
Choose a tag to compare

2022.7 (July) release of Music Assistant

[IMPORTANT NOTES]

  • COMPATIBLE ONLY WITH HOME ASSISTANT 2022.7+

  • The filesystem provider now behaves more like the streaming providers and items on disk are no longer favorited by default.
    You can still see all items if you deselect the new "in library" filter and decide for yourself what you want favorited.

Most important changes

  • Add YoutubeMusic MusicProvider by @MarvinSchenkel
  • Improved performance for really big collections.
  • New ID3 tag parser to make sure that all tags are properly scanned.
  • Implement (basic) browsing of music providers
  • Global search feature
  • Lot's of UI/UX improvements!
  • Fix mapping and database issues
  • Fix issues with local artwork resolving.
  • Several player-specific issues resolved.
  • More fine grained control of player queue(stream)settings

For a full list of all the changes, see the 2022.7 beta releasenotes: https://github.com/music-assistant/hass-music-assistant/releases

Thanks to all beta testers!

2022.7.0 BETA 9

22 Jul 00:02
Compare
Choose a tag to compare
2022.7.0 BETA 9 Pre-release
Pre-release

What's Changed

⬆️ Dependencies

9 changes
  • Bump vitest from 0.18.0 to 0.18.1 in /custom_components/mass/frontend (#689) @dependabot
  • Bump eslint from 8.19.0 to 8.20.0 in /custom_components/mass/frontend (#688) @dependabot
  • Bump homeassistant from 2022.7.3 to 2022.7.5 (#687) @dependabot
  • Bump pylint from 2.14.4 to 2.14.5 (#686) @dependabot
  • Bump actions/setup-node from 3.3.0 to 3.4.1 (#685) @dependabot
  • Bump vue-tsc from 0.38.5 to 0.38.8 in /custom_components/mass/frontend (#690) @dependabot
  • Bump @intlify/vite-plugin-vue-i18n from 3.4.0 to 5.0.0 in /custom_components/mass/frontend (#691) @dependabot
  • Bump @types/node from 18.0.3 to 18.0.6 in /custom_components/mass/frontend (#692) @dependabot
  • Auto-update pre-commit hooks (#699) @github-actions