|
@@ -19,7 +19,7 @@ |
|
|
gapless_mp3_playback: yes |
|
|
gapless_mp3_playback: yes |
|
|
save_absolute_paths_in_playlists: yes |
|
|
save_absolute_paths_in_playlists: yes |
|
|
metadata_to_use: artist,album,title,track,name,genre,date,composer,performer,disc |
|
|
metadata_to_use: artist,album,title,track,name,genre,date,composer,performer,disc |
|
|
auto_update: no |
|
|
|
|
|
|
|
|
auto_update: yes |
|
|
auto_update_depth: 3 |
|
|
auto_update_depth: 3 |
|
|
follow_outside_symlinks: no |
|
|
follow_outside_symlinks: no |
|
|
follow_inside_symlinks: no |
|
|
follow_inside_symlinks: no |
|
@@ -50,6 +50,16 @@ |
|
|
name: mpd |
|
|
name: mpd |
|
|
state: latest |
|
|
state: latest |
|
|
update_cache: yes |
|
|
update_cache: yes |
|
|
|
|
|
- name: Install mpdb on hosts |
|
|
|
|
|
apt: |
|
|
|
|
|
name: |
|
|
|
|
|
- mpd |
|
|
|
|
|
- mpc |
|
|
|
|
|
- libflac8 |
|
|
|
|
|
- lame |
|
|
|
|
|
state: latest |
|
|
|
|
|
update_cache: yes |
|
|
|
|
|
|
|
|
- name: setup config on hosts |
|
|
- name: setup config on hosts |
|
|
template: |
|
|
template: |
|
|
src: mpdf.conf.j2 |
|
|
src: mpdf.conf.j2 |
|
|