disable detecting currently used encoding as it's extremely ugly
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
#
|
||||
#mpd_crossfade_time = "5"
|
||||
#
|
||||
##### system encoding #####
|
||||
##
|
||||
## if you use encoding other than utf8, set it in
|
||||
## order to handle utf8 encoded strings properly.
|
||||
##
|
||||
#
|
||||
#system_encoding = ""
|
||||
#
|
||||
##### delays #####
|
||||
#
|
||||
## delay after playlist highlighting will be disabled (0 = don't disable)
|
||||
|
||||
@@ -60,6 +60,9 @@ Set connection timeout to MPD to given value.
|
||||
.B mpd_crossfade_time = SECONDS
|
||||
Default number of seconds to crossfade, if enabled by ncmpcpp.
|
||||
.TP
|
||||
.B system_encoding = ENCODING
|
||||
If you use encoding other than utf8, set it in order to handle utf8 encoded strings properly.
|
||||
.TP
|
||||
.B seek_time = SECONDS
|
||||
Base seek time to begin with.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user