albumart 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # NCMPCPP Album Art Config - Fancy
  2. # ---------------------------------
  3. # MPD
  4. mpd_music_dir = "~/Music/"
  5. mpd_host = "127.0.0.1"
  6. mpd_port = "6600"
  7. # VISUALIZER
  8. visualizer_in_stereo = "no"
  9. visualizer_fifo_path = "/tmp/mpd.fifo"
  10. visualizer_output_name = "FIFO Visualizer"
  11. visualizer_sync_interval = "10"
  12. visualizer_type = "wave"
  13. #visualizer_look = "▉▉"
  14. visualizer_look = "◾▍"
  15. #visualizer_look = "▍▍"
  16. #visualizer_look = "││"
  17. #visualizer_look = "▮▮"
  18. #visualizer_look = "▋▋"
  19. visualizer_color = "white"
  20. #visualizer_color = "red,magenta,blue,cyan"
  21. # GLOBAL
  22. mouse_support = "yes"
  23. mouse_list_scroll_whole_page = "yes"
  24. lines_scrolled = "1"
  25. message_delay_time = "1"
  26. playlist_shorten_total_times = "yes"
  27. playlist_display_mode = "classic"
  28. browser_display_mode = "columns"
  29. search_engine_display_mode = "columns"
  30. playlist_editor_display_mode = "columns"
  31. autocenter_mode = "yes"
  32. centered_cursor = "yes"
  33. user_interface = "classic"
  34. follow_now_playing_lyrics = "yes"
  35. locked_screen_width_part = "80"
  36. ask_for_locked_screen_width_part = "no"
  37. display_bitrate = "no"
  38. external_editor = "nano"
  39. main_window_color = "default"
  40. #main_window_highlight_color = 7
  41. # PROGRESSBAR
  42. progressbar_look = "━━━"
  43. #progressbar_look = "─⊙ "
  44. #progressbar_look = "─╼"
  45. #progressbar_look = "▃▃▃"
  46. #progressbar_look = "◾◾◽"
  47. progressbar_elapsed_color = 7
  48. progressbar_color = "black"
  49. # UI VISIBILITY
  50. header_visibility = "no"
  51. statusbar_visibility = "yes"
  52. titles_visibility = "no"
  53. enable_window_title = "yes"
  54. # COLOR
  55. statusbar_color = "white"
  56. color1 = "white"
  57. color2 = "blue"
  58. # UI FORMAT
  59. now_playing_prefix = " $b$6$2$7"
  60. now_playing_suffix = "$/b"
  61. current_item_prefix = "$/b$3"
  62. song_columns_list_format = "(4f)[red]{NE} (15)[white]{a} (50)[]{t|f:Title} (15)[magenta]{b} (4f)[white]{lr}"
  63. song_list_format = " {%t $R$6  $8%a$8}|{%f $R$6  $8%l$8} $R$8│ "
  64. song_status_format = "{$b$2 $8%a $3 $8%t $3 $6%b}|{$b$2 $8%f}"
  65. song_window_title_format = "{%a - %t}|{%f}"
  66. # EXEC SCRIPT
  67. execute_on_song_change="bash -c '~/.ncmpcpp/scripts/album-notify'"