move files to directories for stow
This commit is contained in:
22
mpd/.mpdconf
Normal file
22
mpd/.mpdconf
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user