Releases: rryam/MusadoraKit
Releases · rryam/MusadoraKit
Version 5.2.2
New in this release
Add option to add points in AnimatedArtworkView
Version 5.2.1
New in this release
Fixed equivalent method thanks to @caiyue1993 🤩
Version 5.2.0
New in this Release
With one line of code, add a beautiful mesh gradient background using the artwork!
AnimatedArtworkView(queue: SystemMusicPlayer.shared.queue)
You can pass the artwork directly too:
AnimatedArtworkView(queue: SystemMusicPlayer.shared.queue, artwork: artwork) // Any changes to the queue will be ignored
Version 5.1.0
New in this release
Added a handy equivalent method to get equivalent song/album or music video in a different storefront.
Example:
let usSong: Song = try await MCatalog.equivalent(id: “1642657180”, targetStorefront: “us”)
Version 5.0.3
New in this release
Update HundredBestAlbumRequst to accept region as well
Version 5.0.2
New in this release
Update the swift version
Version 5.0.1
New in this release
Added support for storefront in hundred best albums.
You can use it like:
let album = try await MRecommendation.hundredBestAlbum(at: 99, storefront: "zh-cn")
let albums = try await allHundredBestAlbums(storefront: "zh-cn")
Version 5.0.0
New in This Release
Updated for Swift 6
Version 4.5.1
New in this release
Add storefrontID
from iTunes mapped to the storefront from MusicKit.
Version 4.5.0
v4.5.0 Remove catalog stations