diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:22:12 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:22:12 +0200 |
| commit | 189d244d36d4ebb2189b698adb21f51cf1c4176a (patch) | |
| tree | 3a6a9847dafabea051997b1a9cbc124a242ec1d3 /mpd | |
| parent | 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (diff) | |
| download | dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.gz dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.bz2 dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.zip | |
Revert "Normalize line endings"
This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.
Diffstat (limited to 'mpd')
| -rw-r--r-- | mpd/mpd.conf | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 6cb95d9..729156c 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | music_directory "~/Music" | 1 | music_directory "~/Music" |
| 2 | playlist_directory "~/Music/Playlists" | 2 | playlist_directory "~/Music/Playlists" |
| 3 | bind_to_address "~/.mpd/socket" | 3 | bind_to_address "~/.mpd/socket" |
| 4 | restore_paused "yes" | 4 | restore_paused "yes" |
| 5 | 5 | ||
| 6 | audio_output { | 6 | audio_output { |
| 7 | type "oss" | 7 | type "oss" |
| 8 | name "OSS Output" | 8 | name "OSS Output" |
| 9 | device "/dev/dsp" | 9 | device "/dev/dsp" |
| 10 | mixer_type "hardware" | 10 | mixer_type "hardware" |
| 11 | mixer_device "/dev/mixer" | 11 | mixer_device "/dev/mixer" |
| 12 | mixer_control "PCM" | 12 | mixer_control "PCM" |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | filesystem_charset "UTF-8" | 15 | filesystem_charset "UTF-8" |
| 16 | metadata_to_use "artist,album,title,track,name,genre,date" | 16 | metadata_to_use "artist,album,title,track,name,genre,date" |
| 17 | 17 | ||
| 18 | auto_update "yes" | 18 | auto_update "yes" |
