mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #320] [BUG] Not able to fetch lossless format #60
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#60
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 @yeralin on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/320
Describe the bug
Whenever you are trying to fetch
AudioQuality.LOSSLESS, it logs:To Reproduce
Steps to reproduce the behavior:
AudioQuality.LOSSLESScontent_feederExpected behavior
Fetches lossless (FLAC) audio format.
Additional context
According to this closed PR (https://github.com/kokarare1212/librespot-python/pull/316) that introduced LOSSLESS support from @akbad:
@DarpNagarsheth commented on GitHub (Nov 15, 2025):
I have a suspicion that Spotify doesn't have that track in FLAC. Is there any way to confirm it's available on their end
@yeralin commented on GitHub (Nov 16, 2025):
No, it is related to this issue https://github.com/librespot-org/librespot/issues/1583
It seems like
librespotwill not pursue trying to work with / fetch lossless format.