Arctis

ncmpcpp config

Dec 25th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. mpd_music_dir = ~/Music
  2.  
  3. ##### visual definitions #####
  4.  
  5. song_list_format = {$5%a $8%t $R$5%b}|{$8%f}
  6. song_status_format = $2%t $0by $5%a $0on $8%b
  7. now_playing_prefix = "$b"
  8. now_playing_suffix = "$/b"
  9. browser_playlist_prefix = playlist "$9"
  10. selected_item_prefix = "$3 >"
  11. selected_item_suffix = "$9"
  12. modified_item_prefix = "$2"
  13. playlist_display_mode = "classic"
  14. discard_colors_if_item_is_selected = "no"
  15. autocenter_mode = "yes"
  16. progressbar_look = "── "
  17. default_tag_editor_pattern = "%t"
  18. header_visibility = "no"
  19. titles_visibility = "no"
  20. statusbar_visibility = "no"
  21. display_bitrate = "no"
  22. mouse_support = "yes"
  23. empty_tag_marker = "empty"
  24.  
  25. ##### colors definitions #####
  26.  
  27. colors_enabled = "yes"
  28. empty_tag_color = "blue"
  29. header_window_color = "default"
  30. volume_color = "default"
  31. state_line_color = "default"
  32. state_flags_color = "default"
  33. main_window_color = "cyan"
  34. color1 = "default"
  35. color2 = "green"
  36. main_window_highlight_color = "blue"
  37. progressbar_color = "blue"
  38. progressbar_elapsed_color = "white"
  39. statusbar_color = "white"
  40. alternative_ui_separator_color = "cyan"
  41. active_column_color = "blue"
  42. visualizer_color = "blue"
  43. window_border_color = "cyan"
  44. active_window_border = "red"
  45.  
  46. ##### visualizer definitions #####
  47.  
  48. visualizer_fifo_path = "/tmp/mpd.fifo"
  49. visualizer_output_name = "my_fifo"
  50. visualizer_sync_interval = "10"
  51. visualizer_in_stereo = "no"
  52. #visualizer_type = "wave" (spectrum/wave)
  53. visualizer_type = "spectrum" (spectrum/wave)
  54. centered_cursor = "yes"
  55.  
  56. ##### song format #####
  57. ##
  58. ## for song format you can use:
  59. ##
  60. ## %l - length
  61. ## %f - filename
  62. ## %D - directory
  63. ## %a - artist
  64. ## %A - album artist
  65. ## %t - title
  66. ## %b - album
  67. ## %y - date
  68. ## %n - track number (01/12 -> 01)
  69. ## %N - full track info (01/12 -> 01/12)
  70. ## %g - genre
  71. ## %c - composer
  72. ## %p - performer
  73. ## %d - disc
  74. ## %C - comment
  75. ## %P - priority
  76. ## $R - begin right alignment
  77.  
  78. ## - 0 - default window color (discards all other colors)
  79. ## - 1 - black
  80. ## - 2 - red
  81. ## - 3 - green
  82. ## - 4 - yellow
  83. ## - 5 - blue
  84. ## - 6 - magenta
  85. ## - 7 - cyan
  86. ## - 8 - white
  87. ## - 9 - end of current color
  88. ##
Advertisement
Add Comment
Please, Sign In to add comment