Advertisement
hu6

ncmpcpp

hu6
May 28th, 2013
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ####################################################
  2. ## Created by John
  3. ## Largely Inspired By dipilibupap crshd, vicophine, and Him .
  4. ####################################################
  5. # MPD
  6. mpd_host = "127.0.0.1"
  7. mpd_port = "6600"
  8. mpd_music_dir = "~/Music/"
  9. mpd_connection_timeout = "5"
  10. mpd_crossfade_time = "0"
  11.  
  12. # Delays
  13. playlist_disable_highlight_delay = "2"
  14. message_delay_time = "1"
  15.  
  16. # Playlist
  17. song_list_format = "$7[$4%n$7]$9 $7[$9$3%l$7]$9 $1|$9 $7%a$9 $1|$9 $2%t$9 $R $5%b$9"
  18. #song_library_format = "$7[$4%n$7]$9 $7[$9$3%l$7]$9 $1|$9 $7%a$9 $1|$9 $2%t$9 $R $5%b$9"
  19. #tag_editor_album_format = "{(%y) }%b"
  20. song_columns_list_format = "(13)[green]{l} (35)[red]{t|f} (30)[blue]{a} (25)[cyan]{b} "
  21. now_playing_prefix = "$b$5»$1»$2»$1» "
  22. #now_playing_prefix = "$b$5»$7»$1» "
  23. #now_playing_suffix = "$/b"
  24. playlist_display_mode = "columns" (classic/columns)
  25. autocenter_mode = "yes"
  26. centered_cursor = "yes"
  27. fancy_scrolling = "yes"
  28. cyclic_scrolling = "yes"
  29. display_bitrate = "yes"
  30.  
  31. # Clock
  32. clock_display_seconds = "yes"
  33.  
  34. # Bars
  35. song_status_format = "$2%a $8• $3%t $8• $4%b {(Disc %d) }$8• $5%y$8"
  36. #progressbar_look = "─╼·"
  37. progressbar_look = "─▰ "
  38. titles_visibility = "no"
  39. header_visibility = "no"
  40. statusbar_visibility = "yes"
  41.  
  42. # Browser
  43. browser_playlist_prefix = "$2plist »$9 "
  44. browser_display_mode = "columns" (classic/columns)
  45.  
  46. # Colors
  47. discard_colors_if_item_is_selected = "yes"
  48. header_window_color = "black"
  49. volume_color = "cyan"
  50. state_line_color = "black"
  51. state_flags_color = "blue"
  52. main_window_color = "white"
  53. color1 = "default"
  54. color2 = "green"
  55. main_window_highlight_color = "red"
  56. progressbar_color = "#2C2B2A"
  57. statusbar_color = "#1b1b1b"
  58. active_column_color = "red"
  59. alternative_ui_separator_color = "white"
  60. active_window_border = "black"
  61. colors_enabled = "yes"
  62.  
  63. # Others
  64. song_window_title_format = "{%a }⌁ {%t}{ [%b{ Disc %d}]}|{%f}"
  65. alternative_header_first_line_format = "$b$1$aqqu$/a$2 {%t}|{%f} $1$atqq$/a$5$/b$8"
  66. alternative_header_second_line_format = "{{$6$b%a$/b$9}{ - $7%b$9}{ $5($4%y$9)}}|{%D}"
  67. search_engine_display_mode = "columns" (classic/columns)
  68. follow_now_playing_lyrics = "yes"
  69. display_screens_numbers_on_start = "no"
  70.  
  71. #selected_item_prefix = "$6"
  72. #selected_item_suffix = "$9"
  73. #playlist_show_remaining_time = "no"
  74. #incremental_seeking = "yes"
  75. #seek_time = "1"
  76. #autocenter_mode = "no"
  77. #centered_cursor = "no"
  78. #default_place_to_search_in = "database" (database/playlist)
  79. #user_interface = "classic" (classic/alternative)
  80.  
  81. # Visualizer
  82. visualizer_fifo_path = "/tmp/mpd.fifo"
  83. visualizer_output_name = "visual"
  84. visualizer_sync_interval = "30"
  85. visualizer_type = "spectrum" (spectrum/wave)
  86. visualizer_color = "blue"
  87. visualizer_look = "●▋"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement