mirror of
https://git.sr.ht/~phw/scotty
synced 2025-07-01 07:41:57 +02:00
jspf: implement append mode
This commit is contained in:
parent
a751b7182c
commit
4d07a39b64
2 changed files with 65 additions and 28 deletions
|
@ -59,6 +59,9 @@ append = true
|
|||
backend = "jspf"
|
||||
# The file path to the XSPF file
|
||||
file-path = "data/playlist.jspf"
|
||||
# If true (default), new listens will be appended to the existing file. Set to
|
||||
# false to overwrite the file and create a new JSPF playlist on every run.
|
||||
append = true
|
||||
# Title of the playlist
|
||||
title = "My Playlist"
|
||||
# Creator of the playlist (only informational)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue