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