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