Releases: simongoricar/lastfm-extended-scrobbles
Releases · simongoricar/lastfm-extended-scrobbles
v1.2 Release
- 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
- 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!
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
.