settings: enable regexes by default and add support for perl syntax
This commit is contained in:
@@ -432,9 +432,9 @@
|
||||
#
|
||||
#display_remaining_time = no
|
||||
#
|
||||
## Available values: none, basic, extended.
|
||||
## Available values: none, basic, extended, perl.
|
||||
##
|
||||
#regular_expressions = none
|
||||
#regular_expressions = basic
|
||||
#
|
||||
##
|
||||
## Note: If below is enabled, ncmpcpp will ignore leading
|
||||
|
||||
@@ -287,7 +287,7 @@ If enabled, bitrate of currently playing song will be displayed in statusbar.
|
||||
.B display_remaining_time = yes/no
|
||||
If enabled, remaining time of currently playing song will be be displayed in statusbar instead of elapsed time.
|
||||
.TP
|
||||
.B regular_expressions = basic/extended
|
||||
.B regular_expressions = none/basic/extended/perl
|
||||
Type of currently used regular expressions.
|
||||
.TP
|
||||
.B ignore_leading_the = yes/no
|
||||
|
||||
Reference in New Issue
Block a user