Advertisement
Guest User

ncmpcpp config

a guest
Jan 27th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. ## %l - length
  2. ## %f - filename
  3. ## %D - directory
  4. ## %a - artist
  5. ## %t - title
  6. ## %b - album
  7. ## %y - year
  8. ## %n - track number (01/12 -> 01)
  9. ## %N - full track info (01/12 -> 01/12)
  10. ## %g - genre
  11. ## %c - composer
  12. ## %p - performer
  13. ## %d - disc│
  14. ## %C - comment
  15. ## $R - begin right alignment
  16.  
  17. # Playlist
  18. song_list_format = "$5%n$1 │ $1$4%a$9$1 - $1$8%t$1 $R$2%b $1│ $4%l$9"
  19. now_playing_prefix = "$b$1"
  20. now_playing_suffix = "$/b"
  21. playlist_display_mode = "classic" (classic/columns)
  22. centered_cursor = "yes"
  23.  
  24. # Bars
  25. song_status_format = "$8%a $2%t $5%b {(Disc %d) } $1"
  26. progressbar_look = "─╼"
  27. titles_visibility = "no"
  28. display_bitrate = "no"
  29.  
  30. # Browser
  31. browser_playlist_prefix = "$2plist >$9 "
  32. browser_display_mode = "classic" (classic/columns)
  33.  
  34. # Visualizer
  35. visualizer_stereo = "yes"
  36. visualizer_fifo_path = "/tmp/mpd.fifo"
  37. visualizer_output_name = "fifo"
  38. visualizer_type = "spectrum" (spectrum/wave)
  39. #visualizer_look = "●│"
  40. visualizer_look = "─│"
  41.  
  42. # Colors
  43. discard_colors_if_item_is_selected = "yes"
  44. header_window_color = "black"
  45. volume_color = "cyan"
  46. state_line_color = "black"
  47. state_flags_color = "yellow"
  48. color1 = "default"
  49. color2 = "green"
  50. main_window_color = "white"
  51. main_window_highlight_color = "white"
  52. progressbar_color = "black"
  53. statusbar_visibility = "no"
  54. header_visibility = "no"
  55. statusbar_color = "black"
  56. active_column_color = "green"
  57. visualizer_color = "white"
  58.  
  59. # Others
  60. mpd_music_dir = "/mnt/MUSIC"
  61. mpd_crossfade_time = "5"
  62. #song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  63. search_engine_display_mode = "columns" (classic/columns)
  64. follow_now_playing_lyrics = "no"
  65. clock_display_seconds = "yes"
  66. autocenter_mode = "yes"
  67.  
  68. # Mouse Support
  69. mouse_support = "yes"
  70. header_text_scrolling = "yes"
  71. cyclic_scrolling = "no"
  72. lines_scrolled = "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement