tjhrulz / WebNowPlaying-BrowserExtension

The extension to go along with the WebNowPlaying plugin for Rainmeter
74 stars 35 forks source link

Qobuz issue with Album #85

Closed J-Louis closed 1 year ago

J-Louis commented 2 years ago

The album field contains the artist value. Probably in : qobuzInfoHandler.album = function() { return document.getElementsByClassName("player__track-album")[0].children[0].innerText; }; need to use children[2] ? example :

<div class="player__track-album">
  <a href="/artist/12623">Francis Lai</a>
  <span>&nbsp;-&nbsp;</span>
  <a href="/album/sit6ngu9cnwoc">Les Uns et les Autres (Bande originale du film) (40ème anniversaire)</a>
</div>
keifufu commented 1 year ago

This repo won't see further development, please open an issue here if you'd still like to see Qobuz support.