/
/
/
1# [2.1.0 BETA 4] - 11.06.2024
2
3## What's Changed
4
5- Jellyfin: Fix regression importing track artist mapping by @Jc2k in https://github.com/music-assistant/server/pull/1339
6- 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
7- Refactor SnapCastProvider cmd_volume_set method by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1324
8- Fix Snapcast types by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1346
9- Fix snapcast player unsync when master off by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1347
10- Several small bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1348
11- frontend-2.5.12 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1349
12
13# [2.1.0 BETA 3] - 10.06.2024
14
15## What's Changed
16
17- Jellyfin: Don't fail entire sync if artist mbid is corrupt by @Jc2k in https://github.com/music-assistant/server/pull/1332
18- Add Plex Connect Locally by @lordbah in https://github.com/music-assistant/server/pull/1313
19- Make Jellyfin provider compatible with Emby by @kingy444 in https://github.com/music-assistant/server/pull/1325
20- Add playlist create/edit support to the Subsonic provider by @khers in https://github.com/music-assistant/server/pull/1335
21- frontend-2.5.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1337
22- Several small bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1336
23
24# [2.1.0 BETA 2] - 05.06.2024
25
26## Whatâs Changed
27
28- #1330 - Fix: apple music playlists (@MarvinSchenkel)
29- #1323 - Fix cleanup of orphaned artists and albums on local file provider (@nldroid)
30- #1322 - Fix snapcast players ids (@SantiagoSotoC)
31- #1318 - Slimproto: Turn off Display and visualization by default (@cociweb)
32- #1319 - Apple Music: Add a few guards for cases where related MediaItems are unavailable. (@MarvinSchenkel)
33
34
35## â¬ï¸ Dependencies
36
37<details>
38<summary>6 changes</summary>
39
40- #1327 - Bump ytmusicapi from 1.7.2 to 1.7.3 (@dependabot)
41- #1320 - Bump ytmusicapi from 1.7.0 to 1.7.2 (@dependabot)
42- #1316 - Bump pre-commit from 3.7.0 to 3.7.1 (@dependabot)
43- #1296 - Bump mashumaro from 3.12 to 3.13 (@dependabot)
44- #1298 - Bump aiorun from 2023.7.2 to 2024.5.1 (@dependabot)
45- #1321 - Bump docker/login-action from 3.1.0 to 3.2.0 (@dependabot)
46
47</details>
48
49
50# [2.1.0 BETA 1] - 22.05.2024
51
52## Whatâs Changed
53
54- #1315 - Apple music provider (@MarvinSchenkel)
55- #1314 - Fix owner id mismatch bug in Spotify create playlist API (@sprocket-9)
56- #1312 - Fix typo in sample rate config options (@OzGav)
57- #1311 - Fixes the spotify json decode mime-type errors (@sprocket-9)
58- #1309 - Fix add to Tidal Library (@jozefKruszynski)
59- #1308 - Fix for missing Artist Metadata in Jellyfin (@lokiberra)
60
61## â¬ï¸ Dependencies
62
63<details>
64<summary>3 changes</summary>
65
66- #1310 - Adjust release script to account for both beta and stable releases (@jozefKruszynski)
67- #1297 - Bump ruff from 0.4.3 to 0.4.4 (@dependabot)
68- #1300 - Bump pylint from 3.1.0 to 3.1.1 (@dependabot)
69</details>
70
71
72# [2.1.0 BETA 0] - 14.05.2024
73
74The first beta for the 2.1.0 milestone !
75
76No new features yet but this pulls in the bugfixes from the stable release (2.0.4).
77Once most important bugfixes are done for 2.0, you will start seeing new features in the beta releases again.
78
79## 2.0.3
80
81Several bugfixes again for the 2.0 release
82
83- #1303 - Remove Requirement for Password for Jellyfin (@lokiberra)
84- #1302 - Do not use ISRC or barcode for lookups on MusicBrainz (@marcelveldt)
85- #1301 - A collection of small bugfixes (@marcelveldt)
86- #1295 - Limit queries to all online (metadata) resources (@marcelveldt)
87
88**IMPORTANT NOTE**
89The dust has settled from the 2.0 release, cool that we got so many new users excited!
90Unfortunately 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.
91
92This 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.
93
94I'm investigating options like implementing some global Redis cache or whatever that is still affordable for me.
95
96So, this update of MA brings actually a small change to the way how metadata is retrieved from the online providers.
97This 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.
98
99Thanks for the support/understanding!
100
101## 2.0.2
102
103Several bugfixes for the 2.0 release
104
105- Fix Home redirecting to settings
106- Fix builtin playlists limited to 50 items
107
108## 2.0.1
109
110Several bugfixes for the 2.0.0 release
111
112- Fix default enqueue options (@marcelveldt)
113- Fix phantom artists in library (@MarvinSchenkel)
114- Fix the quality score (@marcelveldt)
115
116Frontend
117
118- Translations update (@marcelveldt)
119- Fix back button in toolbar (@marcelveldt)
120- Fix issues with items listings (@marcelveldt)
121- Improve the out of the box experience a bit (@marcelveldt)
122
123## 2.0.0
124
1252.0.0 (stable) Release of Music Assistant !
126
127Thanks to everyone contributed to this milestone!
128
129This beta add-on is now temporary on the same version as the stable release but will get the 2.1 beta soon.
130
131
132
133
134
135
136