[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?
This commit is contained in:
M1dgard 2018-08-13 14:07:32 +02:00
parent 15c095dd69
commit a72c78fc60
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4
2 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -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
#