diff options
-rw-r--r-- | .config/ncmpcpp/config | 42 |
1 files changed, 17 insertions, 25 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 8c240f4..a3a371f 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -1,9 +1,3 @@ -############################################################# -# This is the example configuration file. Copy it to ## -# $HOME/.ncmpcpp/config or $XDG_CONFIG_HOME/ncmpcpp/config ## -# and set up your preferences. ## -############################################################# - #### directories ###### # # Directory for storing ncmpcpp related files. @@ -13,7 +7,7 @@ # file which defines that while launching ncmpcpp. # -ncmpcpp_directory = ~/.ncmpcpp +ncmpcpp_directory = ~/.local/share/ncmpcpp # # Directory for storing downloaded lyrics. It @@ -21,7 +15,7 @@ ncmpcpp_directory = ~/.ncmpcpp # (eg. ncmpc) also use that location. # -lyrics_directory = ~/.lyrics +lyrics_directory = ~/.local/share/ncmpcpp/lyrics #### connection settings ##### @@ -33,9 +27,9 @@ mpd_connection_timeout = 5 # Needed for tag editor and file operations to work. # -mpd_music_dir = ~/music +mpd_music_dir = ~/music/library -mpd_crossfade_time = 5 +mpd_crossfade_time = 0 #### music visualizer ##### # @@ -53,7 +47,7 @@ mpd_crossfade_time = 5 # } # -visualizer_fifo_path = /tmp/mpd.fifo +visualizer_fifo_path = /home/pj/.local/share/mpd/mpd.fifo # # Note: Below parameter is needed for ncmpcpp @@ -63,7 +57,7 @@ visualizer_fifo_path = /tmp/mpd.fifo # are some problems with it. # -visualizer_output_name = Visualizer feed +visualizer_output_name = My FIFO # # If you set format to 44100:16:2, make it 'yes'. @@ -93,12 +87,10 @@ visualizer_sync_interval = 30 # Available values: spectrum, wave, wave_filled, ellipse. # -visualizer_type = wave +visualizer_type = spectrum visualizer_look = ●▮ -visualizer_color = blue, cyan, green, yellow, magenta, red - # Alternative subset of 256 colors for terminals that support it. # visualizer_color = 41, 83, 119, 155, 185, 215, 209, 203, 197, 161 @@ -288,7 +280,7 @@ execute_on_song_change = "" playlist_show_mpd_host = no -playlist_show_remaining_time = no +playlist_show_remaining_time = yes playlist_shorten_total_times = no @@ -301,15 +293,15 @@ playlist_display_mode = columns browser_display_mode = classic -search_engine_display_mode = classic +search_engine_display_mode = columns -playlist_editor_display_mode = classic +playlist_editor_display_mode = columns discard_colors_if_item_is_selected = yes incremental_seeking = yes -seek_time = 1 +seek_time = 5 volume_change_step = 2 @@ -331,7 +323,7 @@ default_place_to_search_in = database # Available values: classic, alternative. # -user_interface = classic +user_interface = alternative data_fetching_delay = yes @@ -355,7 +347,7 @@ header_text_scrolling = yes cyclic_scrolling = no -lines_scrolled = 2 +lines_scrolled = 3 follow_now_playing_lyrics = no @@ -363,7 +355,7 @@ fetch_lyrics_for_current_song_in_background = no store_lyrics_in_song_dir = no -generate_win32_compatible_filenames = yes +generate_win32_compatible_filenames = no allow_for_physical_item_deletion = no @@ -416,9 +408,9 @@ ask_for_locked_screen_width_part = yes jump_to_now_playing_song_at_start = yes -ask_before_clearing_playlists = yes +ask_before_clearing_playlists = no -clock_display_seconds = no +clock_display_seconds = yes display_volume_level = yes @@ -467,7 +459,7 @@ enable_window_title = yes search_engine_default_search_mode = 1 -external_editor = nano +external_editor = vim # Note: set to yes if external editor is a console application. # |