mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
ncmpcpp: Replace visualizer_fifo_path with visualizer_data_source configuration option
This is needed for ncmpcpp version > 0.10.x
This commit is contained in:
parent
45a34b9a33
commit
5eabf3a92c
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ ignore_leading_the = "yes"
|
|||
allow_for_physical_item_deletion = "no"
|
||||
|
||||
### Visualizer ###
|
||||
visualizer_fifo_path = /tmp/mpd.fifo
|
||||
visualizer_data_source = /tmp/mpd.fifo
|
||||
visualizer_output_name = "mpd_visualizer"
|
||||
visualizer_in_stereo = "yes"
|
||||
visualizer_sync_interval = 30
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ ignore_leading_the = "yes"
|
|||
allow_for_physical_item_deletion = "no"
|
||||
|
||||
### Visualizer ###
|
||||
visualizer_fifo_path = /tmp/mpd.fifo
|
||||
visualizer_data_source = /tmp/mpd.fifo
|
||||
visualizer_output_name = "mpd_visualizer"
|
||||
visualizer_in_stereo = "yes"
|
||||
visualizer_sample_multiplier = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue