streamrip
streamrip copied to clipboard
[FEATURE] Apple Music Support
Is the feature request related to a problem. Please describe it.
I know that this has been requested before, and denied due to a lack of open source decryption projects, but that has changed. Is it possible to take inspiration from this project and hopefully get Apple Music support inside of StreamRip?
Describe the solution you would like.
If possible, I'd like to see Apple Music downloading added to StreamRip using decryption inspired by this project.
Describe alternatives you've considered.
An alternative would be to just use the project, however, I chose StreamRip because it's an All-In-One for most of the services I use.
Interesting. I'll put it on the roadmap.
Interesting. I'll put it on the roadmap.
Worth mentioning if you have yet to look into it that this requires emulating an android device to perform the decryption. While it would be nice to have as a feature to streamrip, the implementation would be hell.
While you could use qemu and provide an .avd file yourself pre-configured with the required apps, signed into apple music on a premium subbed account, the unfortunate situation is that decryption will break if two users attempt to do it at the same time on the same account, meaning if you instead chose to run a server that performed the decryption for everybody using a single account a queue would have to be implemented.
Interesting. I'll put it on the roadmap.
Worth mentioning if you have yet to look into it that this requires emulating an android device to perform the decryption.
Yeah I saw. If the situation remains like that I won't be including it. I'll still leave the issue open in case someone figures out how to get tracks through the API.
could always implement the feature but rely on the user providing their own login
- Repository I linked to has been abandoned. This repository is still in development, I believe.
- This is how it works, @JFizDaWiz. The issue is not about accounts, the issue is that, as of current, the only way to rip the music from Apple Music is to set up Android Studio, with a specific version of Android and a specific version of Apple Music. It's very complex, compared to just exposing the API.