scrobblerlog: implemented append mode

This commit is contained in:
Philipp Wolfer 2023-11-21 18:39:15 +01:00
parent 1af484e0f6
commit 56eae67292
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
4 changed files with 60 additions and 12 deletions

View file

@ -50,6 +50,9 @@ backend = "scrobbler-log"
file-path = "data/.scrobbler.log"
# If true, reading listens from the file also returns listens marked as "skipped"
include-skipped = true
# If true (default), new listens will be appended to the existing file. Set to
# false to overwrite the file and create a new scrobbler log on every run.
append = true
[service.jspf]
# Write listens and loves to JSPF playlist files (https://xspf.org/jspf)