tag editor: remove albums view

This commit is contained in:
Andrzej Rybczak
2012-09-05 00:41:22 +02:00
parent 5f637103a6
commit 69bd1bac97
8 changed files with 49 additions and 148 deletions

View File

@@ -321,8 +321,6 @@
#
#default_space_mode = "add" (add/select)
#
#default_tag_editor_left_col = "albums" (albums/dirs)
#
#default_tag_editor_pattern = "%n - %t"
#
#header_visibility = "yes"

View File

@@ -243,9 +243,6 @@ If set to "wrapped", going from last found position to next will take you to the
.B default_space_mode = select/add
If set to "select", space will select items instead of adding them to playlist (although selecting by space is default and the only one action for space in Playlist).
.TP
.B default_tag_editor_left_col = albums/dirs
If set to "albums", tag editor will display list of all albums from database, otherwise it'll allow you to browse the database.
.TP
.B incremental_seeking = yes/no
If enabled, seek time will increment by one each second of seeking.
.TP