1
0
Fork 0
mirror of https://github.com/Reuh/daccord.git synced 2025-10-27 12:49:30 +00:00
daccord/config.lua.example
2018-08-29 21:45:03 +02:00

12 lines
499 B
Text

-- Copy this file into config.lua and change according to your tastes.
-- MPD server
host = "localhost"
port = 6600
password = "" -- leave empty if you don't use a password
-- Default behaviour
filenameSearch = false -- instant search search also search in filenames (not only when using the file= syntax), slower
-- Interface
songDisplay = { "Track", { "Title", "file" }, "Artist", "Album" } -- list of tags or list of alternative tags (first one to exist will be used) to display for each song