You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.8KB

  1. # mpd related config
  2. mpd_music_dir = ~/Musique/
  3. mpd_crossfade_time = "5"
  4. # visualizer
  5. visualizer_fifo_path = "/tmp/mpd.fifo"
  6. visualizer_output_name = "my_fifo"
  7. visualizer_sync_interval = "15"
  8. visualizer_in_stereo = "no"
  9. visualizer_type = "wave"
  10. visualizer_look = "▮▮"
  11. # scrolling
  12. cyclic_scrolling = yes
  13. mouse_list_scroll_whole_page = no
  14. lines_scrolled = 1
  15. mouse_support = "yes"
  16. header_text_scrolling = "yes"
  17. # look
  18. # Playlist
  19. song_list_format = "$1$5%n$9$1▕ $1$4%a$9$1 - $1$3%t$1 $1$7(%l)$9 $R$2[%b]$9"
  20. now_playing_prefix = "$b$1"
  21. now_playing_suffix = "$/b"
  22. playlist_display_mode = "classic" (classic/columns)
  23. autocenter_mode = "yes"
  24. centered_cursor = "yes"
  25. # Bars
  26. song_status_format = "$8%a $1// $8%t $1// $8%b {(Disc %d) }$1// $8%y $1"
  27. progressbar_look = "─╼─"
  28. titles_visibility = "no"
  29. display_bitrate = "no"
  30. # Browser
  31. browser_playlist_prefix = "$2plist >$9 "
  32. browser_display_mode = "classic" (classic/columns)
  33. # Colors
  34. discard_colors_if_item_is_selected = "yes"
  35. header_window_color = "black"
  36. volume_color = "cyan"
  37. state_line_color = "black"
  38. state_flags_color = "yellow"
  39. main_window_color = "white"
  40. color1 = "default"
  41. color2 = "green"
  42. #main_window_color = "default"
  43. # main_window_highlight_color = "black"
  44. current_item_prefix = "$(yellow)$r"
  45. current_item_suffix = "$/r$(end)"
  46. progressbar_color = "black"
  47. statusbar_visibility = "yes"
  48. header_visibility = "yes"
  49. statusbar_color = "black"
  50. # active_column_color = "yellow"
  51. current_item_inactive_column_prefix = "$(black)$r"
  52. current_item_inactive_column_suffix = "$/r$(end)"
  53. visualizer_color = "magenta"
  54. # Others
  55. #song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  56. search_engine_display_mode = "columns" (classic/columns)
  57. follow_now_playing_lyrics = "no"
  58. clock_display_seconds = "yes"
  59. # Use album artist in library
  60. media_library_primary_tag = album_artist