simplescrobble is a free Last.fm scrobbler with support for advanced features. Check it out at simplescrobble.com or run your own instance!
Note: simplescrobble is no longer supported and I will no longer be hosting it starting on September 1. All the features of simplescrobble--and many more--are available in my new app, Finale, for iOS, Android, and the web. Click here to check it out!
- Track, artist, album, and playlist search
- Search using the Last.fm or Spotify database
- Custom datetime for scrobbles
- Scrobble entire albums and playlists
- 100% free, ad-free, and open-source, forever
Running your own instance of simplescrobble is easy! Here's how to do it:
- Get a Last.fm API key. It's free.
- If you'd like to use the Spotify features, get a Spotify API key. It's free. If you don't want to use the Spotify features, you should be fine to not provide a key.
- Clone this repository.
- Run
yarn installornpm installto install the dependencies. - Rename the file
env-sample.tstoenv.tsand fill in your API key, API secret, and Spotify client ID. - Run
yarn run startornpm run startto run simplescrobble locally. - Run
yarn run prodornpm run prodto build a production bundle for simplescrobble. Note that if you are going to deploy your own version of simplescrobble, credit would be greatly appreciated.