/
/
/
1## 2.0.3
2
3Several bugfixes again for the 2.0 release
4
5- #1303 - Remove Requirement for Password for Jellyfin (@lokiberra)
6- #1302 - Do not use ISRC or barcode for lookups on MusicBrainz (@marcelveldt)
7- #1301 - A collection of small bugfixes (@marcelveldt)
8- #1295 - Limit queries to all online (metadata) resources (@marcelveldt)
9
10**IMPORTANT NOTE**
11The dust has settled from the 2.0 release, cool that we got so many new users excited!
12Unfortunately 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.
13
14This 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.
15
16I'm investigating options like implementing some global Redis cache or whatever that is still affordable for me.
17
18So, this update of MA brings actually a small change to the way how metadata is retrieved from the online providers.
19This 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.
20
21Thanks for the support/understanding!
22
23## 2.0.2
24
25Several bugfixes for the 2.0 release
26
27- Fix Home redirecting to settings
28- Fix builtin playlists limited to 50 items
29
30## 2.0.1
31
32Several bugfixes for the 2.0 release
33
34- Fix default enqueue options (@marcelveldt)
35- Fix phantom artists in library (@MarvinSchenkel)
36- Fix the quality score (@marcelveldt)
37
38Frontend
39
40- Translations update (@marcelveldt)
41- Fix back button in toolbar (@marcelveldt)
42- Fix issues with items listings (@marcelveldt)
43- Improve the out of the box experience a bit (@marcelveldt)
44
45## 2.0.0
46
472.0.0 (stable) Release of Music Assistant !
48
49Thanks to everyone contributed to this milestone!
50