1
0
Fork 0
mirror of https://github.com/Reuh/daccord.git synced 2025-10-27 12:49:30 +00:00

Updated to MPD 0.21

This commit is contained in:
Étienne Fildadut 2018-08-29 21:45:03 +02:00
parent 37594f3a65
commit 96e0dc2c83
2 changed files with 44 additions and 28 deletions

12
config.lua.example Normal file
View file

@ -0,0 +1,12 @@
-- 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