config 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. ## NCMPCPP configuration file.
  2. ## Connection settings ##
  3. ## Set it in order to make tag editor and renaming files work properly
  4. mpd_host = "localhost"
  5. mpd_port = "6601"
  6. mpd_music_dir = "/mnt/Music"
  7. #mpd_connection_timeout = "5"th
  8. mpd_crossfade_time = "2"
  9. ## Delays
  10. ## Delay after playlist highlighting will be disabled (0 = don't disable)
  11. playlist_disable_highlight_delay = "5"
  12. ## Defines how long various messages are supposed to be visible
  13. message_delay_time = "5"
  14. ## Song format
  15. ## For song format you can use:
  16. ## %l - length
  17. ## %f - short filename
  18. ## %F - full filename
  19. ## %a - artist
  20. ## %t - title
  21. ## %b - album
  22. ## %y - year
  23. ## %n - track number
  24. ## %g - genre
  25. ## %c - composer
  26. ## %p - performer
  27. ## %d - disc
  28. ## %C - comment
  29. ## %r - begin right align
  30. ## You can also put them in { } and then it will be displayed
  31. ## only if all requested values are available and/or define alternate
  32. ## value with { }|{ } eg. {%a - %t}|{%f}
  33. ## Text can also have different color than the main window has,
  34. ## eg. if you want length to be green, write $3%l$9
  35. ## Available values:
  36. ## - 0 - default window color
  37. ## - 1 - black
  38. ## - 2 - red
  39. ## - 3 - green
  40. ## - 4 - yellow
  41. ## - 5 - blue
  42. ## - 6 - magenta
  43. ## - 7 - cyan
  44. ## - 8 - white
  45. ## - 9 - end of current color
  46. ## Note: colors can be nested.
  47. song_library_format = "{%n - }{%t}|{%f}"
  48. ## media_library_album_format = "{(%y) }%b"
  49. ## tag_editor_album_format = "{(%y) }%b"
  50. browser_playlist_prefix = "$2playlist$9 "
  51. selected_item_prefix = "$6"
  52. selected_item_suffix = "$9"
  53. ## Colours are not supported for below veriables
  54. song_status_format = "{(%l) }{%a - }{%t}|{%f}"
  55. ## song_window_title_format = "{%a - }{%t}|{%f}
  56. ## Columns settings
  57. ## Syntax of song columns list format is "column column etc."
  58. ## - syntax for each column is:
  59. ## (width of column in %)[column's color]{displayed tag}
  60. ## - colour is optional (if you want the default one, type [])
  61. song_columns_list_format = "(7)[red]{l} (28)[red]{a} (28)[]{b} (50)[red]{t}"
  62. ## Various settings
  63. playlist_display_mode = "columns" (classic/columns)
  64. incremental_seeking = "yes"
  65. seek_time = "1"
  66. autocenter_mode = "yes"
  67. ## repeat_one_mode = "no"
  68. #
  69. ## default_place_to_search_in = "database" (database/playlist)
  70. ## media_library_left_column = "a" (possible values: a,y,g,c,p, legend above)
  71. ## default_find_mode = "wrapped" (wrapped/normal)
  72. ## default_space_mode = "add" (add/select)
  73. ## default_tag_editor_left_col = "albums" (albums/dirs)
  74. ## default_tag_editor_pattern = "%n - %t"
  75. ## header_visibility = "yes"
  76. ## statusbar_visibility = "yes"
  77. ## fancy_scrolling = "yes"
  78. ## follow_now_playing_lyrics = "no"
  79. ## ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
  80. ## display_screens_numbers_on_start = "yes"
  81. clock_display_seconds = "yes"
  82. ## enable_window_title = "yes"
  83. ## Colours definitions
  84. colors_enabled = "yes"
  85. empty_tag_color = "white"
  86. header_window_color = "white"
  87. volume_color = "red"
  88. ## state_line_color = "red"
  89. ## state_flags_color = "red"
  90. main_window_color = "red"
  91. color1 = "red"
  92. color2 = "white"
  93. main_window_highlight_color = "white"
  94. progressbar_color = "red"
  95. statusbar_color = "red"
  96. active_column_color = "white"
  97. window_border_color = "white"
  98. active_window_border = "white"