Borrar mpd
This commit is contained in:
parent
d21953471e
commit
b66724240e
2 changed files with 0 additions and 32 deletions
|
@ -1,26 +0,0 @@
|
|||
# Read the user manual for documentation: http://www.musicpd.org/doc/user/
|
||||
|
||||
playlist_directory "~/.mpd/playlists"
|
||||
db_file "~/.mpd/database"
|
||||
state_file "~/.mpd/state"
|
||||
sticker_file "~/.mpd/sticker.sql"
|
||||
|
||||
log_file "syslog"
|
||||
|
||||
bind_to_address "~/.mpd/socket"
|
||||
restore_paused "yes"
|
||||
save_absolute_paths_in_playlists "yes"
|
||||
#
|
||||
# This setting defines a list of tag types that will be extracted during the
|
||||
# audio file discovery process. The complete list of possible values can be
|
||||
# found in the user manual.
|
||||
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "My Pulse Output"
|
||||
}
|
||||
|
||||
|
||||
replaygain "auto"
|
||||
#volume_normalization "no"
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p ~/.mpd
|
||||
mkdir -p ~/.mpd/playlists
|
||||
|
||||
mpd
|
Loading…
Reference in a new issue