diff options
Diffstat (limited to 'ncmpcpp/.ncmpcpp')
| -rw-r--r-- | ncmpcpp/.ncmpcpp/config | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config new file mode 100644 index 0000000..cf99ab7 --- /dev/null +++ b/ncmpcpp/.ncmpcpp/config | |||
| @@ -0,0 +1,92 @@ | |||
| 1 | ## | ||
| 2 | # Files | ||
| 3 | mpd_music_dir = "~/Music" | ||
| 4 | lyrics_directory = ~/.ncmpcpp/lyrics | ||
| 5 | ncmpcpp_directory = ~/.ncmpcpp | ||
| 6 | mpd_host = "localhost" | ||
| 7 | mpd_port = "6600" | ||
| 8 | mpd_connection_timeout = "5" | ||
| 9 | mpd_crossfade_time = "5" | ||
| 10 | |||
| 11 | # Playlist | ||
| 12 | playlist_disable_highlight_delay = "0" | ||
| 13 | playlist_display_mode = "columns" | ||
| 14 | playlist_show_remaining_time = "yes" | ||
| 15 | |||
| 16 | browser_display_mode = "columns" | ||
| 17 | autocenter_mode = "yes" | ||
| 18 | fancy_scrolling = "yes" | ||
| 19 | follow_now_playing_lyrics = "yes" | ||
| 20 | display_screens_numbers_on_start = "yes" | ||
| 21 | ignore_leading_the = "yes" | ||
| 22 | lyrics_database = "1" | ||
| 23 | song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}" | ||
| 24 | colors_enabled = "yes" | ||
| 25 | main_window_color = "white" | ||
| 26 | main_window_highlight_color = "blue" | ||
| 27 | header_window_color = "cyan" | ||
| 28 | volume_color = "red" | ||
| 29 | progressbar_color = "cyan" | ||
| 30 | statusbar_color = "white" | ||
| 31 | active_column_color = "cyan" | ||
| 32 | active_window_border = "blue" | ||
| 33 | |||
| 34 | alternative_header_first_line_format = "$0$aqqu$/a {$7%a - $9}{$5%t$9}|{$8%f$9} $0$atqq$/a$9" | ||
| 35 | alternative_header_second_line_format = "{{$6%b$9}{ [$6%y$9]}}|{%D}" | ||
| 36 | song_list_format = "{$3%n │ $9}{$7%a - $9}{$5%t$9}|{$8%f$9}$R{$6 │ %b$9}{$3 │ %l$9}" | ||
| 37 | user_interface = "alternative" | ||
| 38 | #user_interface = "classic" | ||
| 39 | default_place_to_search_in = "database" | ||
| 40 | |||
| 41 | |||
| 42 | # visualizer | ||
| 43 | visualizer_fifo_path = "/tmp/mpd.fifo" | ||
| 44 | visualizer_output_name = "my_fifo" | ||
| 45 | visualizer_sync_interval = "12" | ||
| 46 | #visualizer_type = "wave" (spectrum/wave) | ||
| 47 | visualizer_type = "spectrum" (spectrum/wave) | ||
| 48 | visualizer_in_stereo = "yes" | ||
| 49 | visualizer_look = "+|" | ||
| 50 | |||
| 51 | |||
| 52 | ## Navigation ## | ||
| 53 | cyclic_scrolling = "yes" | ||
| 54 | header_text_scrolling = "yes" | ||
| 55 | jump_to_now_playing_song_at_start = "yes" | ||
| 56 | lines_scrolled = "2" | ||
| 57 | |||
| 58 | ## Other ## | ||
| 59 | system_encoding = "utf-8" | ||
| 60 | regular_expressions = "extended" | ||
| 61 | |||
| 62 | |||
| 63 | |||
| 64 | ## Selected tracks ## | ||
| 65 | selected_item_prefix = "* " | ||
| 66 | discard_colors_if_item_is_selected = "no" | ||
| 67 | |||
| 68 | ## Seeking ## | ||
| 69 | incremental_seeking = "yes" | ||
| 70 | seek_time = "1" | ||
| 71 | |||
| 72 | ## Visivility ## | ||
| 73 | header_visibility = "yes" | ||
| 74 | statusbar_visibility = "yes" | ||
| 75 | titles_visibility = "yes" | ||
| 76 | |||
| 77 | |||
| 78 | progressbar_look = "=>-" | ||
| 79 | progressbar_boldness = "yes" | ||
| 80 | progressbar_elapsed_color = "white" | ||
| 81 | |||
| 82 | now_playing_prefix = "> " | ||
| 83 | song_status_format = " $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b " | ||
| 84 | autocenter_mode = "yes" | ||
| 85 | centered_cursor = "yes" | ||
| 86 | |||
| 87 | # Misc | ||
| 88 | display_bitrate = "yes" | ||
| 89 | # enable_window_title = "no" | ||
| 90 | follow_now_playing_lyrics = "yes" | ||
| 91 | ignore_leading_the = "yes" | ||
| 92 | empty_tag_marker = "" | ||
