Skip to content

Instantly share code, notes, and snippets.

@Slabity
Created November 17, 2014 19:11
Show Gist options
  • Save Slabity/b2a9be077b5469e499d4 to your computer and use it in GitHub Desktop.
Save Slabity/b2a9be077b5469e499d4 to your computer and use it in GitHub Desktop.
Personal ncmpcpp file
ncmpcpp_directory = "~/.ncmpcpp"
lyrics_directory = "~/.lyrics"
mpd_host = "localhost"
mpd_port = "6600"
mpd_music_dir = "/home/slabity/Music"
mpd_connection_timeout = "5"
mpd_crossfade_time = "5"
audio_output {
type "fifo"
name "mpd_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
visualizer_in_stereo = "yes"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "mpd_fifo"
visualizer_sync_interval = "30"
visualizer_type = "spectrum" (spectrum/wave)
visualizer_look = "●▉"
playlist_disable_highlight_delay = "5"
message_delay_time = "3"
song_list_format = "{$2%a} {$6%n} {$8%t}|{$8%f}$R{$2%b} {$6%l}"
song_status_format = "{$8%a} $b{$8%b}$/b"
song_library_format = "{%n - }{%t}|{%f}"
tag_editor_album_format = "{%a} - {%b}"
browser_sort_mode = "name"
browser_sort_format = "{%a - }{%t}|{%f} {(%l)}"
alternative_header_first_line_format = "{$b$2%t$9$/b}"
alternative_header_second_line_format ="$8{%a} - {%b}"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
song_columns_list_format = "(20)[red]{a} (3f)[magenta]{n}(50)[white]{t} (30)[red]{br} (5f)[magenta]{lr}"
playlist_shorten_total_times = "no"
playlist_display_mode = "columns" (classic/columns)
browser_display_mode = "columns" (classic/columns)
search_engine_display_mode = "columns" (classic/columns)
incremental_seeking = "yes"
seek_time = "1"
autocenter_mode = "yes"
centered_cursor = "no"
progressbar_look = "─╼─"
progressbar_boldness = "yes"
default_place_to_search_in = "database" (database/playlist)
user_interface = "alternative" (classic/alternative)
default_find_mode = "wrapped" (wrapped/normal)
default_space_mode = "add" (add/select)
default_tag_editor_pattern = "%n - %t"
header_visibility = "no"
statusbar_visibility = "yes"
titles_visibility = "no"
header_text_scrolling = "yes"
cyclic_scrolling = "no"
lines_scrolled = "5"
follow_now_playing_lyrics = "no"
store_lyrics_in_song_dir = "no"
jump_to_now_playing_song_at_start = "yes"
clock_display_seconds = "yes"
display_volume_level = "yes"
display_bitrate = "yes"
display_remaining_time = "no"
regular_expressions = "basic" (basic/extended)
ignore_leading_the = "yes"
mouse_support = "yes"
mouse_list_scroll_whole_page = "yes"
empty_tag_marker = "<empty>"
enable_window_title = "no"
search_engine_default_search_mode = "2"
external_editor = "vim"
use_console_editor = "yes" #(set to yes, if your editor is console app)
colors_enabled = "yes"
empty_tag_color = "white"
header_window_color = "white"
volume_color = "red"
state_line_color = "white"
state_flags_color = "white"
main_window_color = "red"
main_window_highlight_color = "white"
progressbar_color = "white"
progressbar_elapsed_color = "cyan"
statusbar_color = "red"
alternative_ui_separator_color = "white"
active_column_color = "white"
visualizer_color = "white"
active_window_border = "red"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment