mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #163] Tracks downloaded from Qobuz limited to 30 seconds #135
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#135
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 @AdminChobe on GitHub (Dec 15, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/163
All tracks downloaded from Qobuz at any resolution have a maximum length of 30 seconds.
@AdminChobe commented on GitHub (Dec 15, 2025):
Update: This only affects certain albums.
Issue arose with the score for Back to the Future which is notably not currently available on Spotify, but is available on Qobuz and Tidal. Download from Tidal fails.
@Heggol commented on GitHub (Dec 16, 2025):
The Qobuz download being only 30 seconds seems to be caused by the url being generated with a 30 second range on that particular album. I can't think of a way around that in my 45 minute search, as the qobuz download url is hmac signed and removing the range is thus not possible.