Arctis

ncmpcpp config

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