albumart-slave 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # NCMPCPP Album Art Slaved 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_filled"
  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 = "63"
  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. # SLAVE
  42. startup_screen = "playlist"
  43. startup_slave_screen = "visualizer"
  44. startup_slave_screen_focus = "no"
  45. # PROGRESSBAR
  46. progressbar_look = "━━━"
  47. #progressbar_look = "─⊙ "
  48. #progressbar_look = "─╼"
  49. #progressbar_look = "▃▃▃"
  50. #progressbar_look = "◾◾◽"
  51. progressbar_elapsed_color = 7
  52. progressbar_color = "black"
  53. # UI VISIBILITY
  54. header_visibility = "no"
  55. statusbar_visibility = "yes"
  56. titles_visibility = "no"
  57. enable_window_title = "yes"
  58. # COLOR
  59. statusbar_color = "white"
  60. color1 = "white"
  61. color2 = "blue"
  62. # UI FORMAT
  63. now_playing_prefix = " $b$6$2$7"
  64. now_playing_suffix = "$/b"
  65. current_item_prefix = "$/b$3"
  66. song_columns_list_format = "(4f)[red]{NE} (15)[white]{a} (50)[]{t|f:Title} (15)[magenta]{b} (4f)[white]{lr}"
  67. song_list_format = " {%t $R$6  $8%a$8}|{%f $R$6  $8%l$8} $R$8│ "
  68. song_status_format = "{$b$2 $8%a $3 $8%t $3 $6%b}|{$b$2 $8%f}"
  69. song_window_title_format = "{%a - %t}|{%f}"
  70. # EXEC SCRIPT
  71. execute_on_song_change="bash -c '~/.ncmpcpp/scripts/album-slave-notify'"