mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
scrobblerlog: renamed setting include-skipped to ignore-skipped
This makes the setting consistent with the similar setting for spotify
This commit is contained in:
parent
82858315fa
commit
1516a3a9d6
4 changed files with 25 additions and 25 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue