mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[GH-ISSUE #364] Pipe backend is gone? #242
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#242
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 @mfeif on GitHub (Aug 20, 2019).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/364
As of
1ce0706, Librespot doesn't seem to have a pipe backend, at least as compiled by default.Am I missing something? Maybe it just doesn't need to be compiled, since it's so simple, but I can't find a way to choose it from the librespot command line (it ignores --backend pipe).
@kingosticks commented on GitHub (Aug 20, 2019):
You can see what backends are available in your build:
As it happens, the pipe backend is not optional and always compiled. It certainly works for me:
@mfeif commented on GitHub (Aug 20, 2019):
Thank you, I did try that, but I wasn't getting backends output; I must have had a typo in another command line switch.
I'll close this!
@kingosticks commented on GitHub (Aug 20, 2019):
It is a bit weird because you do always have to specify the
--nameargument, even if you only want a list of backends. The error message does tell you but it's really easy to overlook.