Add README
This commit is contained in:
parent
333df38852
commit
2214086cd5
2 changed files with 87 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
- stop mpd service
|
||||
- restart mpd socket
|
||||
|
||||
# TODO: replace ncmpcpp with rmpc
|
||||
- name: Create mpd files
|
||||
ansible.builtin.file:
|
||||
path: "{{ item.path }}"
|
||||
|
|
@ -64,7 +65,6 @@
|
|||
dest: "{{ ncmpcpp_configuration_dir }}/bindings"
|
||||
notify:
|
||||
- stop mpd service
|
||||
|
||||
# TODO: install https://aur.archlinux.org/mpd-mpris-bin.git from AUR
|
||||
# Use mpc to control local mpd server.
|
||||
# Use $ mpc add http://{{ mpd_remote_address }}:{{ mpd_remote_stream_port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue