Visualizer for ncmcpp
This commit is contained in:
parent
c59a958cfb
commit
15b8412d76
2 changed files with 17 additions and 1 deletions
10
mpdconf
10
mpdconf
|
@ -277,6 +277,16 @@ audio_output {
|
||||||
## server "remote_server" # optional
|
## server "remote_server" # optional
|
||||||
## sink "remote_server_sink" # optional
|
## sink "remote_server_sink" # optional
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Visualizer
|
||||||
|
audio_output {
|
||||||
|
type "fifo"
|
||||||
|
name "visualizer_output"
|
||||||
|
path "/tmp/madmaurice-mpd.fifo"
|
||||||
|
format "44100:16:1"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# An example of a winmm output (Windows multimedia API).
|
# An example of a winmm output (Windows multimedia API).
|
||||||
#
|
#
|
||||||
|
|
8
ncmpcpp
8
ncmpcpp
|
@ -17,7 +17,13 @@ empty_tag_color = "white"
|
||||||
color1 = "white"
|
color1 = "white"
|
||||||
color2 = "blue"
|
color2 = "blue"
|
||||||
active_column_color = "blue"
|
active_column_color = "blue"
|
||||||
|
visualizer_color = "blue"
|
||||||
|
|
||||||
header_visibility = no
|
header_visibility = no
|
||||||
statusbar_visibility = no
|
statusbar_visibility = no
|
||||||
|
|
||||||
|
visualizer_fifo_path = "/tmp/madmaurice-mpd.fifo"
|
||||||
|
visualizer_output_name = "visualizer_output"
|
||||||
|
visualizer_sync_interval = "30"
|
||||||
|
visualizer_in_stereo = "no"
|
||||||
|
visualizer_type = "spectrum"
|
||||||
|
|
Loading…
Reference in a new issue