mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
parent
0f4b04c641
commit
ed191d2f15
5 changed files with 68 additions and 22 deletions
|
@ -61,6 +61,13 @@ 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
|
||||
# Specify the time zone of the listens in the scrobbler log. While the log files
|
||||
# are supposed to contain Unix timestamps, which are always in UTC, the player
|
||||
# writing the log might not be time zone aware. This can cause the timestamps
|
||||
# to be in a different time zone. Use the time-zone setting to specify a
|
||||
# different time zone, e.g. "Europe/Berlin" or "America/New_York".
|
||||
# The default is UTC.
|
||||
time-zone = "UTC"
|
||||
|
||||
[service.jspf]
|
||||
# Write listens and loves to JSPF playlist files (https://xspf.org/jspf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue