aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpdconf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 00:09:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 00:09:16 +1300
commitffc11a076b7bb0ce7ac936085a904eb35603fdac (patch)
treee7c40d63bc955bfb3fc4979b73d630edfd398df1 /mpd/mpdconf
parentMerge branch 'hotfix/v1.77.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-ffc11a076b7bb0ce7ac936085a904eb35603fdac.tar.gz
dotfiles-ffc11a076b7bb0ce7ac936085a904eb35603fdac.zip
Merge branch 'release/v1.78.0'v1.78.0
* release/v1.78.0: Bump VERSION Correct indentation in a few vim/after scripts Move b:undo_ftplugin unsets for C inline with sets Add config file for mpv Use full "mouse" for xset(1) call in ~/.xinitrc Remove vim-tiny workaround for 'undodir' setting Define b:undo_indent for Perl buffers Set missing b:undo_indent instructions for AWK Undo shell script dialect flags from filetype.vim Code-format word in TABS.md Remove a lot of alignment spacing
Diffstat (limited to 'mpd/mpdconf')
-rw-r--r--mpd/mpdconf14
1 files changed, 7 insertions, 7 deletions
diff --git a/mpd/mpdconf b/mpd/mpdconf
index 3dca8b6d..e8bad4cc 100644
--- a/mpd/mpdconf
+++ b/mpd/mpdconf
@@ -1,15 +1,15 @@
bind_to_address "~/.mpd/socket"
-db_file "~/.mpd/database"
+db_file "~/.mpd/database"
log_file "~/.mpd/log"
-music_directory "/mnt/media/shares/music"
+music_directory "/mnt/media/shares/music"
playlist_directory "~/.mpd/playlists"
-pid_file "~/.mpd/pid"
-state_file "~/.mpd/state"
-sticker_file "~/.mpd/sticker.sql"
+pid_file "~/.mpd/pid"
+state_file "~/.mpd/state"
+sticker_file "~/.mpd/sticker.sql"
audio_output {
- type "pulse"
- name "PulseAudio"
+ type "pulse"
+ name "PulseAudio"
}