An open source scrobbling client for the web. Just login and scrobble the track(s) you want! This tool lets you scrobble songs you heard on the radio, vinyls or at some place where you need to manually scrobble.
You may use it directly from here: https://openscrobbler.com/
What is scrobbling, you ask? It's tracking the music you listen to, using last.fm.
You can support development by becoming a Patron (you'll have a distinct identifier in the application, get a sneak peek into what's coming next, and a few extra features! :sparkles: )
Contributions and suggestions are welcome. Please read the contribution guidelines for more information. Issues labeled with "help wanted" are great candidates if you don't know where to begin!
To join the translators team, follow the link at the bottom of the language selector in the application ("Want to add your language?").
.env
to .env.development.local
, then set at least the required variables
REACT_APP_LASTFM_API_KEY
and LASTFM_API_KEY
(same value in both) and LASTFM_SECRET
DISCOGS_API_KEY
and DISCOGS_SECRET
yarn
to download the required libraries.yarn start
to initialize the docker container and run the application.You will need to copy cypress.env.json
to cypress.development.json
and update the file to execute the tests. Don't use last.fm account credentials from a real account!
Tests can be run with yarn test
, Cypress console can be accessed with yarn cypress
.
To check test coverage run yarn test:coverage
Just start it with yarn start
(it will launch both the API server and the React application).
The build
script should be enough! :)
One of the best things about open source is the great community around it. Open Scrobbler has several contributors and each one of them has made this tool better for everyone. Thanks to all of them!