https://github.com/dsingleton/scrobble-browser
Browse and explore your exported Last.fm scrobbles
https://github.com/dsingleton/scrobble-browser
lastfm scrobble
Last synced: about 1 month ago
JSON representation
Browse and explore your exported Last.fm scrobbles
- Host: GitHub
- URL: https://github.com/dsingleton/scrobble-browser
- Owner: dsingleton
- Created: 2015-03-06T23:10:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T19:16:43.000Z (almost 11 years ago)
- Last Synced: 2025-01-15T02:37:03.574Z (over 1 year ago)
- Topics: lastfm, scrobble
- Language: Ruby
- Size: 422 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrobble Browser [](https://travis-ci.org/dsingleton/scrobble-browser)
Last.fm allows you to [export your scrobbling history](https://secure.last.fm/settings/dataexporter), but you can't do much with them on their own.
This is a rails app that can import that data and provide an interface to explore it
## Running
Install dependencies with `bundle install` and run with `bundle exec rails server`.
It comes with some example data, which you can load with `rake db:fixtures:load`
## Importing Scrobbles
First, [export your scrobbling history](https://secure.last.fm/settings/dataexporter), extract the download and find `data/scrobbles.tsv`.
To import that data into the application run:
```bundle exec rake import:from_tsv USERNAME=yourusername PATH=/path/to/scrobbles.tsv```