Releases: music-assistant/hass-music-assistant
2022.7 BETA 3
What's Changed
- Bugfixes and improvements for the Youtube Music provider @MarvinSchenkel
- Fix media browsing from HA
2022.7 BETA 2
What's Changed
- Store in-library preference (#620) @marcelveldt
- Skip system directories (like recycle) in the filesystem scan (music-assistant/server#401) @marcelveldt
- Fix order of database initialization (music-assistant/server#400) @marcelveldt
2022.7 BETA 1
FIRST VERSION OF YOUTUBE MUSIC
@MarvinSchnenkel contributed the Youtube Music support to Music Assistant. Awesome!
What's Changed
- Update en.json (#605) @OzGav
- Fix audio buffer issues (music-assistant/server#399) @marcelveldt
- Add YoutubeMusic MusicProvider (music-assistant/server#397) @MarvinSchenkel
- Fix TypeError when there is no next item in the queue (music-assistant/server#398) @marcelveldt
2022.7 BETA 0
COMPATIBLE ONLY WITH HOME ASSISTANT 2022.7+
This is the first beta release for our 2022.7 July version of Music Assistant.
Although not yet very visible, it contains all foundations for upcoming really great features, keep an eye on the next betas (and release ofc)!
BREAKING CHANGE
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.
NOTE: Due to large changes in the tagparser and the above "favorites change", your library will be rebuilt. It takes some time at next startup.
What's Changed
- Implement server-side paging and browse feature basics (#597) @marcelveldt
- Update Readme (#592) @OzGav
- Polish translation of Music Assistant frontend/panel (#577) @LukaszP2
- Fix mapping and database issues (music-assistant/server#395) @marcelveldt
- Add support for FreeBSD (music-assistant/server#392) @marcelveldt
- Improved performance for really big collections.
- New ID3 tag parser to make sure that all tags are properly scanned.
- Fix issues with local artwork resolving.
- All changes required for Home Assistant 2022.7
- Implement basic browsing of music providers
- Revamped the Library browsing
⬆️ Dependencies
11 changes
- Bump homeassistant from 2022.7.0b2 to 2022.7.0b3 (#585) @dependabot
- Bump vitest from 0.16.0 to 0.17.0 in /custom_components/mass/frontend (#586) @dependabot
- Bump @types/node from 18.0.0 to 18.0.1 in /custom_components/mass/frontend (#587) @dependabot
- Bump @vue/test-utils from 2.0.0 to 2.0.2 in /custom_components/mass/frontend (#588) @dependabot
- Bump black from 22.3.0 to 22.6.0 (#570) @dependabot
- Bump @mdi/js from 6.7.96 to 6.9.96 in /custom_components/mass/frontend (#571) @dependabot
- Bump pylint from 2.14.3 to 2.14.4 (#569) @dependabot
- Bump @mdi/font from 6.7.96 to 6.9.96 in /custom_components/mass/frontend (#572) @dependabot
- Bump vuetify from 3.0.0-beta.4 to 3.0.0-beta.5 in /custom_components/mass/frontend (#573) @dependabot
- Bump @rushstack/eslint-patch from 1.1.3 to 1.1.4 in /custom_components/mass/frontend (#574) @dependabot
- Bump vite-plugin-pwa from 0.12.0 to 0.12.2 in /custom_components/mass/frontend (#575) @dependabot
2022.6.10
What's Changed
- Fixes for Google Cast stereo pairs
- Fixes for overwriting metadata when tags change (filesystem)
- Fix for local artwork on filesystem provider
- Some small frontend glitches
- Fix for corrupt item in Queue
2022.6.9
What's Changed
- Fixes for grouped players (#555) @marcelveldt
- Fixes for IP-address parsing from internal IRL (#547) @marcelveldt
2022.6.8
Fix small bug in IP-address retrieval where HA internal url is not an hostname but IP
2022.6.7
What's Changed
- Fixed stream_ip resolution for kubernetes users (#516) @robbert229
- fix metadata when repeat is enabled (music-assistant/server#388) @marcelveldt
- try not to crash on a single file while syncing (music-assistant/server#388) @marcelveldt
- fix for album tracks listings matching in multi provider setup (music-assistant/server#388) @marcelveldt
- Fixes for grouped players (music-assistant/server#387) @marcelveldt
- Fix "sort by artist" in albums listings
- Fix link on provider icons from details view
2022.6.6
What's Changed
- Fix: Do not crash if one player fails to register (#514) @marcelveldt
- Fix playback from HA Media panel
- Another attempt to fix playback for Kodi players
2022.6.5
What's Changed
- Fix some small glitches in the frontend (#508) @marcelveldt
- Fix volume control for grouped players (#507) @marcelveldt
- Fix playback on Kodi/OSMC players (#505) @marcelveldt
- Fix item actions (and play) on many items at once (#504) @marcelveldt
- Fix for appending single tracks to queue (music-assistant/server#385) @marcelveldt
- Fix for custom URL(s) in Tune-In Library (music-assistant/server#384) @marcelveldt
- Improve cache for items from music providers (music-assistant/server#383) @marcelveldt
- Add some additional logging for common mistakes (music-assistant/server#382) @marcelveldt