Post

Replies

Boosts

Views

Activity

Comment on Accessing Categories using MusicKit?
"One thing to know though is that, if the curator relationship of the playlist in Apple Music API happened to point to resources of type AppleCurators and kind equal to "Genre", then you still won't be able to access it, because those resources are not yet exposed in MusicKit." Ah, I wasn't sure about the kind. Thank you for the clarification!
Topic: Media Technologies SubTopic: General Tags:
Jun ’22
Comment on MusicPlayer on watchOS?
That makes sense. Creating a third-party Apple Music client is a use-case to provide for all Apple platforms, and from what I understand, right now, watchOS and native macOS (due to engineering challenges) are not supported. I will file a ticket for this! Thank you for the response!
Topic: Media Technologies SubTopic: General Tags:
Feb ’22
Comment on Apple Music playlist songs without Music Kit
Apologies for the late reply. I hope you've figured it out. If not, you can take advantage of the Playlist relationship endpoint and provide tracks as the relationship. It provides you with all the tracks. Example: https://api.music.apple.com/v1/catalog/us/playlists/pl.f4d106fed2bd41149aaacabb233eb5eb/tracks
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Playing Music Videos from Apple Music API
As I mentioned, is it not possible to provide an in-app experience (and not take the user to the Apple Music app)?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Accessing Categories using MusicKit?
"One thing to know though is that, if the curator relationship of the playlist in Apple Music API happened to point to resources of type AppleCurators and kind equal to "Genre", then you still won't be able to access it, because those resources are not yet exposed in MusicKit." Ah, I wasn't sure about the kind. Thank you for the clarification!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on How to decode the JSON response from MusicKit Search Suggestion
After looking at the response from the endpoint once again, it is very much designed to be not a list of items, rather than a few items, as it is "top" ones. I will have to rethink why I wanted them as lists.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to decode the JSON response from MusicKit Search Suggestion
That def makes sense. Thanks for the clarification! I just had a look at the Apple Music app, and they are also following the way you mentioned, one item at a time instead of a different list for each music item.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to decode the JSON response from MusicKit Search Suggestion
Yes, it does! For simplicity, I wanted to have separate arrays of songs, albums, etc., like how MusicKit has in MusicCatalogSearchResponse like albums: MusicItemCollection<Album>, songs: MusicItemCollection<Song> if that makes sense. Otherwise, there is no problem with the current implementation!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Get a Catalog Playlist's Relationship Directly by Name
Ah yes, I am going through all the endpoints again that I forgot I raised a question regarding curator earlier. Oopsie!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Getting Catalog Activities
Ah, if the whole section is deprecated, they should remove it or put a deprecated tag on it...
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Accessing details about the Curator
It turned out to be easier than I thought. All I had to use was MusicItemCollection without creating a custom structure!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Accessing details about the Curator
Thank you so so much for this information! I wouldn't have figured this out at all from the documentation.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on latest and top releases of a record label
Aha, oopsie. I have been relying on MusicDataRequest right now. Do you think this change in the SDK will be locked for that iOS version and above?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on MusicCatalogSearchRequest does not find Albums that are found when using the Music app with the same search string
It is a weird workaround, but thank you for it nonetheless!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Is Apple going to stop people from abusing MusicKit developer token taken from music.apple.com
Using this endpoint and the privileged/illegal token, you can easily get the artist images https://amp-api.music.apple.com/v1/catalog/us/artists/901863670?extend=artwork. Sigh, that the developers cannot access it using their tokens
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on MusicPlayer on watchOS?
That makes sense. Creating a third-party Apple Music client is a use-case to provide for all Apple platforms, and from what I understand, right now, watchOS and native macOS (due to engineering challenges) are not supported. I will file a ticket for this! Thank you for the response!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set up shuffle in SystemMusicPlayer.shared
I can confirm that it works fine on my app. Thanks!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22