Hi! I wonder if Web Scrobbler recognizing the same track being played under different albums is possible to be added as a feature, for example: if I'm playing a song under a compilation or a live album

the Scrobbler sometimes suggests another album even though the album name is already in the blanks

so I wonder if there's a way for me to add multiple versions of the edited track and to have the extension recognizing the album I'm playing instead of suggesting an album from last fm data by manually turning off the album suggestion or something. I really hope this made sense.
@monasux Hi! It won't be fixed for Spotify, as it does not provide album info in the player bar, like other services (e.g. Google Play Music) do. The only way to get album is to get it from Last.fm.
@alexesprit what about doing a ajax request for the album which is exposed in the player? then pulling it from that? Not sure how feasible that is in reality though.
@inverse it would be a hack, rather than a solution of the issue. Unfortunately, right now there's no way to get track info asynchronously.
@alexesprit we could try and leverage their Web API ( https://developer.spotify.com/documentation/web-api/) but that'll be a whole world of fun ;)
@inverse it's still asynchronous, plus, we can get the same issue as we had with YouTube when we used API.
Was fixed in f232d6ae80e8c5b12b2d2548633d35f9ac3299ea by using MediaSession API. It's experimental API, though, but all modern browsers support this.