From 51c65432b399de86fd89c5b62f0a0a96f4875e0a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Jul 2022 00:38:13 -0400 Subject: [PATCH] meta: Remove mpd Although using mpd was a cute experience, I am not interested in maintaining mpd on my systems anymore since navidrome does the job just as well and has more useful features. --- mpd/.config/mpd/mpd.conf | 16 ---------------- mpd/.config/mpd/playlists/.gitkeep | 0 mpd/README.md | 15 --------------- 3 files changed, 31 deletions(-) delete mode 100644 mpd/.config/mpd/mpd.conf delete mode 100644 mpd/.config/mpd/playlists/.gitkeep delete mode 100644 mpd/README.md diff --git a/mpd/.config/mpd/mpd.conf b/mpd/.config/mpd/mpd.conf deleted file mode 100644 index 6d88cec5..00000000 --- a/mpd/.config/mpd/mpd.conf +++ /dev/null @@ -1,16 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover - -music_directory "~/Music" - -playlist_directory "~/.config/mpd/playlists" -pid_file "~/.config/mpd/pid" -state_file "~/.config/mpd/state" -sticker_file "~/.config/mpd/sticker.sql" - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} - -auto_update "yes" diff --git a/mpd/.config/mpd/playlists/.gitkeep b/mpd/.config/mpd/playlists/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/mpd/README.md b/mpd/README.md deleted file mode 100644 index d3a17d56..00000000 --- a/mpd/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# mpd - -[mpd][mpd] is a music player daemon. - -## Use Cases - -mpd can be used to: - -- Manage music independently of which client is being used - -You should not use mpd if: - -- The music player you use does not rely on mpd - -[mpd]: https://github.com/MusicPlayerDaemon/MPD