add support for built-in mpd searching in search engine
This commit is contained in:
16
doc/config
16
doc/config
@@ -307,8 +307,22 @@
|
||||
#enable_window_title = "yes"
|
||||
#
|
||||
##
|
||||
## Note: You can choose default search mode for search
|
||||
## engine. Available modes are:
|
||||
##
|
||||
## - 1 - use mpd built-in searching (no regexes, pattern matching)
|
||||
## - 2 - use ncmpcpp searching (pattern matching with support for regexes,
|
||||
## but if your mpd is on a remote machine, downloading big database
|
||||
## to process it can take a while
|
||||
## - 3 - match only exact values (this mode uses mpd function for searching
|
||||
## in database and local one for searching in current playlist)
|
||||
##
|
||||
#
|
||||
#search_engine_default_search_mode = "1"
|
||||
#
|
||||
##
|
||||
## Note: These triggers will allow you to phisically remove
|
||||
## files and directories from your hdd in using ncmpcpp's
|
||||
## files and directories from your hdd using ncmpcpp's
|
||||
## browser screen.
|
||||
##
|
||||
#
|
||||
|
||||
@@ -162,6 +162,9 @@ If enabled, mouse wheel will scroll the whole page of item list at a time, other
|
||||
.B lines_scrolled = NUMBER
|
||||
Number of lines that are scrolled with mouse wheel.
|
||||
.TP
|
||||
.B search_engine_default_search_mode = MODE_NUMBER
|
||||
Number of default mode used in search engine.
|
||||
.TP
|
||||
.B playlist_show_remaining_time = yes/no
|
||||
If enabled, time remaining to end of playlist will be shown after playlist's statistics.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user