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