diff --git a/files/mpd.conf b/files/mpd.conf index 991a5d7..b79cac3 100644 --- a/files/mpd.conf +++ b/files/mpd.conf @@ -118,7 +118,7 @@ music_directory "{{ music_dir }}" # This setting enables automatic update of MPD's database when files in # music_directory are changed. # -#auto_update "yes" +auto_update "yes" # # Limit the depth of the directories being watched, 0 means only watch # the music directory itself. There is no limit by default. diff --git a/tasks/arch_CLI_music.yml b/tasks/arch_CLI_music.yml index dc10e52..7b18bf8 100644 --- a/tasks/arch_CLI_music.yml +++ b/tasks/arch_CLI_music.yml @@ -4,6 +4,7 @@ name: - moc - mpd + - mpc - ncmpcpp state: present