diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-05-15 16:08:43 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-05-15 16:08:43 +0400 |
| commit | d052f9b44c5ce665dadad4e20a3c552e7d2670a8 (patch) | |
| tree | 4e8fb5f7752e3b83c9beac73ae9e2342eae2d256 | |
| parent | d7212866bbc01c3a1cfb3b36603ca3dde64f008a (diff) | |
Added playlists to mpd config
| -rw-r--r-- | .config/mpd/mpd.conf | 7 | ||||
| -rw-r--r-- | .config/mpd/playlists/.gitkeep | 0 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 11d3359..e25c335 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,3 +1,4 @@ -pid_file "~/.config/mpd/mpd.pid" -music_directory "~/music" -db_file "~/.config/mpd/database" +pid_file "~/.config/mpd/mpd.pid" +db_file "~/.config/mpd/database" +playlist_directory "~/.config/mpd/playlists" +music_directory "~/music" diff --git a/.config/mpd/playlists/.gitkeep b/.config/mpd/playlists/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.config/mpd/playlists/.gitkeep |