###############################################################################
#                                                                             #
#   ● ○ ○ ○ ●                                                                 #
#   ● ● ○ ● ●   Mike Ochmann                                                  #
#   ● ○ ● ○ ●   https://mike-ochmann.de                                       #
#   ● ○ ○ ○ ●                                                                 #
#   ● ○ ○ ○ ●                                                                 #
#                                                                             #
#   My configuration for the `ncmpcpp` mpd terminal client                    #
#   Version 1,0,0                                                             #
#                                                                             #
###############################################################################


# CONNECTION
mpd_host = "polyhymnia.fsi.hochschule-trier.de"
#mpd_host = "mediapi.local"
#mpd_host = "127.0.0.1"

#mpd_port = "7331"
mpd_port               = "6600"
mpd_connection_timeout = "5"
mpd_crossfade_time     = "3"

# STYLE
visualizer_output_name           = "My FIFO"
playlist_disable_highlight_delay = "5"
message_delay_time               = "4"

song_list_format        = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
song_library_format     = "{%n - }{%t}|{%f}"
now_playing_prefix      = "$b"
browser_playlist_prefix = "$6[playlist]$9 "
playlist_display_mode   = "columns" # (classic/columns)
browser_display_mode    = "classic" # (classic/columns)
autocenter_mode         = "no"

#progressbar_look  = "–► "
progressbar_look                   = "─█–"
user_interface                     = "alternative" # (classic/alternative)
default_find_mode                  = "wrapped" # (wrapped/normal)
header_visibility                  = "yes"
statusbar_visibility               = "yes"
cyclic_scrolling                   = "yes"
follow_now_playing_lyrics          = "no"
show_hidden_files_in_local_browser = "no"
clock_display_seconds              = "no"

# COLORS
colors_enabled                 = "yes"
empty_tag_color                = "cyan"
header_window_color            = "magenta"
volume_color                   = "cyan"
#state_line_color               = "default"
#state_flags_color              = "default"
#main_window_color              = "yellow"
#color1                         = "white"
#color2                         = "green"
#main_window_highlight_color    = "yellow"
progressbar_color              = "white"
statusbar_color                = "cyan"
alternative_ui_separator_color = "black"
#active_column_color            = "red"
window_border_color            = "green"
active_window_border           = "red"