Skip to content

Releases: simongoricar/lastfm-extended-scrobbles

v1.2 Release

11 Dec 18:19
Compare
Choose a tag to compare
  • Added: exact metadata match (if this one fails, we try partial match as previously)
  • Changed: improved output file naming (timestamped name, adds a random suffix if about to overwrite)
  • Changed: now using unicode quick ratio for partial matches
  • Changed: a bunch of internal optimisations, added stability and code cleanup
  • Fixed: fix crash on missing audio file tags

v1.1 Release

09 Dec 19:27
Compare
Choose a tag to compare
  • Added: new column - genre! (data from Last.fm tags using Beets' genre list)
  • Added: new column - track love (data from Last.fm)
  • Added: scrobble data downloader (see scripts/download-scrobbles.py)
  • Changed: renamed spreadsheed columns to snake_case
  • Fixed: crash on corrupt audio file
  • Fixed: ending stats not counting MusicBrainz matches

V1.0 Release!

05 Dec 15:06
Compare
Choose a tag to compare

This is the first lastfm-extended-scrobbles release.
This tool generates a spreadsheet with the extended information about your Last.FM scrobbles!

It features four modes of search:

  • Local music library lookup via track MBID (extremely fast)
  • Local music library lookup via track metadata (still very fast)
  • MusicBrainz track MBID lookup (not too bad)
  • YouTube search (slowest, but also only as a fallback if everything else fails)

Most settings are also customizable via data/config.toml.