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
17.6k stars 1.61k forks source link

Download .lrc files without having to redownload music #1807

Closed drvnprgrmr closed 1 year ago

drvnprgrmr commented 1 year ago

Requested Feature

I'd used spotdl in the past to download some albums but back then I didn't care too much about the config. I'm using it again now and I really like the download lyrics feature. The problem is I want to download lyrics to the albums I previously downloaded (I've made necessary changes to the config) but I can't seem to be able to without having to download the whole thing again.

Possible implementation

Possibly, while running checks to see whether the music has been downloaded previously, you can add some additional checks to see if lyrics are also contained?

xnetcat commented 1 year ago

In v4.1.5 you will be able to generate lrc files for already existing files with spotdl meta

for example: spotdl meta . --generate-lrc

drvnprgrmr commented 1 year ago

Okay, when is that going to be released?

On Sat, Apr 15, 2023, 5:22 PM kuba @.***> wrote:

In v4.1.5 you will be able to generate lrc files for already existing files with spotdl meta

for example: spotdl meta . --generate-lrc

— Reply to this email directly, view it on GitHub https://github.com/spotDL/spotify-downloader/issues/1807#issuecomment-1509886035, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQBQGQJAAY5RHYAWGZNRQMLXBLDLJANCNFSM6AAAAAAW6UPMEE . You are receiving this because you authored the thread.Message ID: @.***>

xnetcat commented 1 year ago

As soon as #1798 gets merged. But if you want to try it now you can install dev version

pip install -U https://codeload.github.com/spotDL/spotify-downloader/zip/dev - to install dev version