diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
| commit | 931ebdbff2d489acba6898ffbc5b022e4706ba82 (patch) | |
| tree | 2fa49741448d091029554bae535b7b0651465e88 /configs/mpd | |
| parent | home-manager: re-organize configuration for myself (diff) | |
| download | infra-931ebdbff2d489acba6898ffbc5b022e4706ba82.tar.gz | |
configs: move personal configuration with user
Diffstat (limited to 'configs/mpd')
| -rw-r--r-- | configs/mpd/mpd.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/configs/mpd/mpd.conf b/configs/mpd/mpd.conf deleted file mode 100644 index c7e9b3b..0000000 --- a/configs/mpd/mpd.conf +++ /dev/null @@ -1,24 +0,0 @@ -playlist_directory "~/.config/mpd/playlists" -db_file "~/.config/mpd/database" -sticker_file "~/.config/mpd/sticker.sql" -music_directory "~/media/music" - -auto_update "yes" - -filesystem_charset "UTF-8" - -input { - plugin "curl" -} - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} - -audio_output { - type "fifo" - name "visualizer" - path "/tmp/mpd.fifo" - format "44100:16:2" -} |
