Results 56 comments of Alexey

By the way, we can just search for comma in the artist field directly: some artist names contain comma, e.g. "Time, The Valuator", "Invent, Animate". Spotify (and some other websites)...

> Spotify (and some other websites) uses different DOM elements for each artist, so we can get an array of artist names from such websites. Using an array instead of...

This is a quite hard task to do, since Web Scrobbler is powered on WebExtensions, and Safari does not support WebExtensions. That means we should add a layer to switch...

There's no "Safari part" in that extension. Safari's API are used everywhere in source code. We cannot just fork and copy them.

Wow, sounds awesome. I expect some compatibility issues, like Firefox. Plus, we should manage building and releasing too.

No, it can't. See https://github.com/web-scrobbler/web-scrobbler/issues/2456#issuecomment-647419256 for details.

See my comment: https://github.com/web-scrobbler/web-scrobbler/issues/2608#issuecomment-720393528. I think it's a better way to resolve the issue (I hate new options).

I'd add an option to turn on manual scrobbling. If this option is turned on, the extension won't scrobble tracks. If an user wants to scrobble a track, they should...

Also, I have some question regarding this issue. Let's imagine a situation: 1. The manual mode is turned on. 2. A user plays a track A. 3. Track A is...

> then this manual mode can plug into that by adding not only unrecognized, but also unapproved, tracks into the queue. Yes, I was thinking in the same way, as...