Spotify API allows Accept-Language request header to receive correct Artist names, written in native language, instead of transliteration.
However spotify-web-api-node does not allow setting any request headers.
My pull request thelinmichael/spotify-web-api-node#507 seems never to be merged , due to inactivity of the author.
In my forked plugin, I am using my fork of spotify-web-api-node and it works as expected.
| Before: |
After: |
 |
 |
I don't create any PRs here, because I suggest creating your own fork of spotify-web-api-node to have full control of it, and apply similar changes there. Plugin changes look like that: phts/NP-01_plugins@5ccc58a
Spotify API allows
Accept-Languagerequest header to receive correct Artist names, written in native language, instead of transliteration.However spotify-web-api-node does not allow setting any request headers.
My pull request thelinmichael/spotify-web-api-node#507 seems never to be merged , due to inactivity of the author.
In my forked plugin, I am using my fork of
spotify-web-api-nodeand it works as expected.I don't create any PRs here, because I suggest creating your own fork of
spotify-web-api-nodeto have full control of it, and apply similar changes there. Plugin changes look like that: phts/NP-01_plugins@5ccc58a