Is it [ Content Deleted ] or (Removed for copyright) for copyrighted songs?

Hello Developers,

I’ve had the chance to make a music system and was wanted to implement a copyrighted audio check. Basically, it would check if the song is copyrighted and repeat the song selection process until the song isn’t copyrighted like so;

repeat CHOSEN_SONG = Variables.MARKETPLACE_SERVICE:GetProductInfo(CHOSEN_SONG).Name ~= "(Removed for copyright)"

But, every now and then instead of [ Content Deleted ] I’d see (Removed for copyright). So it makes me wonder, which one do I look for?

I might be wrong, but [Content Deleted] is for audios that violated the TOS (ex. swearing). I think you might want to look for (Removed for Copyright) instead.

1 Like

You see that’s what I was thinking, I think I’ll go with that thanks. Gonna keep the thread open if anyone else has something to say. Thanks for the quick response.

1 Like