settings: new configuration variable: generate_win32_compatible_filenames
This commit is contained in:
@@ -345,6 +345,8 @@
|
||||
#
|
||||
#store_lyrics_in_song_dir = "no"
|
||||
#
|
||||
#generate_win32_compatible_filenames = "yes"
|
||||
#
|
||||
##
|
||||
## Note: If you set this variable, ncmpcpp will try to
|
||||
## get info from last.fm in language you set and if it
|
||||
|
||||
@@ -258,6 +258,9 @@ If enabled, each time song changes lyrics fetcher will be automatically run in b
|
||||
.B store_lyrics_in_song_dir = yes/no
|
||||
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.
|
||||
.TP
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user