spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
15.68k stars 1.49k forks source link

how to disable lyric search #1716

Closed M05QU170 closed 1 year ago

M05QU170 commented 1 year ago

Requested Feature

I would like to switch off lyrics search. Changing "lyrics_providers": null in config file does not help. If I missed somewhere I do apologise.

Possible implementation

No response

xnetcat commented 1 year ago

set lyrics_providers to [] in config file

hianick commented 8 months ago

Any way to do this in the command line? Specifically for songs I know don't have lyrics. When downloading one-off songs the step that checks lyric providers takes up most of the time. I've tried a bunch of variations of [{}], [], [""] with and without quotes.

Edit: Nevermind, seems to be the "synced" provider was the one taking so long.