new feature: support for fetching lyrics for currently playing song in background
This commit is contained in:
@@ -142,6 +142,7 @@ struct NcmpcppKeys
|
||||
int ToggleInterface[2];
|
||||
int ToggleSeparatorsInPlaylist[2];
|
||||
int ToggleLyricsDB[2];
|
||||
int ToggleFetchingLyricsInBackground[2];
|
||||
int GoToParentDir[2];
|
||||
int SwitchTagTypeList[2];
|
||||
int Quit[2];
|
||||
@@ -227,6 +228,7 @@ struct NcmpcppConfig
|
||||
bool albums_in_tag_editor;
|
||||
bool incremental_seeking;
|
||||
bool now_playing_lyrics;
|
||||
bool fetch_lyrics_in_background;
|
||||
bool local_browser_show_hidden_files;
|
||||
bool search_in_db;
|
||||
bool display_screens_numbers_on_start;
|
||||
|
||||
Reference in New Issue
Block a user