diff options
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 21 | ||||
| -rw-r--r-- | .config/mpd/mpd.db | bin | 0 -> 286 bytes | |||
| -rw-r--r-- | .config/mpd/sticker.sql | bin | 0 -> 12288 bytes |
3 files changed, 21 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..7023345 --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,21 @@ +music_directory "nfs://lab.home.arpa/data/media/music" +state_file "~/.local/state/mpd/state" +sticker_file "~/.config/mpd/sticker.sql" + +database { + plugin "proxy" + host "lab.home.arpa" + keepalive "yes" +} + +# audio_output { +# type "pulse" +# name "pulse" +# } + +# music_directory "/mnt/music" +# +# database { +# plugin "simple" +# path "/home/natecox/.config/mpd/mpd.db" +# } diff --git a/.config/mpd/mpd.db b/.config/mpd/mpd.db Binary files differnew file mode 100644 index 0000000..476646d --- /dev/null +++ b/.config/mpd/mpd.db diff --git a/.config/mpd/sticker.sql b/.config/mpd/sticker.sql Binary files differnew file mode 100644 index 0000000..259b4ce --- /dev/null +++ b/.config/mpd/sticker.sql |
