improve mpd config
This commit is contained in:
parent
20a7e76aa6
commit
d99c361964
2 changed files with 8 additions and 6 deletions
2
bindings
2
bindings
|
|
@ -32,7 +32,7 @@
|
|||
~/.config/gtk-3.0/settings.ini
|
||||
-> gtk-3.0/settings.ini
|
||||
|
||||
~/.config/mpd.conf
|
||||
~/.config/mpd/mpd.conf
|
||||
-> mpd.conf
|
||||
|
||||
~/.config/foot/foot.ini
|
||||
|
|
|
|||
12
mpd.conf
12
mpd.conf
|
|
@ -1,8 +1,10 @@
|
|||
music_directory "/home/joachim/Music"
|
||||
playlist_directory "/home/joachim/.mpd/playlists"
|
||||
state_file "/home/joachim/.mpd/state"
|
||||
sticker_file "/home/joachim/.mpd/sticker.sql"
|
||||
pid_file "/home/joachim/.mpd/pid"
|
||||
music_directory "~/Music"
|
||||
playlist_directory "~/.mpd/playlists"
|
||||
state_file "~/.mpd/state"
|
||||
sticker_file "~/.mpd/sticker.sql"
|
||||
pid_file "~/.mpd/pid"
|
||||
db_file "~/.mpd/db"
|
||||
log_file "~/.mpd/log"
|
||||
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue