1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | # ------------------------------------------------------
# file: $HOME/.ncmpcpp/config
# author: Ramon Solis - http://cyb3rpunk.wordpress.com
# modified: January 2010
# vim:fenc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=txt:
# ------------------------------------------------------
# ---
# MPD
# ---
mpd_host = "127.0.0.1"
mpd_port = "6600"
mpd_music_dir = "/home/ramonoid/Musica/"
mpd_connection_timeout = "5"
mpd_crossfade_time = "5"
# ----
# Bars
# ----
statusbar_visibility = "yes"
header_visibility = "no"
# ------
# Delays
# ------
playlist_disable_highlight_delay = "1"
message_delay_time = "1"
# ------
# Format
# ------
song_list_format = "$7[$4%n$7]$9 $7[$9$3%l$7]$9 $1|$9 $7%a$9 $1|$9 $2%t$9 $R $5%b$9"
song_columns_list_format = "(35)[black]{t} (20)[black]{a} (6)[black]{l} (30)[black]{b} "
song_window_title_format = "{%a - }{%t}|{%f}"
song_status_format = "$b{$2%a$9 $3-$9 }$6{%t$9}"
now_playing_prefix = "$b$5♫ $7>$6>$5> "
now_playing_suffix = "$/b"
# ------
# Colors
# ------
colors_enabled = "yes"
color1 = "red"
color2 = "black"
empty_tag_color = "red"
main_window_color = "cyan"
main_window_highlight_color = "blue"
active_column_color = "green"
active_window_border = "black"
window_border_color = "red"
statusbar_color = "yellow"
header_window_color = "magenta"
# ------------
# Progress bar
# ------------
progressbar_color = "cyan"
progressbar_look = "ΞΞ♦"
# ----
# Misc
# ----
playlist_separate_albums = "no"
cyclic_scrolling = "yes"
fancy_scrolling = "yes"
display_screens_numbers_on_start = "no"
regular_expressions = "extended"
external_editor = "/usr/bin/vim"
ignore_leading_the = "no"
# lyrics_database = "1" # 1 - lyricwiki.org | 2 - lyricsplugin.com
clock_display_seconds = "yes"
display_bitrate = "yes"
state_line_color = "red"
state_flags_color = "blue"
state_window_color ="blue"
empty_tag_marker = "<empty>"
jump_to_now_playing_song_at_start = "yes"
ask_before_clearing_main_playlist = "no"
enable_window_title = "yes"
display_remaining_time = "no"
display_volume_level = "yes"
volume_color = "red"
# ----------
# Visualizer
# ----------
visualizer_fifo_path = "/home/ramonoid/.mpd/mpd.fifo"
visualizer_output_name = "visual"
visualizer_sync_interval = "30"
visualizer_type = "spectrum" (spectrum/wave)
visualizer_color = "blue"
|
x
Notes
Not sure about the progress bar.