summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-30 19:07:21 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-30 23:16:36 (EDT)
commitd097fe25c10e758a64584ab77fd7709aecb42f58 (patch)
treebba84605f70d8f37b522a763a0c3a7ee3771940a
parentd237ab8c43657b972716ab590a90d45ce8a2318b (diff)
downloadmpd-d097fe25c10e758a64584ab77fd7709aecb42f58.zip
mpd-d097fe25c10e758a64584ab77fd7709aecb42f58.tar.gz
mpd-d097fe25c10e758a64584ab77fd7709aecb42f58.tar.bz2
.config/ncmpcpp/config: Adjust settings
Following are the differences in parameters between my old ncmpcpp configuration (-) and the example configuration for ncmpcpp 0.7.4 (+): -allow_physical_directories_deletion -allow_physical_files_deletion +allow_for_physical_item_deletion -ask_before_clearing_main_playlist +ask_before_clearing_playlists +browser_sort_format +browser_sort_mode +data_fetching_delay -default_space_mode -default_tag_editor_left_col -display_screens_numbers_on_start -fancy_scrolling +generate_win32_compatible_filenames +lastfm_preferred_language -media_library_disable_two_column_mode -media_library_display_date -media_library_display_empty_tag -media_library_left_column +media_library_primary_tag +media_library_sort_by_mtime +modified_item_prefix -mpd_communication_mode -ncmpc_like_songs_adding +playlist_show_mpd_host +progressbar_boldness +progressbar_elapsed_color +startup_slave_screen +startup_slave_screen_focus -tag_editor_album_format +store_lyrics_in_song_dir +system_encoding +tags_separator +visualizer_sample_multiplier +volume_change_step 21 added and 15 removed. It was easier to start from scratch.
-rw-r--r--.config/ncmpcpp/config42
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.
#