Simplify option_parser
This commit is contained in:
@@ -390,6 +390,8 @@
|
||||
##
|
||||
#lastfm_preferred_language = en
|
||||
#
|
||||
#space_add_mode = add_remove
|
||||
#
|
||||
#show_hidden_files_in_local_browser = no
|
||||
#
|
||||
##
|
||||
|
||||
@@ -257,7 +257,7 @@ If enabled, each time song changes lyrics fetcher will be automatically run in b
|
||||
If enabled, lyrics will be saved in song's directory, otherwise in ~/.lyrics. Note that it needs properly set mpd_music_dir.
|
||||
.TP
|
||||
.B generate_win32_compatible_filenames = yes/no
|
||||
If set to yes, filenames generated by ncmpcpp (with tag editor, for lyrics, artists etc.) will not contain the following characters: \\?*:|"<> - otherwise only slash (/) will not be used.
|
||||
If set to yes, filenames generated by ncmpcpp (with tag editor, for lyrics, artists etc.) will not contain the following characters: \\?*:|\"<> - otherwise only slash (/) will not be used.
|
||||
.TP
|
||||
.B allow_for_physical_item_deletion = yes/no
|
||||
If set to yes, it will be possible to physically delete files and directories from the disk in the browser.
|
||||
@@ -265,6 +265,9 @@ If set to yes, it will be possible to physically delete files and directories fr
|
||||
.B lastfm_preferred_language = ISO 639 alpha-2 language code
|
||||
If set, ncmpcpp will try to get info from last.fm in language you set and if it fails, it will fall back to english. Otherwise it will use english the first time.
|
||||
.TP
|
||||
.B space_add_mode = add_remove/always_add
|
||||
If set to add_remove, attepting to add files that are already in playlist will remove them. Otherwise they can be added multiple times.
|
||||
.TP
|
||||
.B show_hidden_files_in_local_browser = yes/no
|
||||
Trigger for displaying in local browser files and directories that begin with '.'
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user