Closed joshkaplan closed 9 years ago
For something like soundcloud where there isn't really a clear separation between artist and title, would it be appropriate to just put the whole track name in the track title and just not send an artist?
Hmm yeah it's tough. Could probably throw together some regex that tries to parse it out, not sure how error prone it would be tho
I just pushed v4.12 which has a simple version of artist / title splitting, it should work well for most cases, and also return an empty string instead of null when it can't. Should keep your scrobblelist cleaner. Let me know what you think!
On Sat, Jun 20, 2015 at 7:24 AM Josh Kaplan notifications@github.com wrote:
Hmm yeah it's tough. Could probably throw together some regex that tries to parse it out, not sure how error prone it would be tho
— Reply to this email directly or view it on GitHub https://github.com/msfeldstein/chrome-media-keys/issues/65#issuecomment-113774959 .
Looks good to me!
I have only tried SoundCloud, but problem may exist for other services as well.