[GH-ISSUE #364] Pipe backend is gone? #242

Closed
opened 2026-02-27 19:29:36 +03:00 by kerem · 3 comments
Owner

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).

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).
kerem closed this issue 2026-02-27 19:29:36 +03:00
Author
Owner

@kingosticks commented on GitHub (Aug 20, 2019):

You can see what backends are available in your build:

./librespot --name foo --backend ?

As it happens, the pipe backend is not optional and always compiled. It certainly works for me:

./librespot --name foo --backend pipe
[2019-08-20T21:02:31Z INFO  librespot] librespot 1ce0706 (2019-08-19). Built on 2019-08-20. Build ID: EOMA2Vr0
<!-- gh-comment-id:523193778 --> @kingosticks commented on GitHub (Aug 20, 2019): You can see what backends are available in your build: ``` ./librespot --name foo --backend ? ``` As it happens, the pipe backend is not optional and always compiled. It certainly works for me: ``` ./librespot --name foo --backend pipe [2019-08-20T21:02:31Z INFO librespot] librespot 1ce0706 (2019-08-19). Built on 2019-08-20. Build ID: EOMA2Vr0 ```
Author
Owner

@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!

<!-- gh-comment-id:523217822 --> @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!
Author
Owner

@kingosticks commented on GitHub (Aug 20, 2019):

It is a bit weird because you do always have to specify the --name argument, even if you only want a list of backends. The error message does tell you but it's really easy to overlook.

<!-- gh-comment-id:523220777 --> @kingosticks commented on GitHub (Aug 20, 2019): It is a bit weird because you do always have to specify the `--name` argument, even if you only want a list of backends. The error message does tell you but it's really easy to overlook.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#242
No description provided.