config (3242B)
1 # vim: filetype=conf 2 allow_for_physical_item_deletion = no 3 ncmpcpp_directory = "~/.config/ncmpcpp" 4 lyrics_directory = "~/.local/share/lyrics" 5 follow_now_playing_lyrics = yes 6 fetch_lyrics_for_current_song_in_background = yes 7 # systems to fetch lyrics, in order of priority. 8 # for tags lyrics fetcher, you need my fork of ncmpcpp: https://github.com/thezeroalpha/ncmpcpp 9 lyrics_fetchers = tags, azlyrics, genius, musixmatch, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet 10 11 mpd_music_dir = "~/Music/Libraries/Mine/" 12 system_encoding = "utf-8" 13 14 mpd_host = "~/.local/share/mpd/socket" 15 # mpd_host = "localhost" 16 # mpd_port = "6600" 17 mpd_connection_timeout = "5" 18 message_delay_time = "1" 19 20 visualizer_data_source = "/tmp/mpd.fifo" 21 visualizer_output_name = "my_fifo" 22 visualizer_type = "spectrum" 23 visualizer_spectrum_smooth_look = yes 24 visualizer_autoscale = yes 25 26 # How songs are listed... 27 # ...in a playlist 28 playlist_display_mode = columns 29 playlist_editor_display_mode = columns 30 song_columns_list_format = (20)[]{A|a} (5)[green]{NE} (40)[white]{t|f:Title} (20)[cyan]{b} (10)[magenta]{g:Genre} (5)[magenta]{l} 31 32 # ...in the currently playing line 33 song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f} 34 35 # ...in library view 36 browser_display_mode = columns 37 song_library_format = {%t}|{%f} 38 39 user_interface = alternative 40 alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b 41 alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}{ - $7%g$9}}|{%D} 42 43 search_engine_display_mode = columns 44 45 # Here's how colors work: 46 # start $(fg_bg), end $(end) 47 # options: 0 (default window color (discards all other colors)), 1 (black), 2 (red), 3 (green), 4 (yellow), 5 (blue), 6 (magenta), 7 (cyan), 8 (white), 9 (end of current color). background can also be current or transparent. 48 # 49 # How attributes work: 50 # start $attr, end $/attr 51 # options: b (bold text), u (underline text), i (italic text), r (reverse colors), a (use alternative character set) 52 current_item_prefix = $(black_cyan) 53 current_item_suffix = $(end) 54 current_item_inactive_column_prefix = $(blue)$b$u 55 current_item_inactive_column_suffix = $/u$/b$(end) 56 57 58 ## Note: You can choose default search mode for search engine. Available modes 59 ## are: 60 ## 61 ## - 1 - use mpd built-in searching (no regexes, pattern matching) 62 ## 63 ## - 2 - use ncmpcpp searching (pattern matching with support for regexes, but 64 ## if your mpd is on a remote machine, downloading big database to process 65 ## it can take a while 66 ## 67 ## - 3 - match only exact values (this mode uses mpd function for searching in 68 ## database and local one for searching in current playlist) 69 ## 70 # 71 search_engine_default_search_mode = 2 72 73 progressbar_look = -> 74 now_playing_prefix = "> " 75 modified_item_prefix = "~ " 76 media_library_primary_tag = album_artist 77 media_library_albums_split_by_date = no 78 startup_screen = "media_library" 79 display_volume_level = yes 80 ignore_leading_the = yes 81 external_editor = vim 82 selected_item_prefix = "* " 83 use_console_editor = yes 84 empty_tag_color = magenta 85 main_window_color = white 86 progressbar_color = black:b 87 progressbar_elapsed_color = blue:b 88 statusbar_color = red 89 statusbar_time_color = cyan:b 90 colors_enabled = "yes"