diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
| commit | b2abf7439ed3c8097bccd3f71f3f5410552ac7fe (patch) | |
| tree | b650fd81505e6d015e490cebf0aa9b4f0dba68c5 /.config/mpd/mpd.conf | |
| parent | 599e1315ce9be32944681ff4e88fc5afa8ae81b8 (diff) | |
switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now
Diffstat (limited to '.config/mpd/mpd.conf')
| -rwxr-xr-x | .config/mpd/mpd.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100755 index 0000000..851953f --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,39 @@ +bind_to_address "127.0.0.1" +#bind_to_address "/run/mpd/socket" + +music_directory "/media/Becoming a Philosopher/Music" +playlist_directory "/home/cafebabe/.config/mpd/playlists" +db_file "/home/cafebabe/.config/mpd/database" +log_file "/home/cafebabe/.config/mpd/log" +pid_file "/home/cafebabe/.config/mpd/pid" +state_file "/home/cafebabe/.config/mpd/mpdstate" + +audio_output { + type "pulse" + name "MPD" + device "pulse" + mixer_type "hardware" +} + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + +input { + enabled "no" + plugin "qobuz" +} + +input { + enabled "no" + plugin "tidal" +} + +decoder { + enabled "no" + plugin "wildmidi" + config_file "/etc/timidity/timidity.cfg" +} |
