aboutsummaryrefslogtreecommitdiffstats
path: root/mpd
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-11 02:28:13 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-11 02:28:13 +0100
commit74e8a36baea88432c8abd879b1e22c13926a8390 (patch)
treed559ca054cce879ba81d72d77b0252fa2e788ded /mpd
parent5099cb32da70697a8a4dfa920a41d0bbce199673 (diff)
downloaddotfiles-74e8a36baea88432c8abd879b1e22c13926a8390.tar.xz
mpd: don’t align with tabs..
Diffstat (limited to 'mpd')
-rw-r--r--mpd/mpd.conf37
1 files changed, 18 insertions, 19 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
index 828a51f..6762468 100644
--- a/mpd/mpd.conf
+++ b/mpd/mpd.conf
@@ -1,21 +1,21 @@
-music_directory "/media/music"
-playlist_directory "~/.config/mpd/playlists"
-db_file "~/.config/mpd/database"
-state_file "~/.config/mpd/state"
-sticker_file "~/.config/mpd/sticker.sql"
+music_directory "/media/music"
+playlist_directory "~/.config/mpd/playlists"
+db_file "~/.config/mpd/database"
+state_file "~/.config/mpd/state"
+sticker_file "~/.config/mpd/sticker.sql"
-bind_to_address "0.0.0.0"
-port "6600"
-bind_to_address "/run/user/1000/mpd.socket"
+bind_to_address "0.0.0.0"
+port "6600"
+bind_to_address "/run/user/1000/mpd.socket"
-gapless_mp3_playback "yes"
+gapless_mp3_playback "yes"
-restore_paused "yes"
-metadata_to_use "artist,album,albumartist,title,track,name,genre,date,composer,performer,disc"
+restore_paused "yes"
+metadata_to_use "artist,album,albumartist,title,track,name,genre,date,composer,performer,disc"
-auto_update "yes"
-follow_outside_symlinks "yes"
-follow_inside_symlinks "yes"
+auto_update "yes"
+follow_outside_symlinks "yes"
+follow_inside_symlinks "yes"
# Permissions #################################################################
#
@@ -40,11 +40,10 @@ audio_output {
format "44100:16:2"
}
audio_output {
- type "pulse"
- name "My Pulse Output"
+ type "pulse"
+ name "My Pulse Output"
}
-replaygain "album"
-volume_normalization "yes"
-filesystem_charset "UTF-8"
+volume_normalization "yes"
+filesystem_charset "UTF-8"
#mixer_type "software"