move files to directories for stow

This commit is contained in:
2024-06-20 11:38:15 +02:00
parent adf86df447
commit bab200bd11
20 changed files with 0 additions and 0 deletions

22
mpd/.mpdconf Normal file
View File

@@ -0,0 +1,22 @@
music_directory "~/.mpd/music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/tag_cache"
log_file "~/.mpd/mpd.log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
bind_to_address "~/.mpd/socket"
restore_paused "yes"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
input {
plugin "curl"
}
audio_output {
type "oss"
replay_gain_handler "none"
}
max_playlist_length "163840"
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"