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 | # mpd stuff
mpd_host = "localhost"
mpd_port = "6600"
mpd_music_dir = "~/music"
mpd_connection_timeout = "5"
# visualizer
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "F to the I F O"
visualizer_sync_interval = "10"
visualizer_type = "wave" #(spectrum/wave)
# appearance
song_list_format = "$3{%l}$9 $1│$9 $5{%a}$9 $1│$9 $2{%t}$9 $R $6{%b}$9 $7({%y})$9 $1│$9 $4{%n}"
song_status_format = "{%a} - {%t}|{%f} - \"{%b}\" ({%y})"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
browser_playlist_prefix = "$2playlist$9 "
selected_item_prefix = "$6"
selected_item_suffix = "$9"
playlist_display_mode = "classic" # (classic/columns)
browser_display_mode = "columns" #(classic/columns)
autocenter_mode = "yes"
progressbar_look = "━━╸"
user_interface = "classic" #(classic/alternative)
media_library_left_column = "a" #(possible values: a,y,g,c,p, legend above)
header_visibility = "no"
statusbar_visibility = "yes"
titles_visibility = "no"
header_text_scrolling = "yes"
fancy_scrolling = "yes"
cyclic_scrolling = "no"
display_volume_level = "no"
display_bitrate = "yes"
display_remaining_time = "no"
# colors
colors_enabled = "yes"
header_window_color = "blue"
volume_color = "blue"
state_line_color = "lightgreen"
state_flags_color = "red"
main_window_color = "blue"
color1 = "red"
color2 = "magenta"
main_window_highlight_color = "cyan"
progressbar_color = "blue"
statusbar_color = "default"
alternative_ui_separator_color = "green"
active_column_color = "magenta"
visualizer_color = "blue"
window_border_color = "magenta"
active_window_border = "blue"
# more stuff
playlist_disable_highlight_delay = "3"
message_delay_time = "4"
default_find_mode = "wrapped" #(wrapped/normal)
default_space_mode = "add" #(add/select)
follow_now_playing_lyrics = "yes"
store_lyrics_in_song_dir = "yes"
screen_switcher_mode = "sequence: 2 -> 3"
startup_screen = "2"
jump_to_now_playing_song_at_start = "yes"
ask_before_clearing_main_playlist = "yes"
clock_display_seconds = "yes"
ignore_leading_the = "yes"
mouse_support = "no"
empty_tag_marker = "-"
media_library_display_empty_tag = "yes"
enable_window_title = "yes"
|
x
Notes
nothing much to say here :O