mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[PR #1689] Clap #1494
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#1494
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?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/1689
Author: @tsanona
Created: 2/26/2026
Status: 🔄 Open
Base:
dev← Head:clap📝 Commits (3)
70fda63extract set up logic from main767e75cfmtcdee8afadd clap and change structures for easier integration📊 Changes
39 files changed (+2248 additions, -2999 deletions)
View changed files
📝
Cargo.lock(+376 -325)📝
Cargo.toml(+6 -1)➕
build.rs(+7 -0)📝
connect/src/state.rs(+13 -4)📝
core/Cargo.toml(+1 -0)📝
core/src/config.rs(+28 -70)📝
core/src/session.rs(+39 -23)📝
core/src/spclient.rs(+1 -1)📝
core/src/version.rs(+16 -5)📝
discovery/Cargo.toml(+15 -2)➕
discovery/build.rs(+7 -0)📝
discovery/examples/discovery.rs(+9 -6)📝
discovery/examples/discovery_group.rs(+10 -7)📝
discovery/src/lib.rs(+125 -96)📝
discovery/src/server.rs(+1 -1)📝
examples/play.rs(+2 -2)📝
examples/play_connect.rs(+4 -4)📝
playback/Cargo.toml(+4 -0)📝
playback/src/audio_backend/alsa.rs(+28 -25)📝
playback/src/audio_backend/gstreamer.rs(+12 -18)...and 19 more files
📄 Description
Changes to move from opt into clap cli
Done:
TODO:
I will continue to work on approximating this solution as close as possible to the previous cli flow.
Mean while I would love to get some comments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.