Compare commits

...

2 commits

Author SHA1 Message Date
bd7b0bd955 Include support for visualizer 2024-12-09 08:17:51 +01:00
b8d8f6b643 Update requirements 2024-12-08 14:43:39 +01:00
3 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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"

View file

@ -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