-- MPD
mpd = {
+ -- netcat path
+ netcat = 'nc',
+
-- 500 or less makes seconds increment relatively smoothly while playing
- update_interval = 1000,
+ update_interval = 500,
-- mpd server info (localhost:6600 are mpd defaults)
address = "localhost",
-- track metadata: %artist, %title, %num, %album, %year, %len
-- current track position: %pos
-- escape for the percent character: %%
- template = "%title by %artist, track %num from %album, %year (%pos/%len) [%volume]",
+ template = "%title by %artist, track %num from %album, %year " ..
+ "(%pos/%len) [%volume]",
+
+ -- output debug filename (false or nil for no debug output)
+ debug = false,
},
-- Memory monitor