-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_mpdconf
More file actions
43 lines (40 loc) · 1.24 KB
/
dot_mpdconf
File metadata and controls
43 lines (40 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Files and directories #######################################################
#
music_directory "~/Music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/log"
pid_file "~/.mpd/mpd.pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
#
###############################################################################
# General music daemon options ################################################
#
restore_paused "yes"
bind_to_address "127.0.0.1"
#
###############################################################################
# Audio Output ################################################################
#
# Pulse
audio_output {
type "pulse"
name "MPD Pulse Output"
# server "localhost"
# sink "alsa_output.pci-0000_00_1b.0.analog-stereo"
}
# ALSA
#audio_output {
# type "alsa"
# name "MPD ALSA Output"
# mixer_type "software"
#}
#
###############################################################################
# Character Encoding ##########################################################
#
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"
#
###############################################################################