mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #218] Ability to queue downloads #1477
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1477
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hunsbct on GitHub (Jan 1, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/218
Hi, hope this one isn't a duplicate but I didn't see anything out there. The application is terrific but the one small issue I have is with several downloads lined up; if I want to download an artist's discography and then move on to another, I need to stand by and wait for the first to finish. This can be a pain since I need to keep track of the items I want.
I think a great feature would be the implementation of a queue mechanism, where I can add downloads to a running list that the application works through in order. That way I can line up everything and let it run without frequent checks.
@H4RL33 commented on GitHub (Jan 2, 2026):
I second this, as this app has ignited me to port my whole library into an offline database, my pipeline currently leaves me with a massive CSV of all the Spotify Open URLs I want (something like 4,000+), being able to point SpotiFLAC to a CSV like this and leave it running for an indefinite amount of time (cooldown can be long to avoid rate-limiting) would be incredibly appreciated.
@keypaa commented on GitHub (Jan 7, 2026):
@H41L33 I implemented this in a fork of the project, I made a pull request for this feature.
For more information please see my PR, if you need something else to be added happy to help !