Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```