mirror of
https://github.com/Reuh/daccord.git
synced 2025-10-27 12:49:30 +00:00
12 lines
499 B
Text
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
|