scrobblerlog: renamed setting include-skipped to ignore-skipped

This makes the setting consistent with the similar setting for spotify
This commit is contained in:
Philipp Wolfer 2025-04-29 12:57:28 +02:00
parent 82858315fa
commit 1516a3a9d6
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
4 changed files with 25 additions and 25 deletions

View file

@ -56,8 +56,8 @@ backend = "scrobbler-log"
# The file path to the .scrobbler.log file. Relative paths are resolved against
# the current working directory when running scotty.
file-path = "./.scrobbler.log"
# If true, reading listens from the file also returns listens marked as "skipped"
include-skipped = true
# If true (default), ignore listens marked as skipped.
ignore-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
@ -105,9 +105,9 @@ dir-path = "./my_spotify_data_extended/Spotify Extended Streaming Histor
ignore-incognito = true
# If true, ignore listens marked as skipped. Default is false.
ignore-skipped = false
# Only consider skipped listens with a playback duration longer than this number
# of seconds. Default is 30 seconds. If ignore-skipped is set to false this
# setting has no effect.
# Only consider skipped listens with a playback duration longer than or equal to
# this number of seconds. Default is 30 seconds. If ignore-skipped is enabled
# this setting has no effect.
ignore-min-duration-seconds = 30
[service.deezer]