Hey, serious question here. (I know, I know, the shitposting will resume soon.)

I'm looking for an open source project that will basically take a playlist from a given streaming service (Apple Music in my case) and create some kinda playlist that can be used on other services.

So like, I've got this Celtic folk playlist in Apple Music, I could share it to this service and my friend who uses YouTube Music or Spotify or whatever, they can import the playlist.

Anyone know of something like that?

@cyberpunklibrarian I've been wondering about this same thing. My best idea is export my playlist, and make a script that parses and converts/sends music files to my device and add the converted playlist file to device (where I then have to click import)

@phaedr0s And it's kind of an undocumented (or under-documented) feature in Apple Music that you can select all the songs on a playlist, right click, and then copy.

When you paste it, you get a tab delimited layout of the playlist with useful metadata.

Seems I might be able to do something with that if I don't find something I like.