settings: add support for preferred last.fm info language
This commit is contained in:
10
doc/config
10
doc/config
@@ -287,6 +287,16 @@
|
||||
#
|
||||
#follow_now_playing_lyrics = "no"
|
||||
#
|
||||
##
|
||||
## Note: If you set this variable, 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.
|
||||
##
|
||||
## Note: Language has to be expressed as an ISO 639 alpha-2 code.
|
||||
##
|
||||
#lastfm_preferred_language = ""
|
||||
#
|
||||
#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add)
|
||||
#
|
||||
#show_hidden_files_in_local_browser = "no"
|
||||
|
||||
@@ -219,6 +219,9 @@ If enabled, seek time will increment by one each second of seeking.
|
||||
.B follow_now_playing_lyrics = yes/no
|
||||
If enabled, lyrics will be switched at song's change to currently playing one's (Note: this works only if you are viewing lyrics of item from Playlist).
|
||||
.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
|
||||
.B ncmpc_like_songs_adding = yes/no
|
||||
If enabled, pressing space on item, which is already in playlist will remove it, otherwise add it again.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user