diff options
author | garhve <git@garhve.com> | 2024-09-16 11:47:28 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2024-09-16 11:47:28 +0800 |
commit | bcfda983efdd527f75de54c35f5366f23e774233 (patch) | |
tree | 13df9f98cd06f78dbfa666b0e0e834346c76c247 /.config/mpd |
initialize
Diffstat (limited to '.config/mpd')
-rwxr-xr-x | .config/mpd/mpd.conf | 22 | ||||
-rw-r--r-- | .config/mpd/mpd.db | bin | 0 -> 5509 bytes |
2 files changed, 22 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100755 index 0000000..19b555b --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,22 @@ +audio_output { + type "pipewire" + name "PipeWire Playback" +} + +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + +db_file "/home/pico/.config/mpd/mpd.db" + +log_file "syslog" + +#default is XDG_MUSIC directory +music_directory "~/data/music" +playlist_directory "/home/pico/.config/mpd/playlists" + +#refresh database whenever music directory changes +auto_update "yes" diff --git a/.config/mpd/mpd.db b/.config/mpd/mpd.db Binary files differnew file mode 100644 index 0000000..73b2e43 --- /dev/null +++ b/.config/mpd/mpd.db |