Implemented listenbrainz-archive backend with listen export support

This commit is contained in:
Philipp Wolfer 2025-05-23 19:03:06 +02:00
parent 5c56e480f1
commit 92e7216fac
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
10 changed files with 475 additions and 28 deletions

View file

@ -19,6 +19,13 @@ token = ""
# not already exists in your ListenBrainz profile.
check-duplicate-listens = false
[service.listenbrainz-archive]
# This backend supports listens from a ListenBrainz export archive
# (https://listenbrainz.org/settings/export/).
backend = "listenbrainz-archive"
# The file path to the ListenBrainz export archive.
file-path = "./listenbrainz_outsidecontext.zip"
[service.maloja]
# Maloja is a self hosted listening service (https://github.com/krateng/maloja)
backend = "maloja"