mirror of
https://github.com/afkarxyz/SpotiDownloader.git
synced 2026-04-26 05:25:53 +03:00
[GH-ISSUE #10] Question/potential issue: skip time #231
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiDownloader#231
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 @DMCHiggens on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/10
Hello, I am noticing a big difference between the last version and 1.9 when it comes to skipped song speed.
I am wondering if this is a side effect from a change, or if it is intentional.
1.8 is able to skip 1300 songs in about 3 minutes

1.9 is able to skip about 170 in about 6 minutes
If this is intentional or the only way it can function now I am certainly okay working around it., i just wanted to make it known in case it wasn't intentional.
i feel like one potential fix could be to add a scan and remove button in the settings, where it can scan the songs in the directory, compare with the fetched que, and remove any song that already exists on your computer from the dashboard.
thank you again for making such a versatile tool! happy new year!!
@afkarxyz commented on GitHub (Jan 2, 2025):
Hi, thank you for pointing this out! This isn’t intentional and seems to be a bug. I’ll look into the code when I have some time.
@afkarxyz commented on GitHub (Jan 3, 2025):
The skip time bug you reported has been fixed. Please give it a try in v2.0
However, I haven’t implemented your suggestion yet, as it requires separate code to avoid making the main code too lengthy.