/
/
/
1# [2.0.6] - 13.06.2024
2
3Bugfixes, stability improvements and small tweaks.
4
5**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.4...2.0.6
6
7## 2.0.3
8
9Several bugfixes again for the 2.0 release
10
11- #1307 - frontend bugfixes:
12
13 - Fix various issues with listings and sorting
14 - Fix some alignment issues on the fullscreen player
15 - Fix queue tracks listing
16 - Make all item click actions consistent + add play button
17 - Updated translations
18
19- #1305 - A collection of small bugfixes and tweaks:
20
21 - Fix for browse listings
22 - Fix random sort for builtin playlists
23 - Catch some parse errors on JellyFin
24
25- #1304 - Subsonic: Set Track.disc_number to 0 for now (@khers)
26
27## 2.0.3
28
29Several bugfixes again for the 2.0 release
30
31- #1303 - Remove Requirement for Password for Jellyfin (@lokiberra)
32- #1302 - Do not use ISRC or barcode for lookups on MusicBrainz (@marcelveldt)
33- #1301 - A collection of small bugfixes (@marcelveldt)
34- #1295 - Limit queries to all online (metadata) resources (@marcelveldt)
35
36**IMPORTANT NOTE**
37The dust has settled from the 2.0 release, cool that we got so many new users excited!
38Unfortunately 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.
39
40This 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.
41
42I'm investigating options like implementing some global Redis cache or whatever that is still affordable for me.
43
44So, this update of MA brings actually a small change to the way how metadata is retrieved from the online providers.
45This 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.
46
47Thanks for the support/understanding!
48
49## 2.0.2
50
51Several bugfixes for the 2.0 release
52
53- Fix Home redirecting to settings
54- Fix builtin playlists limited to 50 items
55
56## 2.0.1
57
58Several bugfixes for the 2.0 release
59
60- Fix default enqueue options (@marcelveldt)
61- Fix phantom artists in library (@MarvinSchenkel)
62- Fix the quality score (@marcelveldt)
63
64Frontend
65
66- Translations update (@marcelveldt)
67- Fix back button in toolbar (@marcelveldt)
68- Fix issues with items listings (@marcelveldt)
69- Improve the out of the box experience a bit (@marcelveldt)
70
71## 2.0.0
72
732.0.0 (stable) Release of Music Assistant !
74
75Thanks to everyone contributed to this milestone!
76
77
78