Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T19:16:43.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:45:55.163Z (3 months 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 [![Build Status](https://travis-ci.org/dsingleton/scrobble-browser.svg)](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```