rryam / MusadoraKit

The ultimate companion to MusicKit.
http://exploringmusickit.com
MIT License
340 stars 22 forks source link

Add methods to reference content across different geographical regions & map explicit to clean-equivalent content. #25

Closed rudrankriyam closed 1 year ago

rudrankriyam commented 1 year ago

Usage:

let equivalentAlbum = try await album.equivalent(for: "tw")

let equivalentAlbums = try await albums.equivalents(for: "tw")

let cleanSongs = try await songs.clean



> Note: For both methods, you can only get the equivalents for songs, albums, and music videos.