mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-25 23:25:57 +03:00
[GH-ISSUE #618] [Bug Report] Some songs are sometimes only 30s long #1839
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1839
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 @EstebanOD on GitHub (Mar 10, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/618
Problem
Some songs that get downloaded are 30 seconds previews.
Type
Track
Spotify URL
https://open.spotify.com/intl-fr/track/1DwscornXpj8fmOmYVlqZt?si=bc5a312fb4c34ac5
Additional Context
Using Quobuz-Tidal-Amazon, 24/48 with 16-bit fallback, "US" server.
Deleting and redownloading multiple times until the full length song gets downloaded seems to fix the issue; could this be done automatically by the software if it compare the expected length to the downloaded one and if it doesn't match it deletes the downloaded file and tries again until it matches +-5%?
When checking for availability, the files that struggled to get fully downloaded were all red for Quobuz; so it seems like the software struggled to fallback to the 2nd source until a few reiteration. I tried on multiple songs, it seems to follow that pattern.
Environment
@afkarxyz commented on GitHub (Mar 11, 2026):
The 30-second audio issue mostly comes from TIDAL when downloading 24-bit quality, but Qobuz can sometimes do the same. This happens because the download process uses chunks that must be merged with FFmpeg.
Make sure your internet speed is stable, and if it fails, simply try downloading again.