Post

Replies

Boosts

Views

Activity

DELETE/PUT in AppleMusic API
Hi,Since today, we are no more able to do DELETE/PUT request on the Apple Music API.So, we can't update a playlist details, delete a playlist, delete tracks in playlist, delete tracks in library...Old methods allowed are now returning only an HTTP Code 403.Why this change in the Apple Music API ? We can hope that will be back soon ?
19
2
9.5k
Aug ’18
Affiliate Token in oAuth process
Hi! While using the MusicKit JS with this conf: MusicKit.configure({ developerToken: at, affiliateToken: 'XXXXX', campaignToken: 'musickitjs', app: { name: 'ZZZZ' } }); The affiliate token is not used then when the user is not having an Apple Music subscription and "try it". While the "subscribeURL" in the MusicKit object is: https://finance-app.itunes.apple.com/deeplink?at=XXXXX&ct=musickitjs&p=subscribe&app=music During the user flow, the final URL sent to upgrade to a paid subscription is: https://finance-app.itunes.apple.com/deeplink?p=subscribe&source=webPlayerUpsell&itscg=50000&itsct=web_player&app=music As you can see, there's no more the affiliate token and the campaign token. While it should be there...
0
0
1k
Mar ’21
Export as M3U not well formated
Hi! While exporting a playlist as M3U or M3U8 there's an issue with the format of the #EXTINF line. According to M3U format (https://en.wikipedia.org/wiki/M3U), the artist name should be first and then the song name. Currently iTunes, while doing an export, is setting the title of the song and then the artist name. This should be fixed.
0
0
733
May ’23