web-scrobbler / web-scrobbler

Scrobble music all around the web!
https://web-scrobbler.com
MIT License
2.44k stars 546 forks source link

New BandCamp Discover Page #483

Closed YoHoJo closed 9 years ago

YoHoJo commented 9 years ago

Still works fine on standard album page, but BandCAmp introduced a new 'Discover' feature with it's own player.

You can see if on the homepage if you scroll down a bit. https://bandcamp.com/ Or directly here: https://bandcamp.com/discover

inverse commented 9 years ago

Will need to rework the BandCamp scrobbler (and modify the connectors.js) to allow for picking up audio from this player. Shouldn't be too difficult to implement. I could pick this up if I have some time this week.

inverse commented 9 years ago

I've started working on this at the following branch: https://github.com/inverse/web-scrobbler/tree/bandcamp-discover

Unfortunately I think the home page is too chaotic for this to work effectively since it has lots of audio players but it works well on the discover page (https://bandcamp.com/discover).

If someone else could test this for me It'll be much appreciated. @YoHoJo you able to give this a shot?