Compare commits
2 commits
ff1cfaca45
...
bd7b0bd955
| Author | SHA1 | Date | |
|---|---|---|---|
| bd7b0bd955 | |||
| b8d8f6b643 |
3 changed files with 13 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
- src: git+https://git.fudiggity.nl/ansible/common.git
|
- src: git+https://forgejo.fudiggity.nl/sonny/common-ansible.git
|
||||||
name: common
|
name: common
|
||||||
version: master
|
version: master
|
||||||
scm: git
|
scm: git
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,12 @@ audio_output {
|
||||||
dsd "yes"
|
dsd "yes"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio_output {
|
||||||
|
type "fifo"
|
||||||
|
name "my_fifo"
|
||||||
|
path "/tmp/mpd.fifo"
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
enabled "no"
|
enabled "no"
|
||||||
plugin "tidal"
|
plugin "tidal"
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,12 @@ connected_message_on_startup = no
|
||||||
|
|
||||||
display_bitrate = yes
|
display_bitrate = yes
|
||||||
|
|
||||||
|
visualizer_data_source = "/tmp/mpd.fifo"
|
||||||
|
visualizer_output_name = "my_fifo"
|
||||||
|
visualizer_in_stereo = "yes"
|
||||||
|
visualizer_type = "spectrum"
|
||||||
|
visualizer_look = "+|"
|
||||||
|
|
||||||
############## Theme ###################
|
############## Theme ###################
|
||||||
|
|
||||||
user_interface = classic
|
user_interface = classic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue