new feature: allow for files and directories deletion in browser
This commit is contained in:
10
doc/config
10
doc/config
@@ -174,6 +174,16 @@
|
||||
#
|
||||
#enable_window_title = "yes"
|
||||
#
|
||||
##
|
||||
## Note: These triggers will allow you to phisically remove
|
||||
## files and directories from your hdd in using ncmpcpp's
|
||||
## browser screen.
|
||||
##
|
||||
#
|
||||
#allow_physical_files_deletion = "no"
|
||||
#
|
||||
#allow_physical_directories_deletion = "no"
|
||||
#
|
||||
##### lyrics support #####
|
||||
##
|
||||
## supported lyrics databases:
|
||||
|
||||
@@ -186,6 +186,12 @@ If your external editor is console application, you need to enable it.
|
||||
.B block_search_constraints_change_if_items_found = yes/no
|
||||
If enabled, fields in Search engine above "Reset" button will be blocked after succesful searching, otherwise they won't.
|
||||
.TP
|
||||
.B allow_physical_files_deletion = yes/no
|
||||
If enabled, ncmpcpp will be able to delete files using its browser screen.
|
||||
.TP
|
||||
.B allow_physical_directories_deletion = yes/no
|
||||
If enabled, ncmpcpp will be able to delete directories using its browser screen.
|
||||
.TP
|
||||
.B enable_window_title = yes/no
|
||||
If enabled, ncmpcpp will override current window title with its own one.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user