playlistd/etc/playlistd.toml
2024-04-16 20:37:42 +01:00

16 lines
292 B
TOML

[subsonic]
# The API base URL
base = "http://localhost/rest"
# Your subsonic username
username = "admin"
# Your subsonic password
password = ""
[daemon]
# How often to refresh playlists (in seconds)
interval = 240
[database]
# URL of database to use
url = "postgres:///navidrome-playlists"