-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make --archive save the links to the downloaded songs as soon as the songs are downloaded #2196
Comments
Hi @truppelito , I'd like to work on this issue if you haven't started on it yet. |
This one I haven't, feel free! |
Hi @truppelito and @Shajal-Kumar . Great to see you around the spotDL project. We are always on the lookout for more volunteers to contribute to spotDL. Thanks for your contributions thus far. |
@Silverarmor I'd love to join the spotDL development team! Thanks for the opportunity. |
…gs incrementally. Closes spotDL#2196
@Silverarmor Yes, thank you! |
Thanks @Shajal-Kumar @truppelito Please join the spotDL Discord and mention me ( |
Requested Feature
If I run
spotdl download https://link-to-a-playlist --archive my-archive-path
it seems that spotdl only writes the downloaded files to the archive once the entire source has been parsed through and downloaded. So imagine this playlist has 500 songs. If spotdl successfully downloads the first 499 songs and has an issue on the last song and crashes, then the archive file will be empty. I use the archive file to keep, well, an archive of the downloaded songs. In this case, there will be 499 songs that are downloaded but the archive doesn’t reflect that fact.Would it be possible to change --archive so it writes down the downloaded songs as soon as they are successfully downloaded?
Possible implementation
No response
The text was updated successfully, but these errors were encountered: