Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1003 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1003 Bytes

Bandcamp Scrobbler

A browser extension for scrobbling to Last.fm from a Bandcamp album page. Available for Firefox and Chrome.

Open the extension on any Bandcamp album page. You can adjust the album details before scrobbling, and clear the title of any tracks you want to skip.

Development

To compile the extension yourself, you'll need to provide keys for your own Last.fm API app:

export API_KEY=xxx
export SECRET_KEY=xxx
# or
echo "API_KEY=xxx\nSECRET_KEY=xxx" > .env

npm install

npm run build:dev:firefox
# or
npm run build:dev:chrome

Firefox

  1. Go to about:debugging and click This Firefox
  2. Click Load Temporary Add-on... and select bandcamp-scrobbler.zip

Chrome

  1. Go to Manage Extensions
  2. click Load unpacked and select the dist folder