Web-scrobbler: Web Scrobbler to Recognize Track Under Different Albums

Created on 28 Dec 2019  路  6Comments  路  Source: web-scrobbler/web-scrobbler

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
image
the Scrobbler sometimes suggests another album even though the album name is already in the blanks
image
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.

connector feature

All 6 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

parigi-n picture parigi-n  路  6Comments

Volkor3-16 picture Volkor3-16  路  3Comments

hans-juergen picture hans-juergen  路  6Comments

david-sabata picture david-sabata  路  7Comments

ldexterldesign picture ldexterldesign  路  5Comments