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.

71 lines
1.8KB

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