akornor/playlistor

Explicit Label not checked correctly

primetime43 opened this issue · 2 comments

There's a bug where a song in a Spotify playlist may have the explicit label, but then in Apple Music, the non-explicit song gets added to the playlist. This doesn't occur with all songs, but there are a good amount of songs I had in my Spotify playlist that got added to the Apple Music playlist as non-explicit.

Hmmmm. I'll look into coming up with a fix for this. Thanks for bringing it to my attention.

@akornor so I've looked into this a bit and saw there is a flag to check for explicit. I used this api to write a quick app to see how to check for it. https://johnnycrazy.github.io/SpotifyAPI-NET/docs/getting_started/

Here is my example program. Just figured I show you this to apply it in this. I would try to work on this, but I'm not sure how to set up the local dev environment to do so. If you added some steps (not with docker) on how to do so in the readme, that'd be helpful.

image
image