Update changelog and README

Clarify that some services are not suited for full listen history export
This commit is contained in:
Philipp Wolfer 2025-05-24 18:30:26 +02:00
parent c29b2e20cd
commit b18a6c2104
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
3 changed files with 29 additions and 2 deletions

View file

@ -1,5 +1,22 @@
# Scotty Changelog
## 0.7.0 - WIP
- listenbrainz-archive: new backend to load listens and loves from a
ListenBrainz export. The data can be read from the downloaded ZIP archive
or a directory where the contents of the archive have been extracted to.
- listenbrainz: faster loading of missing loves metadata using the ListenBrainz
API instead of MusicBrainz. Fallback to slower MusicBrainz query, if
ListenBrainz does not provide the data.
- spotify-history: it is now possible to specify the path directly to the
`my_spotify_data_extended.zip` ZIP file as downloaded from Spotify.
- spotify-history: the parameter to the export archive path has been renamed to
`archive-path`. For backward compatibility the old `dir-path` parameter is
still read.
- deezer: fixed endless export loop if the user's listen history was empty.
- dump: it is now possible to specify a file to write the text output to.
- Fixed potential issues with MusicBrainz rate limiting.
## 0.6.0 - 2025-05-23
- Fully reworked progress report
- Cancel both export and import on error