Software Alternatives & Reviews

Exporting music play history for Last.fm

Last.fm
  1. The world's largest online music service. Listen online, find out more about your favourite artists, and get music recommendations, only at Last.fm
    I then found a github program called Last FM Scrubber that allows me to upload history to last.fm from a spreadsheet CSV file. I had to figure out how to use the tool itself and what columns in the CSV its asking for to populate last fm data but it essentially uploaded the CSV history and last.fm accepted it with a 3000 entry limit per day. What it did not do is read the correct date and duration but that's a work in progress. The JSON uses a unix timecode for the date which I figured out how to translate in excel but it still doesnt work. I am not sure if this is a failure of the tool or user error but maybe I don't need it. Right now last.fm is showing I listened to 3000 songs last night which is fine.

    #Music Streaming #Music Online #Music 2621 social mentions

  2. Convert JSON to CSV in your browser
    That spits back a bunch of JSON code in the browser that I saved as a text file. I then used a website like JSON TO CSV Converter to convert the JSON to a tabular csv format. The result is a table that has a row for each time I listened to the track, when and how long I listened to it as well as the other standard data like which app and platform I used to listen, the track information such as album, artist etc.

    #Linux #Web App #Spreadsheets 4 social mentions

Discuss: Exporting music play history for Last.fm

Log in or Post with