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

@ -124,7 +124,7 @@ funkwhale | ✓ | | ✓ | -
jspf | ✓ | ✓ | ✓ | ✓
lastfm | ✓ | ✓ | ✓ | ✓
listenbrainz | ✓ | ✓ | ✓ | ✓
listenbrainz-archive | ✓ | - | - | -
listenbrainz-archive | ✓ | - | | -
maloja | ✓ | ✓ | |
scrobbler-log | ✓ | ✓ | |
spotify | ✓ | | ✓ | -
@ -135,6 +135,12 @@ subsonic | | | ✓ | -
See the comments in [config.example.toml](./config.example.toml) for a description of each backend's available configuration options.
**NOTE:** Some services, e.g. the Spotify and Deezer API, do not provide access
to the user's full listening history. Hence the API integrations are not suited
to do a full history export. They can however be well used for continuously
transfer recent listens to other services when running scotty frequently, e.g.
as a cron job.
## Contribute
The source code for Scotty is available on [SourceHut](https://sr.ht/~phw/scotty/). To report issues or feature requests please [create a ticket](https://todo.sr.ht/~phw/scotty).