[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:
parent
15c095dd69
commit
a72c78fc60
2 changed files with 8 additions and 4 deletions
|
@ -278,7 +278,8 @@ def_key "p"
|
||||||
show_playlist_editor
|
show_playlist_editor
|
||||||
#
|
#
|
||||||
def_key "t"
|
def_key "t"
|
||||||
show_tag_editor
|
dummy
|
||||||
|
# show_tag_editor
|
||||||
#
|
#
|
||||||
def_key "o"
|
def_key "o"
|
||||||
show_outputs
|
show_outputs
|
||||||
|
@ -406,7 +407,8 @@ def_key "left"
|
||||||
#def_key "e"
|
#def_key "e"
|
||||||
# edit_song
|
# edit_song
|
||||||
#
|
#
|
||||||
#def_key "e"
|
def_key "e"
|
||||||
|
dummy
|
||||||
# edit_library_tag
|
# edit_library_tag
|
||||||
#
|
#
|
||||||
#def_key "e"
|
#def_key "e"
|
||||||
|
@ -493,8 +495,8 @@ def_key "alt-j"
|
||||||
#def_key "~"
|
#def_key "~"
|
||||||
# jump_to_media_library
|
# jump_to_media_library
|
||||||
#
|
#
|
||||||
#def_key "E"
|
def_key "E"
|
||||||
# jump_to_tag_editor
|
dummy
|
||||||
#
|
#
|
||||||
#def_key "U"
|
#def_key "U"
|
||||||
# toggle_playing_song_centering
|
# toggle_playing_song_centering
|
||||||
|
|
|
@ -312,10 +312,12 @@ playlist_editor_display_mode = columns
|
||||||
#discard_colors_if_item_is_selected = yes
|
#discard_colors_if_item_is_selected = yes
|
||||||
#
|
#
|
||||||
#show_duplicate_tags = yes
|
#show_duplicate_tags = yes
|
||||||
|
show_duplicate_tags = no
|
||||||
#
|
#
|
||||||
#incremental_seeking = yes
|
#incremental_seeking = yes
|
||||||
#
|
#
|
||||||
#seek_time = 1
|
#seek_time = 1
|
||||||
|
seek_time = 5
|
||||||
#
|
#
|
||||||
#volume_change_step = 2
|
#volume_change_step = 2
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue