getting some music off Apple Music
Is there a library I can use to pull all of my songs off my Apple Music library and out them on my computer?
11 Replies
Check if they have an API
Apple Developer Documentation
Apple Music API | Apple Developer Documentation
Integrate streaming music with catalog and personal content.
Ok bet
You likely won't get the actual music, but can probably grab data, like titles and artists etc
even if I could just get the titles and artists and albumn names, that would be great because then I could use a different api that allows free music download, or use webscraping to pull the song from youtube and then webscrape it through a site that converts it to a .mp4 and then download it maybe?
Scraping YouTube is against their tos
not to mention that latter would be potentially classified as piracy.
well I don't want to pirate, but I just want to use the apple music api to get the list of the songs. Like an output of:
in a file, and then I can take that file and import the list, iterate through the list, then use YouTube to get the song's url and put it through https://ytmp3s.nu/ this site and it creates an mp3 that you can convert and download. I just wanted to get a list of each songs info in a text file that is in my apple music library. I would do it by hand if it were like 20 songs, but it's over 200 and I'm not doing all that typing/writing 😂
YTMP3 - YouTube to MP3 Converter
Download your YouTube videos as MP3 (audio) or MP4 (video) files for free with the fastest and most powerful YouTube Converter. No app or software needed.
Ytmp3 itself is very much breaking TOS
But the getting the artist/title is simple enough
ok. I'll settle for the artist and title then. I can manually look up songs and download them the normal way
yep, looks like their api has all you need for that
https://developer.apple.com/documentation/applemusicapi/get_a_library_playlist