Skip to content

Latest commit

 

History

History
62 lines (58 loc) · 1.55 KB

ncmpcpp.org

File metadata and controls

62 lines (58 loc) · 1.55 KB

ncmpcpp

Almost exact clone of ncmpc with some new features

General

Music visualizer

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

Keybindings

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