Initial commit for public dots

This commit is contained in:
2023-07-08 15:20:41 +03:00
commit 2c53e85568
74 changed files with 5096 additions and 0 deletions

29
.config/mpd/mpd.conf Normal file
View File

@ -0,0 +1,29 @@
bind_to_address "127.0.0.1"
music_directory "~/docs/music"
#music_directory "/run/media/HDD/New\ FL\ Backup"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.cache/mpd/database"
log_file "~/.cache/mpd/log"
pid_file "~/.cache/mpd/pid"
state_file "~/.cache/mpd/state"
sticker_file "~/.cache/mpd/sticker.sql"
audio_output {
type "pulse"
name "pulse audio"
device "pulse"
mixer_type "hardware"
}
# audio_output {
# type "jack"
# name "jack audio"
# device "hw:M2,0"
# }
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}