Open dkjsj opened 4 years ago
Sure, but does the api allow playback of the user's songs?
As I read the SDK the only way is to use the MusicKit JS.
So API for retrieving information about playlists - albums - artist etc and MusicKit for the actual play of the content.
forked-daapd couldn't directly use the js, but perhaps it is possible to directly access the endpoints like the js does? I'm not sure if there might be some Fairplay stuff getting in the way. Or some other barrier.
If you find someone who has done this let me know. Or if someone is willing to make a basic commandline PoC, it would also be great.
iirc Apple Music is Widevine encrypted, however last time I checked, Spotify is too, so I assume it's possible? Alternatively, if you're just wanting to implement a music service, Google Play Music (R.I.P) has been implemented in gmusicapi (Python), and Deezer implemented in Deemix (Python)
Any thoughts on building an integration to the new music.apple.com web player/API? Apple Music SDK is ready.