1. # MPD
  2. mpd_host = "127.0.0.1"
  3. mpd_port = "6600"
  4. mpd_music_dir = "~/Music/"
  5. mpd_connection_timeout = "5"
  6. mpd_crossfade_time = "2"
  7.  
  8. # Delays
  9. playlist_disable_highlight_delay = "2"
  10. message_delay_time = "0"
  11.  
  12. # Playlist
  13. 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"
  14. #song_library_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"
  15. #tag_editor_album_format = "{(%y) }%b"
  16. song_columns_list_format = "(13)[green]{l} (35)[red]{t|f} (30)[blue]{a} (25)[cyan]{b} "
  17. now_playing_prefix = ""
  18. #now_playing_prefix = "$b$5»$7»$1» "
  19. #now_playing_suffix = "$/b"
  20. playlist_display_mode = "columns" (classic/columns)
  21. autocenter_mode = "yes"
  22. centered_cursor = "yes"
  23. fancy_scrolling = "yes"
  24. cyclic_scrolling = "yes"
  25. display_bitrate = "yes"
  26.  
  27. # Clock
  28. clock_display_seconds = "yes"
  29.  
  30. # Bars
  31. song_status_format = "$2%a $8• $3%t $8• $4%b {(Disc %d) }$8• $5%y$8"
  32. #progressbar_look = "─╼·"
  33. progressbar_look = "── "
  34. titles_visibility = "no"
  35. header_visibility = "no"
  36. statusbar_visibility = "yes"
  37.  
  38. # Browser
  39. browser_playlist_prefix = "$2plist »$9 "
  40. browser_display_mode = "columns" (classic/columns)
  41.  
  42. # Colors
  43. discard_colors_if_item_is_selected = "yes"
  44. header_window_color = "black"
  45. volume_color = "cyan"
  46. state_line_color = "black"
  47. state_flags_color = "blue"
  48. main_window_color = "white"
  49. color1 = "default"
  50. color2 = "green"
  51. main_window_highlight_color = "red"
  52. progressbar_color = "#2C2B2A"
  53. statusbar_color = "#1b1b1b"
  54. active_column_color = "red"
  55. alternative_ui_separator_color = "white"
  56. active_window_border = "black"
  57. colors_enabled = "yes"
  58.  
  59. # Others
  60. song_window_title_format = "{%a }⌁ {%t}{ [%b{ Disc %d}]}|{%f}"
  61. alternative_header_first_line_format = "$b$1$aqqu$/a$2 {%t}|{%f} $1$atqq$/a$5$/b$8"
  62. alternative_header_second_line_format = "{{$6$b%a$/b$9}{ - $7%b$9}{ $5($4%y$9)}}|{%D}"
  63. search_engine_display_mode = "columns" (classic/columns)
  64. follow_now_playing_lyrics = "no"
  65. display_screens_numbers_on_start = "no"
  66.  
  67. #selected_item_prefix = "$6"
  68. #selected_item_suffix = "$9"
  69. #playlist_show_remaining_time = "no"
  70. #incremental_seeking = "yes"
  71. #seek_time = "1"
  72. #autocenter_mode = "no"
  73. #centered_cursor = "no"
  74. #default_place_to_search_in = "database" (database/playlist)
  75. #user_interface = "classic" (classic/alternative)