From a72c78fc60c3df5fbddc6a7aecd5075ac47331ba Mon Sep 17 00:00:00 2001 From: M1dgard Date: Mon, 13 Aug 2018 14:07:32 +0200 Subject: [PATCH] [ncmpcpp] Disable tag editor, don't show dup tags The tag editor corrupts my files. Dup tags (like track number "03 | 03"), why would anyone want that? --- ncmpcpp/bindings | 10 ++++++---- ncmpcpp/config | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings index e701bb4..854a446 100644 --- a/ncmpcpp/bindings +++ b/ncmpcpp/bindings @@ -278,7 +278,8 @@ def_key "p" show_playlist_editor # def_key "t" - show_tag_editor + dummy +# show_tag_editor # def_key "o" show_outputs @@ -406,7 +407,8 @@ def_key "left" #def_key "e" # edit_song # -#def_key "e" +def_key "e" + dummy # edit_library_tag # #def_key "e" @@ -493,8 +495,8 @@ def_key "alt-j" #def_key "~" # jump_to_media_library # -#def_key "E" -# jump_to_tag_editor +def_key "E" + dummy # #def_key "U" # toggle_playing_song_centering diff --git a/ncmpcpp/config b/ncmpcpp/config index 7d9f498..d0e248f 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -312,10 +312,12 @@ playlist_editor_display_mode = columns #discard_colors_if_item_is_selected = yes # #show_duplicate_tags = yes +show_duplicate_tags = no # #incremental_seeking = yes # #seek_time = 1 +seek_time = 5 # #volume_change_step = 2 #