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 | ####connection settings####
mpd_music_dir = "/Media/Music"
####timeouts and delays####
mpd_crossfade_time = "3"
####visualizer settings####
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "visualizer"
visualizer_sync_interval = "20"
visualizer_type = "spectrum" (spectrum/wave/wave_filled/ellipse)
visualizer_color ="magenta,cyan,black,red,green"
visualizer_look = "▤▦"
####songs####
#([cyan,date],[cyan, length], [cyan,title] | [cyan,date],[blue,title],[cyan])
song_list_format = "{$7%a $7%l $7%t}|{$7%a $5%t $7}"
#([red,artist],[magenta],[red,length])
song_status_format = "$2%a $6 $2%l"
#([cyan,length],[blue,title],[end current color])
song_library_format = "$7%l $5%t$9"
#([magenta,blue,magenta]|[blue]
now_playing_prefix = "{ $6◀$5●$6▶}|{$5●}"
#now_playing_prefix = "{ $2●}"
#([blue],[cyan,artist],[blue,title],[yellow,album],[magenta,length]
song_columns_list_format = "(4)[]{} (15)[cyan]{a} (30)[blue]{t} (46)[white]{b} (5)[magenta]{l}"
####misc####
playlist_separate_albums = "no"
playlist_display_mode = "columns" (classic/columns)
browser_display_mode = "columns"
volume_change_step = "5"
progressbar_look = "─╼·"
user_interface = "alternative"
data_fetching_delay = "yes"
media_library_primary_tag = "artist"
default_find_mode = "wrapped"
header_visibility = "no"
statusbar_visibility = "yes"
titles_visibility = "no"
header_text_scrolling = "yes"
cyclic_scrolling = "yes"
startup_screen = "media_library"
ask_before_clearing_playlists = "yes"
clock_display_seconds = "yes"
display_volume_level = "yes"
display_bitrate = "yes"
display_remaining_time = "yes"
ignore_leading_the = "no"
mouse_support = "no"
#use_console_editor = "yes"
autocenter_mode = "yes"
####colors####
colors_enabled = "yes"
empty_tag_color = "blue"
#header_window_color = "red"
volume_color = "black"
state_line_color = "black"
color1 = "blue"
color2 = "blue"
current_item_prefix = "$(green)$r"
current_item_suffix = "$/r$(end)"
current_item_inactive_column_prefix = "$(white)$r"
current_item_inactive_column_suffix = "$/r$(end)"
main_window_color = "blue"
progressbar_color = "magenta"
progressbar_elapsed_color = "cyan"
statusbar_color = "green"
alternative_ui_separator_color = "red"
window_border_color = "green"
active_window_border = "cyan"
discard_colors_if_item_is_selected = "no"
|
x