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:
parent
37594f3a65
commit
96e0dc2c83
2 changed files with 44 additions and 28 deletions
12
config.lua.example
Normal file
12
config.lua.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue