Almost exact clone of ncmpc with some new features
Set visualizer data source:
visualizer_data_source = localhost:5555
Note: Below parameter is needed for ncmpcpp
to determine which output
provides data for visualizer and thus allow syncing between visualization and
sound as currently there are some problems with it.
visualizer_output_name = Visualizer feed
If you set format to 44100:16:2
, make it ‘yes’.
visualizer_in_stereo = yes
Note: To enable spectrum frequency visualization you need to compile ncmpcpp
with fftw3
support.
visualizer_type = spectrum
visualizer_look = +|
visualizer_spectrum_smooth_look = no
Make ncmpcpp
more vim-like.
Basic movement:
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "h"
previous_column
def_key "l"
next_column
def_key "g"
move_home
def_key "G"
move_end
Deletion:
def_key "d"
delete_playlist_items
def_key "d"
delete_stored_playlist