Skip to content

Releases: rryam/MusadoraKit

Version 5.2.2

16 Oct 15:18
Compare
Choose a tag to compare

New in this release

Add option to add points in AnimatedArtworkView

Version 5.2.1

16 Oct 07:13
22a9a74
Compare
Choose a tag to compare

New in this release

Fixed equivalent method thanks to @caiyue1993 🤩

Version 5.2.0

14 Oct 07:59
Compare
Choose a tag to compare

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

13 Oct 12:48
Compare
Choose a tag to compare

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

14 Sep 06:06
Compare
Choose a tag to compare

New in this release

Update HundredBestAlbumRequst to accept region as well

Version 5.0.2

09 Sep 16:26
Compare
Choose a tag to compare

New in this release

Update the swift version

Version 5.0.1

09 Sep 07:56
Compare
Choose a tag to compare

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

04 Sep 17:18
Compare
Choose a tag to compare

New in This Release

Updated for Swift 6

Version 4.5.1

24 Jul 08:23
Compare
Choose a tag to compare

New in this release

Add storefrontID from iTunes mapped to the storefront from MusicKit.

Version 4.5.0

19 Jun 16:00
Compare
Choose a tag to compare
v4.5.0

Remove catalog stations