From c49a69e6ac7c4da458101fa544ea2431fa134558 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 29 Dec 2020 17:15:50 -0700 Subject: Fix bugs --- .config/ncmpcpp/config | 78 +++----------------------------------------------- 1 file changed, 4 insertions(+), 74 deletions(-) (limited to '.config/ncmpcpp/config') diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index e988b9f..940f16a 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -1,6 +1,6 @@ # Directories #ncmpcpp_directory = ~/.config/ncmpcpp -#lyrics_directory = ~/.lyrics +lyrics_directory = ~/.config/ncmpcpp/lyrics # Connection settings mpd_host = localhost @@ -158,104 +158,65 @@ visualizer_color = blue, cyan, green, yellow, magenta, red #song_columns_list_format = (20)[]{a} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} # Various settings -#execute_on_song_change = "" -# +execute_on_song_change = notify-send -u low " $(mpc --format '[%albumartist% (%album%)]|[%albumartist%]|[%artist% (%album%)]|[%artist%]' current)" "$(mpc --format '%title%' current)" ## ## Note: Custom command that will be executed each time player state ## changes. The environment variable MPD_PLAYER_STATE is set to the current ## state (either unknown, play, pause, or stop) for its duration. ## -# #execute_on_player_state_change = "" -# #playlist_show_mpd_host = no -# #playlist_show_remaining_time = no -# #playlist_shorten_total_times = no -# #playlist_separate_albums = no -# ## ## Note: Possible display modes: classic, columns. ## #playlist_display_mode = columns -# #browser_display_mode = classic -# #search_engine_display_mode = classic -# #playlist_editor_display_mode = classic -# #discard_colors_if_item_is_selected = yes -# #show_duplicate_tags = yes -# #incremental_seeking = yes -# #seek_time = 1 -# #volume_change_step = 2 -# #autocenter_mode = no -# #centered_cursor = no -# ## ## Note: You can specify third character which will be used to build 'empty' ## part of progressbar. ## #progressbar_look = => -# ## Available values: database, playlist. ## #default_place_to_search_in = database -# ## Available values: classic, alternative. ## #user_interface = classic -# #data_fetching_delay = yes -# ## Available values: artist, album_artist, date, genre, composer, performer. ## #media_library_primary_tag = artist -# #media_library_albums_split_by_date = yes -# #media_library_hide_album_dates = no -# ## Available values: wrapped, normal. ## #default_find_mode = wrapped -# #default_tag_editor_pattern = %n - %t -# #header_visibility = yes -# #statusbar_visibility = yes -# ## Show the "Connected to ..." message on startup #connected_message_on_startup = yes -# #titles_visibility = yes -# #header_text_scrolling = yes -# #cyclic_scrolling = no -# -#lyrics_fetchers = azlyrics, genius, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet -# +lyrics_fetchers = azlyrics, genius, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, zeneszoveg, internet #follow_now_playing_lyrics = no -# -#fetch_lyrics_for_current_song_in_background = no -# +fetch_lyrics_for_current_song_in_background = yes #store_lyrics_in_song_dir = no -# #generate_win32_compatible_filenames = yes -# #allow_for_physical_item_deletion = no -# ## ## Note: If you set this variable, ncmpcpp will try to get info from last.fm in ## language you set and if it fails, it will fall back to english. Otherwise it @@ -264,11 +225,8 @@ visualizer_color = blue, cyan, green, yellow, magenta, red ## Note: Language has to be expressed as an ISO 639 alpha-2 code. ## #lastfm_preferred_language = en -# #space_add_mode = add_remove -# #show_hidden_files_in_local_browser = no -# ## ## How shall screen switcher work? ## @@ -280,75 +238,50 @@ visualizer_color = blue, cyan, green, yellow, magenta, red ## lyrics, last_fm. ## #screen_switcher_mode = playlist, browser -# ## ## Note: You can define startup screen by choosing screen from the list above. ## #startup_screen = playlist -# ## ## Note: You can define startup slave screen by choosing screen from the list ## above or an empty value for no slave screen. ## #startup_slave_screen = "" -# #startup_slave_screen_focus = no -# ## ## Default width of locked screen (in %). Acceptable values are from 20 to 80. ## -# #locked_screen_width_part = 50 -# #ask_for_locked_screen_width_part = yes -# #jump_to_now_playing_song_at_start = yes -# #ask_before_clearing_playlists = yes -# #clock_display_seconds = no -# #display_volume_level = yes -# #display_bitrate = no -# #display_remaining_time = no -# ## Available values: none, basic, extended, perl. ## #regular_expressions = perl -# ## ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while ## sorting items in browser, tags in media library, etc. ## #ignore_leading_the = no -# ## ## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and ## filtering lists. This takes an effect only if boost was compiled with ICU ## support. ## #ignore_diacritics = no -# #block_search_constraints_change_if_items_found = yes -# #mouse_support = yes -# #mouse_list_scroll_whole_page = no -# #lines_scrolled = 5 -# #empty_tag_marker = -# #tags_separator = " | " -# #tag_editor_extended_numeration = no -# #media_library_sort_by_mtime = no -# #enable_window_title = yes -# ## ## Note: You can choose default search mode for search engine. Available modes ## are: @@ -362,11 +295,8 @@ visualizer_color = blue, cyan, green, yellow, magenta, red ## - 3 - match only exact values (this mode uses mpd function for searching in ## database and local one for searching in current playlist) ## -# #search_engine_default_search_mode = 1 -# #external_editor = nano -# ## Note: set to yes if external editor is a console application. ## #use_console_editor = yes -- cgit v1.2.3-54-g00ecf