beingmohit / browser-playerctl

:headphones: Implements MPRIS interface for chrome
28 stars 7 forks source link

Spotify not working in other languages #5

Open Urban82 opened 5 years ago

Urban82 commented 5 years ago

Spotify is not working in other languages because titles (used by extension/providers/spotify.js) are localized.

For example, in Italian it is Avanti and not Next: <button class="control-button spoticon-skip-forward-16" title="Avanti"></button>

It is better to base on other properties (maybe the class).