Post

Replies

Boosts

Views

Activity

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
677
May ’23
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
950
Mar ’21
Error 403 Unable to authenticate request / Invalid authentication
Hi,Since some weeks now and without any particular reason the Apple Music API is sometimes returning these errors:{"errors":[{"id":"XXXX","title":"Forbidden","detail":"Invalid authentication","status":"403","code":"40300"}]}{"errors":[{"id":"XXXX","title":"Forbidden","detail":"Unable to authenticate request","status":"403","code":"40300"}]}Funnt fact is sometimes this error happen while I'm using pagination (for example all is good until offset 400...), so I'm sure the authentication is correct.BUT, if a user revoke the access to the Apple Music API app, the first error occured.Can you be more specific with these errors and also maybe if they are only temporary, make a different error code than the one when the user revoke the access ?Thank you for your help, I'm very confused here :/
1
0
2.8k
Apr ’19
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
1
8.9k
Aug ’18