mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #118] parallel download & pre-download checks #708
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#708
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 @ParthJadhav on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/118
I was able to get both the solutions to work individually, just vibe coded using cursor. Although there were lot of issues, hence scrapped the solution.
Pre Download check for existing files:
I noticed that the downloads are sequential and even if a file already exist it take quite a while for it to skip it.
There should be a pre-download check for existing files:
Parallel downloads
This could be a bit tricky and tedious to implement.