mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #355] [Bug Report] Only 29seconds file download with 24bit quality active #1603
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1603
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 @logon84 on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/355
[Bug Report]
Problem
either track by track or full album, if I set 24bit quality setting, Spotyflac only downloads 29 sec files. If I set 16bit the files have the correct length. This happens with the main tracks of the album (first 10), but bonus tracks seems to get downloaded ok (https://github.com/afkarxyz/SpotiFLAC/issues/11+ tracks). Am I doing something wrong?
Type
Track / Album
Spotify URL
https://open.spotify.com/album/1ucRSsC7KP0oJlTIVQlYU7
Version
SpotiFLAC v7.0.6
OS
Windows
Additional Context
I suspect the problem is related to Tidal only, because changing provider makes a full download (but the downloaded flac file is 16bit even after activating 24bit quality)
@4F5UH commented on GitHub (Jan 16, 2026):
Happening to me as well.
@InvestigatorDoofy commented on GitHub (Jan 16, 2026):
Seems random. I've been running the following code to automate deleting files with a duration of 30 seconds or less and then redownloading. It can take several attempts but eventually they download in full.
@AutisticSuperhero commented on GitHub (Jan 16, 2026):
Also happening to me
@afkarxyz commented on GitHub (Jan 25, 2026):
From the API side, 24-bit quality is delivered using a streaming/DASH method and split into multiple parts.
If you only get around 30 seconds of audio, it means only the first part was successfully downloaded.
The remaining parts likely failed due to an unstable internet connection.