diff options
author | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-17 22:14:11 +0100 |
---|---|---|
committer | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-17 22:29:37 +0100 |
commit | fb886f687014e22b2fe1477da855be5201063ea8 (patch) | |
tree | eee4c006c273b87574516efedeb80b16b97e1821 /doc/ncmpcpp.1 | |
parent | 519f44e27c28921a60421bdd2481231e9f859938 (diff) |
Deprecate visualizer_fifo_path in favor of visualizer_data_source
Diffstat (limited to 'doc/ncmpcpp.1')
-rw-r--r-- | doc/ncmpcpp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index bfeeb3d9..fd2e4476 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -78,8 +78,9 @@ Set connection timeout to MPD to given value. .B mpd_crossfade_time = SECONDS Default number of seconds to crossfade, if enabled by ncmpcpp. .TP -.B visualizer_fifo_path = PATH -Path to mpd fifo output. This is needed to make music visualizer work (note that output sound format of this fifo has to be either 44100:16:1 or 44100:16:2, depending on whether you want mono or stereo visualization) +.B visualizer_data_source = LOCATION +Source of data for the visualizer. For MPD it's going to be a fifo output, for +Mopidy a udpsink output (see the example configuration file for more details). .TP .B visualizer_output_name = NAME Name of output that provides data for visualizer. Needed to keep sound and visualization in sync. |