/
/
/
1# [2.1.0 BETA 9] - 04.07.2024
2
3## What's Changed
4* Remove some unnecessary async and await in ytmusic by @tronikos in https://github.com/music-assistant/server/pull/1405
5* YTMusic: Update YT DLP options to improve speed for resolving stream urls by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1417
6* Some Typos in locales by @OzGav in https://github.com/music-assistant/server/pull/1420
7* Bump docker/build-push-action from 6.1.0 to 6.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1424
8* Snapcast fix sync to by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1423
9* Fix unload on snapcast by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1415
10* Bump aiofiles from 23.2.1 to 24.1.0 by @dependabot in https://github.com/music-assistant/server/pull/1407
11* Bump ruff from 0.4.9 to 0.4.10 by @dependabot in https://github.com/music-assistant/server/pull/1408
12* Bump ytmusicapi from 1.7.0 to 1.7.3 by @dependabot in https://github.com/music-assistant/server/pull/1406
13* Jellyfin: Add more test scaffolding. by @Jc2k in https://github.com/music-assistant/server/pull/1403
14* Avoid subshells when using check_output by @Jc2k in https://github.com/music-assistant/server/pull/1412
15* Mypy: Get mypy passing on music_assistant.client by @Jc2k in https://github.com/music-assistant/server/pull/1416
16* Apple Music: Fix tracks that are unavailable in the catalog + Fix tracks with no album data by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1425
17* Bump async-upnp-client from 0.38.3 to 0.39.0 by @dependabot in https://github.com/music-assistant/server/pull/1409
18* Double check external ID comparison by @MelHarbour in https://github.com/music-assistant/server/pull/1411
19* Jellyfin: add similar tracks by @Jc2k in https://github.com/music-assistant/server/pull/1414
20* Run mypy on CI by @Jc2k in https://github.com/music-assistant/server/pull/1413
21* Carefully handle redirect from players to queue controller by @marcelveldt in https://github.com/music-assistant/server/pull/1427
22* Bump mypy from 1.10.0 to 1.10.1 by @dependabot in https://github.com/music-assistant/server/pull/1433
23* Fetch larger version of Soundcloud artwork by @MelHarbour in https://github.com/music-assistant/server/pull/1426
24* Bump pillow from 10.3.0 to 10.4.0 by @dependabot in https://github.com/music-assistant/server/pull/1429
25* Bump pylint from 3.2.3 to 3.2.5 by @dependabot in https://github.com/music-assistant/server/pull/1432
26* Mypy: Add music_assistant.common by @Jc2k in https://github.com/music-assistant/server/pull/1428
27* Bump python-fullykiosk from 0.0.12 to 0.0.14 by @dependabot in https://github.com/music-assistant/server/pull/1431
28* Snapcast: Add delay, before so that the stream does not idle immediately by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1434
29* Bump py-opensonic to 5.1.1 by @khers in https://github.com/music-assistant/server/pull/1437
30* Bump ruff from 0.4.10 to 0.5.0 by @dependabot in https://github.com/music-assistant/server/pull/1430
31* Snapcast remove check for 0.27 by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1419
32* Bump yt-dlp from 2024.5.27 to 2024.7.1 by @dependabot in https://github.com/music-assistant/server/pull/1435
33* Snapcast remove unused code by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1441
34* Automatically repair configs broken by the last_error retry glitch by @Jc2k in https://github.com/music-assistant/server/pull/1443
35* Add Setup Script by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1438
36* Bump docker/build-push-action from 6.2.0 to 6.3.0 by @dependabot in https://github.com/music-assistant/server/pull/1439
37* Don't load_provider if provider already deleted by @Jc2k in https://github.com/music-assistant/server/pull/1436
38* Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/music-assistant/server/pull/1444
39* Snapcast: Reload built-in server in case of connection loss by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1442
40* Better handling of album directory for local files by @marcelveldt in https://github.com/music-assistant/server/pull/1445
41
42
43**Full Changelog**: https://github.com/music-assistant/server/compare/2.1.0b8...2.1.0b9
44
45# [2.1.0 BETA 8] - 24.06.2024
46
47## Whatâs Changed
48
49- #1404 - Deezer: Fix Playback (@micha91)
50- #1387 - YT Music: Switch from unmaintained pytube to yt-dlp. Check user is subscribed to YTM premium (@tronikos)
51- #1401 - Fix radio for playlists < 5 items. (@MarvinSchenkel)
52- #1402 - YT Music: Fix playback for video based songs without artist info. (@MarvinSchenkel)
53- #1399 - Snapcast add config built in server (@SantiagoSotoC)
54- #1395 - Snapcast: re-add update all clients on sync and unsync (@SantiagoSotoC)
55- #1394 - Update Locales (@OzGav)
56
57
58# [2.1.0 BETA 7] - 20.06.2024
59
60## Whatâs Changed
61
62### Server 2.1.0 BETA 7
63
64## What's Changed
65
66* Jellyfin: Drop all synchronous HTTP and use aiohttp instread by @Jc2k in https://github.com/music-assistant/server/pull/1362
67* Fix a typing issue in the client. by @jozefKruszynski in https://github.com/music-assistant/server/pull/1368
68* Jellyfin: Typing improvements by @Jc2k in https://github.com/music-assistant/server/pull/1371
69* Force comparison of MBID by @MelHarbour in https://github.com/music-assistant/server/pull/1370
70* Jellyfin: Make less http requests by @Jc2k in https://github.com/music-assistant/server/pull/1379
71* Add index on timestamp_added by @MelHarbour in https://github.com/music-assistant/server/pull/1381
72* Jellyfin: Make SSL verification optional, but on by default by @Jc2k in https://github.com/music-assistant/server/pull/1382
73* Jellyfin: Add pagination for get_library_albums and get_library_artists by @Jc2k in https://github.com/music-assistant/server/pull/1380
74* Prevent overwriting album_tracks table by @MelHarbour in https://github.com/music-assistant/server/pull/1388
75* Fix unsync when master off by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1386
76* Improve library performance by @marcelveldt in https://github.com/music-assistant/server/pull/1389
77* Jellyfin: Faster track fetching by @Jc2k in https://github.com/music-assistant/server/pull/1383
78* Jellyfin: Stricter typing by @Jc2k in https://github.com/music-assistant/server/pull/1390
79* frontend-2.5.15 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1391
80* A collection of small bugfixes and tweaks by @marcelveldt in https://github.com/music-assistant/server/pull/1392
81* Snapcast fix sync and unsync many by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1385
82* Jellyfin: Get more artwork from the Jellyfin instance by @Jc2k in https://github.com/music-assistant/server/pull/1393
83
84## New Contributors
85* @MelHarbour made their first contribution in https://github.com/music-assistant/server/pull/1370
86
87**Full Changelog**: https://github.com/music-assistant/server/compare/2.1.0b6...2.1.0b7
88
89### Frontend 2.5.15
90
91- #545 - Lokalise: Translations update (@marcelveldt)
92- #544 - Revert "Lokalise: Translations update" (@jozefKruszynski)
93- #541 - Lokalise: Translations update (@marcelveldt)
94- #532 - Update languages (@OzGav)
95
96## â¬ï¸ Dependencies
97
98### Server
99
100### Frontend
101
102<details>
103<summary>8 changes</summary>
104
105- #533 - Bump vue-router from 4.3.2 to 4.3.3 (@dependabot)
106- #534 - Bump vue from 3.4.27 to 3.4.29 (@dependabot)
107- #535 - Bump sass from 1.77.4 to 1.77.5 (@dependabot)
108- #536 - Bump prettier from 3.3.1 to 3.3.2 (@dependabot)
109- #537 - Bump marked from 12.0.2 to 13.0.0 (@dependabot)
110- #538 - Bump vuetify from 3.6.8 to 3.6.9 (@dependabot)
111- #539 - Bump home-assistant-js-websocket from 9.3.0 to 9.4.0 (@dependabot)
112- #540 - Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (@dependabot)
113</details>
114
115# [2.1.0 BETA 6] - 15.06.2024
116
117## Whatâs Changed
118
119- #1366 - frontend-2.5.14 (@music-assistant-machine)
120- #1365 - Fixed volume fixes (@marcelveldt)
121- #1364 - Auto retry provider load if its unavailable or the connection gets lost (@marcelveldt)
122- #1363 - Snapcast add guard for sync_many on cmd_sync (@SantiagoSotoC)
123- #1361 - Fix race condition causing a (potential) endless loop (@marcelveldt)
124- #1360 - Fix snapcast group child (@SantiagoSotoC)
125
126## â¬ï¸ Dependencies
127
128<details>
129<summary>2 changes</summary>
130
131- #1343 - Bump ruff from 0.4.4 to 0.4.8 (@dependabot)
132</details>
133
134# [2.1.0 BETA 5] - 14.06.2024
135
136* Revert "Fix snapcast player unsync when master off" by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1350
137* Apple Music: Fixed lots of metadata related issues by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1351
138* Subsonic: Extend favorites to tracks, and podcast channels and episodes by @khers in https://github.com/music-assistant/server/pull/1352
139* Jellyfin: Don't adjust logging level of unrelated providers dependencies by @Jc2k in https://github.com/music-assistant/server/pull/1354
140* Jellyfin: Fetch favorite userdata into library by @Jc2k in https://github.com/music-assistant/server/pull/1353
141* Fix issues with paged listings by @marcelveldt in https://github.com/music-assistant/server/pull/1356
142* Playback/enqueue fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1355
143* Enforce line endings by @Jc2k in https://github.com/music-assistant/server/pull/1357
144* frontend-2.5.13 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1358
145
146# [2.1.0 BETA 4] - 11.06.2024
147
148## What's Changed
149
150- Jellyfin: Fix regression importing track artist mapping by @Jc2k in https://github.com/music-assistant/server/pull/1339
151- Jellyfin: Don't fail entire sync if a single track or album have an invalid mbid by @Jc2k in https://github.com/music-assistant/server/pull/1338
152- Refactor SnapCastProvider cmd_volume_set method by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1324
153- Fix Snapcast types by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1346
154- Fix snapcast player unsync when master off by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1347
155- Several small bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1348
156- frontend-2.5.12 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1349
157
158# [2.1.0 BETA 3] - 10.06.2024
159
160## What's Changed
161
162- Jellyfin: Don't fail entire sync if artist mbid is corrupt by @Jc2k in https://github.com/music-assistant/server/pull/1332
163- Add Plex Connect Locally by @lordbah in https://github.com/music-assistant/server/pull/1313
164- Make Jellyfin provider compatible with Emby by @kingy444 in https://github.com/music-assistant/server/pull/1325
165- Add playlist create/edit support to the Subsonic provider by @khers in https://github.com/music-assistant/server/pull/1335
166- frontend-2.5.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1337
167- Several small bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1336
168
169# [2.1.0 BETA 2] - 05.06.2024
170
171## Whatâs Changed
172
173- #1330 - Fix: apple music playlists (@MarvinSchenkel)
174- #1323 - Fix cleanup of orphaned artists and albums on local file provider (@nldroid)
175- #1322 - Fix snapcast players ids (@SantiagoSotoC)
176- #1318 - Slimproto: Turn off Display and visualization by default (@cociweb)
177- #1319 - Apple Music: Add a few guards for cases where related MediaItems are unavailable. (@MarvinSchenkel)
178
179
180## â¬ï¸ Dependencies
181
182<details>
183<summary>6 changes</summary>
184
185- #1327 - Bump ytmusicapi from 1.7.2 to 1.7.3 (@dependabot)
186- #1320 - Bump ytmusicapi from 1.7.0 to 1.7.2 (@dependabot)
187- #1316 - Bump pre-commit from 3.7.0 to 3.7.1 (@dependabot)
188- #1296 - Bump mashumaro from 3.12 to 3.13 (@dependabot)
189- #1298 - Bump aiorun from 2023.7.2 to 2024.5.1 (@dependabot)
190- #1321 - Bump docker/login-action from 3.1.0 to 3.2.0 (@dependabot)
191
192</details>
193
194
195# [2.1.0 BETA 1] - 22.05.2024
196
197## Whatâs Changed
198
199- #1315 - Apple music provider (@MarvinSchenkel)
200- #1314 - Fix owner id mismatch bug in Spotify create playlist API (@sprocket-9)
201- #1312 - Fix typo in sample rate config options (@OzGav)
202- #1311 - Fixes the spotify json decode mime-type errors (@sprocket-9)
203- #1309 - Fix add to Tidal Library (@jozefKruszynski)
204- #1308 - Fix for missing Artist Metadata in Jellyfin (@lokiberra)
205
206## â¬ï¸ Dependencies
207
208<details>
209<summary>3 changes</summary>
210
211- #1310 - Adjust release script to account for both beta and stable releases (@jozefKruszynski)
212- #1297 - Bump ruff from 0.4.3 to 0.4.4 (@dependabot)
213- #1300 - Bump pylint from 3.1.0 to 3.1.1 (@dependabot)
214</details>
215
216
217# [2.1.0 BETA 0] - 14.05.2024
218
219The first beta for the 2.1.0 milestone !
220
221No new features yet but this pulls in the bugfixes from the stable release (2.0.4).
222Once most important bugfixes are done for 2.0, you will start seeing new features in the beta releases again.
223
224## 2.0.3
225
226Several bugfixes again for the 2.0 release
227
228- #1303 - Remove Requirement for Password for Jellyfin (@lokiberra)
229- #1302 - Do not use ISRC or barcode for lookups on MusicBrainz (@marcelveldt)
230- #1301 - A collection of small bugfixes (@marcelveldt)
231- #1295 - Limit queries to all online (metadata) resources (@marcelveldt)
232
233**IMPORTANT NOTE**
234The dust has settled from the 2.0 release, cool that we got so many new users excited!
235Unfortunately this means that our calls to the metadata services are also increasing, despite the heavy throttling and caching we have in place. Apparently the amount of calls to MusicBrainz is now hurting their services, most likely a lot of new users onboarding into MA.
236
237This is a free project and unlike the big players like Plex, Emby and Roon etc. I can not pay large fees for metadata so we're bound to the limits of free (or almost free api calls). For now I'm just going to increase the throttle intervals even more and skip a few additional calls. This will mean that for folks with missing local metadata, this will not be auto pulled in anymore. It will also mean that the initial scan will slow down even more. Sorry, it is what it is.
238
239I'm investigating options like implementing some global Redis cache or whatever that is still affordable for me.
240
241So, this update of MA brings actually a small change to the way how metadata is retrieved from the online providers.
242This change impacts folks with local files only. If you have badly tagged files or no images stored locally you will see empty artist images and the only way to retrieve those is by opening each artist one by one (I'm shutting down the background scanner to save api calls) OR by just making sure your structrure of music files is in order with correct tags and images. If the info is already there, no calls need to be done to a metadata provider. Its as simple as that.
243
244Thanks for the support/understanding!
245
246## 2.0.2
247
248Several bugfixes for the 2.0 release
249
250- Fix Home redirecting to settings
251- Fix builtin playlists limited to 50 items
252
253## 2.0.1
254
255Several bugfixes for the 2.0.0 release
256
257- Fix default enqueue options (@marcelveldt)
258- Fix phantom artists in library (@MarvinSchenkel)
259- Fix the quality score (@marcelveldt)
260
261Frontend
262
263- Translations update (@marcelveldt)
264- Fix back button in toolbar (@marcelveldt)
265- Fix issues with items listings (@marcelveldt)
266- Improve the out of the box experience a bit (@marcelveldt)
267
268## 2.0.0
269
2702.0.0 (stable) Release of Music Assistant !
271
272Thanks to everyone contributed to this milestone!
273
274This beta add-on is now temporary on the same version as the stable release but will get the 2.1 beta soon.
275
276
277
278
279
280
281
282
283